Henrik Rydgård
|
c45376ddc7
|
Typo fix, thanks iota97
|
2023-03-15 20:31:27 +01:00 |
|
Henrik Rydgård
|
0fb7ff488e
|
Add a convenient define to experiment with parallel copy
|
2023-03-15 14:48:32 +01:00 |
|
Henrik Rydgård
|
181ddf8266
|
Change the API of the old VulkanPushBuffer to match VulkanPushPool.
|
2023-03-15 09:56:32 +01:00 |
|
Henrik Rydgård
|
c31b4be690
|
Crashfix in ReplacedTexture. Thought I fixed this one before, hm.
|
2023-03-15 01:23:32 +01:00 |
|
Henrik Rydgård
|
13e63c109f
|
If the target compression format is not supported, just transcode to RGBA8888.
|
2023-03-14 18:52:42 +01:00 |
|
Henrik Rydgård
|
b45f1db005
|
Correct some error reporting
|
2023-03-14 18:34:22 +01:00 |
|
Henrik Rydgård
|
d8c3269cc6
|
Fix zipped texture packs (it didn't load the ini from the zip, the rest worked).
Plus a few other things.
|
2023-03-14 17:53:01 +01:00 |
|
Henrik Rydgård
|
21a0a91818
|
Remove a misplaced ForgetLastTexture.
Fixes #17115
|
2023-03-14 15:49:35 +01:00 |
|
Henrik Rydgård
|
4bbc4c258a
|
Remove sketch of Basis container format support (we go with KTX2 instead as the container)
|
2023-03-14 14:09:47 +01:00 |
|
Henrik Rydgård
|
6d520d6d6b
|
Vulkan: Enable mobile compressed formats too (oops)
|
2023-03-14 11:55:21 +01:00 |
|
Henrik Rydgård
|
93bf82a906
|
Add KTX2 basis/UASTC texture transcoding support
|
2023-03-14 11:55:21 +01:00 |
|
Henrik Rydgård
|
0fd58d80d5
|
Detect BASIS files. Doesn't do much with them yet.
|
2023-03-14 11:55:21 +01:00 |
|
Henrik Rydgård
|
32e8ab3b5d
|
Import all of basisu_transcoder, set up build
|
2023-03-13 12:37:43 +01:00 |
|
Henrik Rydgård
|
7df51c3d06
|
Merge pull request #17103 from hrydgard/replacement-dds-mipmaps
Texture replacement: Load DDS mipmaps
|
2023-03-13 09:58:32 +01:00 |
|
Unknown W. Brackets
|
2a20c5757f
|
Build: Fix build on Visual Studio 2019.
|
2023-03-12 16:46:19 -07:00 |
|
Henrik Rydgård
|
1860a73d58
|
Address feedback from previous PR
|
2023-03-12 23:15:09 +01:00 |
|
Henrik Rydgård
|
f88633b696
|
Add support for loading multiple mipmaps from DDS files.
|
2023-03-12 23:05:45 +01:00 |
|
Henrik Rydgård
|
b1b8fc65cf
|
Error handling fixes (close the file).
|
2023-03-12 23:05:45 +01:00 |
|
Henrik Rydgård
|
b595a1dc4d
|
Prepare LoadLevelData for loading multiple mips.
|
2023-03-12 16:18:49 +01:00 |
|
Henrik Rydgård
|
aaa83897fe
|
Some code moving, tweaks
|
2023-03-12 16:18:49 +01:00 |
|
Henrik Rydgård
|
a4b5641f11
|
Add compressed texture format support checks
|
2023-03-12 16:18:46 +01:00 |
|
Henrik Rydgård
|
b44e879d21
|
Support DXT1/3/5 (BC1,2,3) in D3D9
|
2023-03-12 11:37:17 +01:00 |
|
Henrik Rydgård
|
f2673c8f7b
|
Change BGRA to be a texture-specific flag. Fixes R/B swap in DDS textures in D3D11.
|
2023-03-12 10:19:12 +01:00 |
|
Henrik Rydgård
|
d95cd73c2c
|
Address a round of feedback
|
2023-03-11 21:46:01 +01:00 |
|
Henrik Rydgård
|
996b685294
|
Fix BC7 textures
|
2023-03-11 12:34:08 +01:00 |
|