summaryrefslogtreecommitdiff
path: root/src/video_core/textures (follow)
Commit message (Expand)AuthorAgeFilesLines
* gl_rasterizer_cache: Implement PixelFormat S8Z24.Gravatar bunnei2018-07-031-0/+2
* GPU: Implemented the Z24S8 depth format and load the depth framebuffer.Gravatar Subv2018-07-022-0/+37
* GPU: Implemented the RGBA32_UINT rendertarget format.Gravatar Subv2018-06-301-0/+4
* gl_rasterizer: Implement texture format ASTC_2D_4X4.Gravatar bunnei2018-06-183-0/+1664
* GPU: Support changing the texture swizzles for Maxwell textures.Gravatar Subv2018-06-061-0/+16
* GPU: Implemented the R11FG11FB10F texture and rendertarget formats.Gravatar Subv2018-06-051-0/+3
* GPU: Implemented the DXN1 (BC4) texture format.Gravatar Subv2018-06-021-1/+5
* gl_rasterizer_cache: Implement PixelFormat RGBA16F.Gravatar bunnei2018-05-301-0/+3
* GPU: Implemented the R8 texture format (0x1D)Gravatar Subv2018-05-291-0/+4
* add all the known TextureFormat (#474)Gravatar greggameplayer2018-05-281-2/+71
* GPU: Implemented the A1B5G5R5 texture format (0x14)Gravatar Subv2018-05-272-0/+4
* GPU: Make the Textures::CopySwizzledData function accessible from the outside...Gravatar Subv2018-04-252-3/+6
* gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.Gravatar bunnei2018-04-241-0/+1
* GPU: Implement the A2BGR10 texture format.Gravatar Subv2018-04-212-0/+4
* GPU: Add support for the DXT23 and DXT45 compressed texture formats.Gravatar Subv2018-04-181-1/+9
* GPU: Implemented the B5G6R5 format.Gravatar Subv2018-04-182-0/+5
* GPU: Allow using a configurable block height when unswizzling textures.Gravatar Subv2018-04-183-6/+13
* GPU/TIC: Added the pitch and block height fields to the TIC structure.Gravatar Subv2018-04-181-1/+16
* texture: Add missing formats.Gravatar bunnei2018-04-171-1/+3
* GPU: Assert when finding a texture with a format type other than UNORM.Gravatar Subv2018-04-061-4/+14
* Textures: Added a helper function to know if a texture is blocklinear or pitch.Gravatar Subv2018-04-061-0/+5
* GPU: Added the TSC structure. It contains information about the sampler.Gravatar Subv2018-03-261-0/+50
* GPU: Added more fields to the TIC structure.Gravatar Subv2018-03-261-4/+30
* Frontend: Updated the surface view debug widget to work with Maxwell surfaces.Gravatar Subv2018-03-241-0/+11
* GPU: Added a method to unswizzle a texture without decoding it.Gravatar Subv2018-03-243-4/+94
* GPU: Preliminary work for texture decoding.Gravatar Subv2018-03-243-0/+91