29 Commits (4672a01cbf3a0ec484cc2d603278951198572051)

Author SHA1 Message Date
Unknown 4672a01cbf Implement R16_G16 8 years ago
Subv daf2504d31 GPU: Implemented the Z32_S8_X24 depth buffer format. 8 years ago
Subv 4cc1e180ec GPU: Implemented the R16 and R16F texture formats. 8 years ago
Subv ccc42702b5 GPU: Implement texture format R32F. 8 years ago
bunnei a27c0099ed gl_rasterizer_cache: Implement RenderTargetFormat RG32_FLOAT. 8 years ago
Lioncash bb960c8cb4 video_core: Use nested namespaces where applicable 8 years ago
bunnei b496a9eefe decoders: Fix calc of swizzle image_width_in_gobs. 8 years ago
bunnei 3a96670f2d gl_rasterizer_cache: Implement texture format G8R8. 8 years ago
bunnei e21190f47f gl_rasterizer_cache: Implement depth format Z16_UNORM. 8 years ago
Subv 4633dd9505 GPU: Implemented the BC7U texture format. 8 years ago
Subv 016e357c75 GPU: Implemented the 32 bit float depth buffer format. 8 years ago
bunnei 9da1552417 gl_rasterizer_cache: Implement PixelFormat S8Z24. 8 years ago
Subv 0f929762b3 GPU: Implemented the Z24S8 depth format and load the depth framebuffer. 8 years ago
Subv c0e2d52758 GPU: Implemented the RGBA32_UINT rendertarget format. 8 years ago
bunnei 61779fa072 gl_rasterizer: Implement texture format ASTC_2D_4X4. 8 years ago
Subv c531a92eda GPU: Implemented the R11FG11FB10F texture and rendertarget formats. 8 years ago
Subv 99f9d47d16 GPU: Implemented the DXN1 (BC4) texture format. 8 years ago
bunnei ca5a4a704b gl_rasterizer_cache: Implement PixelFormat RGBA16F. 8 years ago
Subv 734106dcb9 GPU: Implemented the R8 texture format (0x1D) 8 years ago
Subv 7ddc872b52 GPU: Implemented the A1B5G5R5 texture format (0x14) 8 years ago
Subv 1dd4861d38 GPU: Make the Textures::CopySwizzledData function accessible from the outside of the file. 8 years ago
bunnei 4415e00181 gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. 8 years ago
Subv c079cf4eec GPU: Implement the A2BGR10 texture format. 8 years ago
Subv 057170928c GPU: Add support for the DXT23 and DXT45 compressed texture formats. 8 years ago
Subv 2985056340 GPU: Implemented the B5G6R5 format. 8 years ago
Subv 6b63aaa5b4 GPU: Allow using a configurable block height when unswizzling textures. 8 years ago
Subv 39e60cfeb1 Frontend: Updated the surface view debug widget to work with Maxwell surfaces. 8 years ago
Subv 1b8d798835 GPU: Added a method to unswizzle a texture without decoding it. 8 years ago
Subv 71ebc3e90d GPU: Preliminary work for texture decoding. 8 years ago