| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | gl_rasterizer: Fix rescale dirty state checking | 2021-11-16 | 1 | -4/+9 | ||
| | * | | | | | gl_graphics_pipeline: Add downscale factor to shader uniforms | 2021-11-16 | 4 | -5/+19 | ||
| | * | | | | | texture_cache: Fix blacklists on compute | 2021-11-16 | 1 | -1/+1 | ||
| | * | | | | | texture_cache: Simplify image view queries and blacklisting | 2021-11-16 | 16 | -192/+192 | ||
| | * | | | | | Vulkan: Fix downscaling Blit. | 2021-11-16 | 1 | -14/+18 | ||
| | * | | | | | Texture Cache: Implement Rating System. | 2021-11-16 | 5 | -15/+47 | ||
| | * | | | | | OpenGL: set linear mag filter when blitting a downscaled image. | 2021-11-16 | 1 | -0/+1 | ||
| | * | | | | | Vulkan: Fix AA when rescaling. | 2021-11-16 | 1 | -1/+1 | ||
| | * | | | | | Texture Cache: Implement Blacklisting. | 2021-11-16 | 5 | -4/+90 | ||
| | * | | | | | main: Add resolution scale label in the status bar | 2021-11-16 | 2 | -2/+12 | ||
| | * | | | | | vulkan: Implement rescaling shader patching | 2021-11-16 | 8 | -27/+103 | ||
| | * | | | | | vk_texture_cache: Properly scale blit source images | 2021-11-16 | 1 | -2/+2 | ||
| | * | | | | | vk_graphics_pipeline: Use Shader::NumDescriptors when possible | 2021-11-16 | 1 | -18/+6 | ||
| | * | | | | | opengl: Use Shader::NumDescriptors when possible | 2021-11-16 | 3 | -46/+20 | ||
| | * | | | | | spirv: Implement rescaling patching | 2021-11-16 | 8 | -5/+86 | ||
| | * | | | | | shader/rescaling_pass: Patch more instructions | 2021-11-16 | 1 | -4/+101 | ||
| | * | | | | | shader: Add IsTextureScaled opcode | 2021-11-16 | 10 | -0/+34 | ||
| | * | | | | | texture_cache: Add image getters | 2021-11-16 | 2 | -0/+16 | ||
| | * | | | | | shader: Add copy constructor to instructions | 2021-11-16 | 4 | -1/+20 | ||
| | * | | | | | shader: Add integer division opcodes | 2021-11-16 | 9 | -0/+37 | ||
| | * | | | | | common/settings: Remove unused scaling options | 2021-11-16 | 2 | -18/+7 | ||
| | * | | | | | shader: Fix rescaling pass | 2021-11-16 | 1 | -1/+1 | ||
| | * | | | | | gl_texture_cache: Simplify rescaling | 2021-11-16 | 2 | -19/+15 | ||
| | * | | | | | texture_cache: Fix typo in aliased image rescaling | 2021-11-16 | 1 | -1/+1 | ||
| | * | | | | | vk_texture_cache: Simplify and optimize scaling blits | 2021-11-16 | 1 | -106/+62 | ||
| | * | | | | | vk_texture_cache: Fix scaling blit validation errors | 2021-11-16 | 1 | -81/+78 | ||
| | * | | | | | shader: Fix resolution scaling pass | 2021-11-16 | 5 | -35/+32 | ||
| | * | | | | | shader: Add resolution down factor opcode | 2021-11-16 | 9 | -0/+25 | ||
| | * | | | | | gl_texture_cache: Implement ScaleDown | 2021-11-16 | 2 | -26/+36 | ||
| | * | | | | | gl_texture_cache: Rescale fixes for multi-layered textures | 2021-11-16 | 2 | -16/+32 | ||
| | * | | | | | Texture Cache: Implement Rescaling on Aliases and Blits. | 2021-11-16 | 1 | -5/+53 | ||
| | * | | | | | Fix blits with mips | 2021-11-16 | 1 | -12/+16 | ||
| | * | | | | | Fix blits | 2021-11-16 | 1 | -10/+10 | ||
| | * | | | | | renderer_gl: Resolution scaling fixes | 2021-11-16 | 3 | -61/+107 | ||
| | * | | | | | TextureCache: Fix rescaling of ImageCopies | 2021-11-16 | 3 | -18/+67 | ||
| | * | | | | | TextureCache: Modify Viewports/Scissors according to Rescale. | 2021-11-16 | 6 | -35/+93 | ||
| | * | | | | | Settings: eliminate rescaling_factor. | 2021-11-16 | 7 | -37/+19 | ||
| | * | | | | | Texture Cache: More rescaling fixes. | 2021-11-16 | 4 | -84/+96 | ||
| | * | | | | | gl_texture_cache: WIP texture rescale | 2021-11-16 | 2 | -3/+69 | ||
| | * | | | | | Texture Cache: Implement Vulkan UpScaling & DownScaling | 2021-11-16 | 6 | -42/+327 | ||
| | * | | | | | ShaderDecompiler: Add initial support for rescaling. | 2021-11-16 | 2 | -0/+73 | ||
| | * | | | | | Settings: Add resolution scaling to settings. | 2021-11-16 | 6 | -5/+155 | ||
| | * | | | | | VideoCore: Initial Setup for the Resolution Scaler. | 2021-11-16 | 11 | -18/+255 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #7347 from lioncash/catch | 2021-11-16 | 1 | -1/+1 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | CMakeLists: Update catch to 2.13.7 | 2021-11-16 | 1 | -1/+1 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #7326 from ameerj/vp8 | 2021-11-14 | 12 | -26/+183 | ||
| |\ \ \ \ | ||||||
| | * | | | | codes: Rename ComposeFrameHeader to ComposeFrame | 2021-11-12 | 7 | -14/+14 | ||
| | * | | | | CMake: Enable VP8 ffmpeg decoders | 2021-11-12 | 1 | -0/+3 | ||
| | * | | | | vp8: Implement header composition | 2021-11-12 | 4 | -6/+90 | ||
| | * | | | | codecs: Add VP8 codec class | 2021-11-12 | 9 | -20/+90 | ||
| | |/ / / | ||||||