Samuliak
|
29a4835278
|
fix incorrect ABGR4 texture decoder
|
2025-01-20 13:47:59 +01:00 |
|
Samuliak
|
55d9436bf3
|
fix typo in texture decoder
|
2024-12-22 10:15:13 +01:00 |
|
Samuliak
|
6ba6157bae
|
properly implement ABGR4 decoder
|
2024-10-01 19:37:11 +02:00 |
|
Samo Z
|
8c30bc805c
|
use RG8Unorm format if ABGR4Unorm is not available
|
2024-09-28 17:42:27 +02:00 |
|
Samo Z
|
810168be48
|
use alternative texture decoders for unsupported formats
|
2024-09-28 15:24:10 +02:00 |
|
Samuliak
|
f9e71e9eb2
|
implement ABGR4 texture decoders
|
2024-09-28 12:53:34 +02:00 |
|
Tillsunset
|
b724a657e6
|
MoltenVk: Add missing texture decoders (#332)
|
2022-10-08 15:07:54 +02:00 |
|
emiyl
|
00968acc1d
|
dedicated decoder for R4G4 and R4G4B4A4 to R8G8B8A8 (#331)
|
2022-10-07 02:39:06 +02:00 |
|
Tillsunset
|
11f6e2b7ee
|
Vulkan: Implement texture decoder for R5G6B5_UNORM to R8G8B8A8_UNORM (#320)
|
2022-10-02 01:48:13 +02:00 |
|
Exzap
|
9caf57c2c5
|
Vulkan: Fix incorrect encoding for substituted R4G4 format (#288)
Fixed incorrect channel order when VK_FORMAT_R4G4_UNORM_PACK8 is substituted with VK_FORMAT_R4G4B4A4_UNORM_PACK16
|
2022-09-24 11:44:44 +02:00 |
|
Exzap
|
d60742f52b
|
Add all the files
|
2022-08-22 22:21:23 +02:00 |
|