summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | video_core: Refactor resolution scale functionGravatar ameerj2021-11-164-46/+34
| * | | | | texture_cache: Fix image resolves when src/dst are not both scaledGravatar ameerj2021-11-161-5/+8
| * | | | | yuzu_cmd: Read resolution_setup and scaling_filter from configGravatar lat9nq2021-11-162-0/+25
| * | | | | video_core,yuzu: Move UpdateRescalingInfo call to video_coreGravatar lat9nq2021-11-163-5/+2
| * | | | | gl_texture_cache: Disable scissor test when scaling texturesGravatar ameerj2021-11-161-0/+8
| * | | | | vk_texture_cache: Fix unsupported blit format error checkingGravatar ameerj2021-11-162-9/+9
| * | | | | vk_texture_cache: Fix early returns on unsupported scalesGravatar ameerj2021-11-162-19/+11
| * | | | | video_core: Misc resolution scaling related refactoringGravatar ameerj2021-11-168-47/+51
| * | | | | texture_cache: Refactor scaled image size calculationGravatar ameerj2021-11-162-12/+13
| * | | | | Texture Cache: Fix calculations when scaling.Gravatar Fernando Sahmkow2021-11-161-0/+12
| * | | | | gl_texture_cache: Fix BGR pbo size for scaled texturesGravatar ameerj2021-11-161-11/+10
| * | | | | rescaling_pass: Fix IR errors when unscalable texture types are encounteredGravatar ameerj2021-11-161-0/+28
| * | | | | Texture Cache: Fix Rescaling on MultisampleGravatar Fernando Sahmkow2021-11-163-8/+21
| * | | | | TextureCache: Base fixes on rescaling.Gravatar Fernando Sahmkow2021-11-162-4/+6
| * | | | | rescaling_pass: Logic simplification and minor style cleanupGravatar ameerj2021-11-162-33/+17
| * | | | | rescaling_pass: Scale ImageFetch offset if it existsGravatar ameerj2021-11-161-59/+37
| * | | | | rescaling_pass: Enable PatchImageQueryDimensions on fragment stagesGravatar ameerj2021-11-161-5/+4
| * | | | | vk_texture_cache: Simplify scaled image managementGravatar ameerj2021-11-162-107/+34
| * | | | | gl_texture_cache: Fix scaling backup logicGravatar ameerj2021-11-162-20/+16
| * | | | | vk_rasterizer: Fix scaling on Y_NEGATEGravatar ameerj2021-11-161-3/+9
| * | | | | vk_texture_cache: Use nearest neighbor scaling when availableGravatar ameerj2021-11-164-29/+36
| * | | | | gl_texture_cache: Fix depth and integer format scaling blitsGravatar ameerj2021-11-162-16/+61
| * | | | | gl_texture_cache/rescaling_pass: minor cleanupGravatar ameerj2021-11-163-16/+10
| * | | | | vk_texture_cache: Minor cleanupGravatar ameerj2021-11-162-11/+8
| * | | | | rescaling_pass: Fix and simplify shuffle/fragcoord passGravatar ameerj2021-11-161-26/+20
| * | | | | Shader: Don't rescale FragCoord if used by ShuffleGravatar Fernando Sahmkow2021-11-162-2/+55
| * | | | | image_info: Mark MSAA textures as non-rescalableGravatar ameerj2021-11-161-2/+2
| * | | | | bootmanager: Fix screenshot resolution factor usageGravatar ameerj2021-11-167-20/+13
| * | | | | gl_texture_cache: Simplify scalingGravatar ameerj2021-11-162-31/+39
| * | | | | Renderers: Unify post processing filter shadersGravatar ameerj2021-11-167-211/+36
| * | | | | gl_texture_cache: fix scaling on uploadGravatar ameerj2021-11-161-0/+7
| * | | | | Renderer: Implement Bicubic and ScaleForce filters.Gravatar Fernando Sahmkow2021-11-1615-34/+620
| * | | | | Texture Cache: fix scaling on upload and stop scaling on base resolution.Gravatar Fernando Sahmkow2021-11-161-14/+32
| * | | | | shader, video_core: Fix GCC build errorsGravatar ameerj2021-11-163-14/+3
| * | | | | emit_spirv: Fix RescalingLayout alignmentGravatar ameerj2021-11-163-4/+8
| * | | | | TextureCache: Fix Buffer Views Scaling.Gravatar Fernando Sahmkow2021-11-162-5/+9
| * | | | | RescalingPass: Agregate pixels on texelFetch while on Fragment ShaderGravatar Fernando Sahmkow2021-11-161-3/+97
| * | | | | Texture Cache: Correctly fix Blits Rescaling.Gravatar Fernando Sahmkow2021-11-161-9/+12
| * | | | | shader: Fix TextureSize check on rescaling.Gravatar Fernando Sahmkow2021-11-161-27/+21
| * | | | | texture_cache: Disable dst_image scaling in BlitImageGravatar ameerj2021-11-161-5/+7
| * | | | | emit_spirv: Fix RescalingLayout alignmentGravatar ameerj2021-11-162-3/+3
| * | | | | shader: Properly scale image reads and add GL SPIR-V supportGravatar ReinUsesLisp2021-11-1625-77/+228
| * | | | | shader: Properly blacklist and scale image loadsGravatar ReinUsesLisp2021-11-165-11/+31
| * | | | | texture_cache: Add getter to query if image view is rescaledGravatar ReinUsesLisp2021-11-165-22/+12
| * | | | | vk_rasterizer: Minor style changeGravatar ReinUsesLisp2021-11-161-2/+2
| * | | | | gl_texture_cache: Fix scaling blitsGravatar ReinUsesLisp2021-11-161-20/+12
| * | | | | glsl/glasm: Pass and use scaling parameters in shadersGravatar ReinUsesLisp2021-11-169-28/+51
| * | | | | gl_rasterizer: Properly scale viewports and scissorsGravatar ReinUsesLisp2021-11-161-23/+24
| * | | | | gl_texture_cache: Fix multi layered texture ScaleGravatar ameerj2021-11-161-11/+15
| * | | | | gl_compute_pipeline: Add downscale factor to shader uniformsGravatar ameerj2021-11-161-0/+9