summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/texture.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-26Implemented Tile Width SpacingFernandoS271-0/+2
2018-11-17fix sampler configuration, thanks to Marcos for his investigationRodolfo Bogado1-1/+14
2018-11-11set sampler max lod, min lod, lod bias and max anisotropyRodolfo Bogado1-2/+11
2018-10-28Implement sRGB Support, including workarounds for nvidia driver issues and QT sRGB supportRodolfo Bogado1-0/+5
2018-10-13Propagate depth and depth_block on modules using decodersFernandoS271-0/+1
2018-10-10Fixed block height settings for RenderTargets and Depth Buffers, and added block width and block depthFernandoS271-2/+15
2018-10-06Implemented Depth Compare and Shadow SamplersFernandoS271-1/+12
2018-09-30gl_rasterizer_cache: Implement render to cubemap.bunnei1-0/+2
2018-09-08gl_rasterizer_cache: Track texture depth.bunnei1-2/+10
2018-07-24gl_rasterizer: Implement texture border color.bunnei1-4/+4
2018-07-21video_core: Use nested namespaces where applicableLioncash1-4/+2
2018-06-07GPU: Support changing the texture swizzles for Maxwell textures.Subv1-0/+16
2018-05-29add all the known TextureFormat (#474)greggameplayer1-2/+71
2018-05-27GPU: Implemented the A1B5G5R5 texture format (0x14)Subv1-0/+1
2018-04-22GPU: Implement the A2BGR10 texture format.Subv1-0/+1
2018-04-19GPU: Implemented the B5G6R5 format.Subv1-0/+1
2018-04-18GPU: Allow using a configurable block height when unswizzling textures.Subv1-0/+7
2018-04-18GPU/TIC: Added the pitch and block height fields to the TIC structure.Subv1-1/+16
2018-04-18texture: Add missing formats.bunnei1-1/+3
2018-04-07GPU: Assert when finding a texture with a format type other than UNORM.Subv1-4/+14
2018-04-07Textures: Added a helper function to know if a texture is blocklinear or pitch.Subv1-0/+5
2018-03-26GPU: Added the TSC structure. It contains information about the sampler.Subv1-0/+50
2018-03-26GPU: Added more fields to the TIC structure.Subv1-4/+30
2018-03-24GPU: Added a method to unswizzle a texture without decoding it.Subv1-0/+4
2018-03-24GPU: Preliminary work for texture decoding.Subv1-0/+57