File tree
18 files changed
+131
-58
lines changed- lib
- src
18 files changed
+131
-58
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
Submodule FreeImage updated from 3318053 to f8c084f
Submodule astc-encoder updated 38 files
- Binary/Linux32/astcenc
- Binary/MacOS/astcenc
- Binary/Win32/astcenc.exe
- Binary/linux-x64/astcenc
- Binary/linux-x86/astcenc
- Binary/mac-x64/astcenc
- Binary/windows-x64/astcenc.exe
- Binary/windows-x86/astcenc.exe
- README.md+4-4
- Source/astc_block_sizes2.cpp+14-7
- Source/astc_codec_internals.h+59-36
- Source/astc_color_quantize.cpp+18-18
- Source/astc_color_unquantize.cpp+4-4
- Source/astc_compress_symbolic.cpp+35-53
- Source/astc_compute_variance.cpp+10-10
- Source/astc_decompress_symbolic.cpp+6-5
- Source/astc_encoding_choice_error.cpp+9-7
- Source/astc_find_best_partitioning.cpp+18-18
- Source/astc_ideal_endpoints_and_weights.cpp+32-33
- Source/astc_image_load_store.cpp+10-12
- Source/astc_integer_sequence.cpp+4-4
- Source/astc_kmeans_partitioning.cpp+4-4
- Source/astc_ktx_dds.cpp+25-25
- Source/astc_partition_tables.cpp+3-2
- Source/astc_pick_best_endpoint_format.cpp+18-26
- Source/astc_quantization.cpp+3-3
- Source/astc_stb_tga.cpp+10-10
- Source/astc_symbolic_physical.cpp+5-5
- Source/astc_toplevel.cpp+67-26
- Source/astc_weight_align.cpp+8-8
- Source/mathlib.cpp+25-9
- Source/mathlib.h+12-7
- Source/softfloat.cpp+32-31
- Source/win32-2013/astcenc/astcenc.sln+10-2
- Source/win32-2013/astcenc/astcenc.vcproj
- Source/win32-2013/astcenc/astcenc.vcxproj+68-1
- Source/win32-2013/astcenc/astcenc.vcxproj.filters+9-9
- Source/win32-2013/astcenc/stdint.h
Submodule nvidia-texture-tools updated 108 files
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
75 | 119 |
| |
76 | 120 |
| |
77 | 121 |
| |
| |||
160 | 204 |
| |
161 | 205 |
| |
162 | 206 |
| |
163 |
| - | |
| 207 | + | |
164 | 208 |
| |
165 | 209 |
| |
166 | 210 |
| |
| |||
229 | 273 |
| |
230 | 274 |
| |
231 | 275 |
| |
232 |
| - | |
| 276 | + | |
| 277 | + | |
233 | 278 |
| |
234 | 279 |
| |
235 | 280 |
| |
236 | 281 |
| |
237 | 282 |
| |
238 | 283 |
| |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
239 | 289 |
| |
240 | 290 |
| |
241 | 291 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
| 43 | + | |
| 44 | + | |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
| 543 | + | |
543 | 544 |
| |
544 |
| - | |
| 545 | + | |
545 | 546 |
| |
546 | 547 |
| |
547 | 548 |
| |
| |||
550 | 551 |
| |
551 | 552 |
| |
552 | 553 |
| |
| 554 | + | |
| 555 | + | |
553 | 556 |
| |
554 | 557 |
| |
555 | 558 |
| |
556 | 559 |
| |
557 | 560 |
| |
558 | 561 |
| |
559 |
| - | |
| 562 | + | |
| 563 | + | |
560 | 564 |
| |
561 | 565 |
| |
562 | 566 |
| |
| |||
575 | 579 |
| |
576 | 580 |
| |
577 | 581 |
| |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
578 | 587 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
43 | 49 |
| |
44 | 50 |
| |
45 | 51 |
| |
| |||
58 | 64 |
| |
59 | 65 |
| |
60 | 66 |
| |
61 |
| - | |
| 67 | + | |
| 68 | + | |
62 | 69 |
| |
63 | 70 |
| |
64 | 71 |
| |
|
0 commit comments