Commit 9ac14bc
authored
File tree
15 files changed
+111
-93
lines changed- cmake
- include/nbl
- asset
- utils
- core/alloc
- video
- alloc
- utilities
- src/nbl/video
15 files changed
+111
-93
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Lines changed: 1 addition & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
234 |
| - | |
235 | 234 |
| |
236 |
| - | |
237 | 235 |
| |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
| 236 | + | |
245 | 237 |
| |
246 | 238 |
| |
247 | 239 |
| |
|
Submodule examples_tests updated 39 files
- 01_HelloWorld/config.json.template-28
- 01_HelloWorld/main.cpp-535
- 02_HelloCompute/main.cpp+1-1
- 05_StreamingAndBufferDeviceAddressApp/main.cpp+12-8
- 06_HelloGraphicsQueue/CMakeLists.txt+24
- 06_HelloGraphicsQueue/config.json.template
- 06_HelloGraphicsQueue/main.cpp+81
- 06_HelloGraphicsQueue/pipeline.groovy+50
- 07_StagingAndMultipleQueues/CMakeLists.txt+24
- 07_StagingAndMultipleQueues/app_resources/common.hlsl+5
- 07_StagingAndMultipleQueues/config.json.template
- 07_StagingAndMultipleQueues/main.cpp+79
- 07_StagingAndMultipleQueues/pipeline.groovy+50
- 08_HelloSwapchain/CMakeLists.txt-1
- 08_HelloSwapchain/config.json.template
- 08_HelloSwapchain/main.cpp+303
- 08_HelloSwapchain/pipeline.groovy+3-3
- 20_AllocatorTest/CMakeLists.txt
- 20_AllocatorTest/config.json.template
- 20_AllocatorTest/main.cpp+92-97
- 20_AllocatorTest/pipeline.groovy
- 21_LRUCacheUnitTest/.dependencies/debug.out
- 21_LRUCacheUnitTest/.dependencies/release.out
- 21_LRUCacheUnitTest/CMakeLists.txt
- 21_LRUCacheUnitTest/__init__.py
- 21_LRUCacheUnitTest/config.json.template
- 21_LRUCacheUnitTest/ext/config/common.json.template
- 21_LRUCacheUnitTest/ext/config/debug.json.template
- 21_LRUCacheUnitTest/ext/config/release.json.template
- 21_LRUCacheUnitTest/main.cpp+116
- 21_LRUCacheUnitTest/pipeline.groovy
- 21_LRUCacheUnitTest/test/test.py
- 34_LRUCacheUnitTest/main.cpp-91
- 38_EXRSplit/main.cpp+71-66
- CMakeLists.txt+21-18
- common/BasicMultiQueueApplication.hpp+201
- common/CommonAPI.h-1
- common/MonoDeviceApplication.hpp+46-37
- common/MonoUtilitiesApplication.hpp-266
Lines changed: 35 additions & 35 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 | 30 |
| |
36 | 31 |
| |
| 32 | + | |
37 | 33 |
| |
38 | 34 |
| |
39 | 35 |
| |
40 | 36 |
| |
41 | 37 |
| |
42 | 38 |
| |
43 | 39 |
| |
44 |
| - | |
| 40 | + | |
45 | 41 |
| |
46 | 42 |
| |
47 | 43 |
| |
48 | 44 |
| |
49 | 45 |
| |
50 |
| - | |
| 46 | + | |
51 | 47 |
| |
52 | 48 |
| |
53 | 49 |
| |
| |||
56 | 52 |
| |
57 | 53 |
| |
58 | 54 |
| |
59 |
| - | |
| 55 | + | |
60 | 56 |
| |
61 | 57 |
| |
62 | 58 |
| |
63 | 59 |
| |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
| 60 | + | |
69 | 61 |
| |
70 | 62 |
| |
71 | 63 |
| |
72 | 64 |
| |
73 |
| - | |
| 65 | + | |
74 | 66 |
| |
75 |
| - | |
| 67 | + | |
76 | 68 |
| |
77 | 69 |
| |
78 |
| - | |
79 |
| - | |
| 70 | + | |
| 71 | + | |
80 | 72 |
| |
81 | 73 |
| |
82 | 74 |
| |
83 | 75 |
| |
84 | 76 |
| |
85 |
| - | |
| 77 | + | |
86 | 78 |
| |
87 | 79 |
| |
88 | 80 |
| |
| |||
108 | 100 |
| |
109 | 101 |
| |
110 | 102 |
| |
111 |
| - | |
| 103 | + | |
112 | 104 |
| |
113 | 105 |
| |
114 | 106 |
| |
| 107 | + | |
| 108 | + | |
115 | 109 |
| |
116 | 110 |
| |
117 | 111 |
| |
118 | 112 |
| |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
119 | 124 |
| |
120 | 125 |
| |
121 | 126 |
| |
| |||
140 | 145 |
| |
141 | 146 |
| |
142 | 147 |
| |
143 |
| - | |
| 148 | + | |
144 | 149 |
| |
145 | 150 |
| |
146 | 151 |
| |
147 | 152 |
| |
148 | 153 |
| |
149 |
| - | |
| 154 | + | |
150 | 155 |
| |
151 |
| - | |
| 156 | + | |
152 | 157 |
| |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
| 158 | + | |
160 | 159 |
| |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 | 160 |
| |
168 | 161 |
| |
169 | 162 |
| |
170 | 163 |
| |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
171 | 169 |
| |
172 | 170 |
| |
173 | 171 |
| |
174 | 172 |
| |
175 | 173 |
| |
176 | 174 |
| |
| 175 | + | |
177 | 176 |
| |
178 | 177 |
| |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
|
Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
| 214 | + | |
214 | 215 |
| |
215 | 216 |
| |
216 | 217 |
| |
| |||
230 | 231 |
| |
231 | 232 |
| |
232 | 233 |
| |
233 |
| - | |
234 |
| - | |
235 |
| - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
236 | 237 |
| |
237 | 238 |
| |
238 |
| - | |
| 239 | + | |
| 240 | + | |
239 | 241 |
| |
240 | 242 |
| |
241 | 243 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
| 158 | + | |
158 | 159 |
| |
159 | 160 |
| |
160 | 161 |
| |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
| 129 | + | |
| 130 | + | |
129 | 131 |
| |
130 | 132 |
| |
131 |
| - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
132 | 136 |
| |
133 | 137 |
| |
134 | 138 |
| |
135 |
| - | |
136 | 139 |
| |
137 |
| - | |
138 | 140 |
| |
139 | 141 |
| |
140 | 142 |
| |
| |||
252 | 254 |
| |
253 | 255 |
| |
254 | 256 |
| |
255 |
| - | |
256 |
| - | |
257 |
| - | |
| 257 | + | |
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 |
| - | |
| 291 | + | |
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
67 | 80 |
| |
68 | 81 |
| |
69 | 82 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
392 | 392 |
| |
393 | 393 |
| |
394 | 394 |
| |
395 |
| - | |
| 395 | + | |
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
| |||
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
408 |
| - | |
| 408 | + | |
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
| |||
419 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
422 |
| - | |
| 422 | + | |
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
| |||
435 | 435 |
| |
436 | 436 |
| |
437 | 437 |
| |
438 |
| - | |
| 438 | + | |
439 | 439 |
| |
440 | 440 |
| |
441 | 441 |
| |
| |||
451 | 451 |
| |
452 | 452 |
| |
453 | 453 |
| |
454 |
| - | |
| 454 | + | |
455 | 455 |
| |
456 | 456 |
| |
457 | 457 |
| |
| |||
467 | 467 |
| |
468 | 468 |
| |
469 | 469 |
| |
470 |
| - | |
| 470 | + | |
471 | 471 |
| |
472 | 472 |
| |
473 | 473 |
| |
| |||
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
485 |
| - | |
| 485 | + | |
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
| |||
528 | 528 |
| |
529 | 529 |
| |
530 | 530 |
| |
531 |
| - | |
| 531 | + | |
532 | 532 |
| |
533 | 533 |
| |
534 | 534 |
| |
|
0 commit comments