| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
video_core: Added ASTC 5x4; 8x5 types
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
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.
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
Compresses a few namespace specifiers to be more compact.
|
| |
|
|
|
|
| |
There's no need to perform a separate resize.
|
| |
|
|
|
|
|
| |
A few member functions didn't actually modify class state, so these can
be amended as necessary.
|
|
|
|
|
| |
This also potentially avoids warnings, considering the copy assignment
operator is supposed to have a return value.
|
| |
|
| |
|
| |
|
|
|
|
| |
Note: Our version of glad exports GL_COMPRESSED_RGBA_BPTC_UNORM as GL_COMPRESSED_RGBA_BPTC_UNORM_ARB, maybe it's time we update it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Allow unswizzling of DXT1 textures.
|
|
|