| Age | Commit message (Collapse) | Author |
|
|
|
textures/decoders: Replace magic numbers
|
|
Missing ogl states
|
|
|
|
|
|
|
|
|
|
* Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB
( needed by Mario+Rabbids Kingdom Battle )
* Small placement correction
|
|
|
|
|
|
|
|
|
|
QT sRGB support
|
|
rasterizer: Fix Layered Textures Loading and Cubemaps
|
|
|
|
|
|
|
|
video_core: Added ASTC 5x4; 8x5 types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
block width and block depth
|
|
|
|
|
|
|
|
|
|
Table instead
|
|
|
|
|
|
|
|
Optimized Texture Swizzling
|
|
|
|
|
|
|
|
* Implement BC6H_UF16 & BC6H_SF16
Require by ARMS
* correct coding style
* correct coding style part 2
|
|
|
|
- Used by Kirby Star Allies.
|
|
|
|
correct trailing white spaces
Delete tabs
correct placement
Add RG16F & RG16UI & RG16I & RG16S PixelFormats
Return correct data according to changes done previously
correct PixelFormat declaration
correct coding style error
correct coding style error part 2
correct RG16S Declaration error
correct alignment
|
|
|
|
|
|
GPU: Implement texture format R32F.
|
|
|
|
|
|
|