| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | shader, video_core: Fix GCC build errors | 2021-11-16 | 3 | -14/+3 | ||
| | | | | | ||||||
| * | | | | emit_spirv: Fix RescalingLayout alignment | 2021-11-16 | 3 | -4/+8 | ||
| | | | | | ||||||
| * | | | | TextureCache: Fix Buffer Views Scaling. | 2021-11-16 | 2 | -5/+9 | ||
| | | | | | ||||||
| * | | | | RescalingPass: Agregate pixels on texelFetch while on Fragment Shader | 2021-11-16 | 1 | -3/+97 | ||
| | | | | | ||||||
| * | | | | Texture Cache: Correctly fix Blits Rescaling. | 2021-11-16 | 1 | -9/+12 | ||
| | | | | | ||||||
| * | | | | shader: Fix TextureSize check on rescaling. | 2021-11-16 | 1 | -27/+21 | ||
| | | | | | ||||||
| * | | | | texture_cache: Disable dst_image scaling in BlitImage | 2021-11-16 | 1 | -5/+7 | ||
| | | | | | | | | | | | | | | | | | Fixes scaling in Super Mario Party | |||||
| * | | | | emit_spirv: Fix RescalingLayout alignment | 2021-11-16 | 2 | -3/+3 | ||
| | | | | | ||||||
| * | | | | shader: Properly scale image reads and add GL SPIR-V support | 2021-11-16 | 25 | -77/+228 | ||
| | | | | | | | | | | | | | | | | | Thanks for everything! | |||||
| * | | | | shader: Properly blacklist and scale image loads | 2021-11-16 | 5 | -11/+31 | ||
| | | | | | ||||||
| * | | | | texture_cache: Add getter to query if image view is rescaled | 2021-11-16 | 5 | -22/+12 | ||
| | | | | | ||||||
| * | | | | vk_rasterizer: Minor style change | 2021-11-16 | 1 | -2/+2 | ||
| | | | | | ||||||
| * | | | | gl_texture_cache: Fix scaling blits | 2021-11-16 | 1 | -20/+12 | ||
| | | | | | ||||||
| * | | | | glsl/glasm: Pass and use scaling parameters in shaders | 2021-11-16 | 9 | -28/+51 | ||
| | | | | | ||||||
| * | | | | gl_rasterizer: Properly scale viewports and scissors | 2021-11-16 | 1 | -23/+24 | ||
| | | | | | ||||||
| * | | | | gl_texture_cache: Fix multi layered texture Scale | 2021-11-16 | 1 | -11/+15 | ||
| | | | | | ||||||
| * | | | | gl_compute_pipeline: Add downscale factor to shader uniforms | 2021-11-16 | 1 | -0/+9 | ||
| | | | | | ||||||
| * | | | | 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 | ||
| | | | | | | | | | | | | | | | | | Shows the resolution scale as "Scale: {}x" in the status bar, where {} is a floating point value representing the current resolution scaling factor. | |||||
| * | | | | 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 | ||
| | | | | | ||||||