20026 Commits (0fe6ef610977d2f3a409474dddade0758a5f6739)
 

Author SHA1 Message Date
lat9nq 0fe6ef6109 yuzu_cmd: Read resolution_setup and scaling_filter from config 4 years ago
lat9nq c89adcb342 video_core,yuzu: Move UpdateRescalingInfo call to video_core 4 years ago
ameerj b15c9a406f gl_texture_cache: Disable scissor test when scaling textures 4 years ago
ameerj 83aec496da vk_texture_cache: Fix unsupported blit format error checking 4 years ago
ameerj 52cc6f51aa vk_texture_cache: Fix early returns on unsupported scales 4 years ago
ameerj d99a6e8e47 video_core: Misc resolution scaling related refactoring 4 years ago
ameerj 0b0403b779 texture_cache: Refactor scaled image size calculation 4 years ago
Fernando Sahmkow d4f803a81b Texture Cache: Fix calculations when scaling. 4 years ago
ameerj 3efb140439 gl_texture_cache: Fix BGR pbo size for scaled textures 4 years ago
ameerj 1ce6cd119d rescaling_pass: Fix IR errors when unscalable texture types are encountered 4 years ago
Fernando Sahmkow 6ca801276b Texture Cache: Fix Rescaling on Multisample 4 years ago
Fernando Sahmkow fc21f37496 TextureCache: Base fixes on rescaling. 4 years ago
ameerj 63465c24e1 rescaling_pass: Logic simplification and minor style cleanup 4 years ago
ameerj 746d27372f rescaling_pass: Scale ImageFetch offset if it exists 4 years ago
ameerj b5ba8bec0e rescaling_pass: Enable PatchImageQueryDimensions on fragment stages 4 years ago
ameerj abe81f73ef vk_texture_cache: Simplify scaled image management 4 years ago
ameerj 226aeeec04 gl_texture_cache: Fix scaling backup logic 4 years ago
ameerj c2174cbb8f vk_rasterizer: Fix scaling on Y_NEGATE 4 years ago
ameerj 0213e5353d vk_texture_cache: Use nearest neighbor scaling when available 4 years ago
ameerj 5cef89d424 gl_texture_cache: Fix depth and integer format scaling blits 4 years ago
ameerj e2f0f51295 gl_texture_cache/rescaling_pass: minor cleanup 4 years ago
ameerj 3beae9ae77 vk_texture_cache: Minor cleanup 4 years ago
ameerj 54ecf7c8c1 rescaling_pass: Fix and simplify shuffle/fragcoord pass 4 years ago
Fernando Sahmkow 4535feac87 Shader: Don't rescale FragCoord if used by Shuffle 4 years ago
ameerj 355343d57c image_info: Mark MSAA textures as non-rescalable 4 years ago
ameerj 4919d2d00f bootmanager: Fix screenshot resolution factor usage 4 years ago
ameerj 1e67e6c225 gl_texture_cache: Simplify scaling 4 years ago
ameerj 8539edc252 Renderers: Unify post processing filter shaders 4 years ago
ameerj f6e3e6651c gl_texture_cache: fix scaling on upload 4 years ago
Fernando Sahmkow bca25d2a0f Renderer: Implement Bicubic and ScaleForce filters. 4 years ago
Fernando Sahmkow cdbe98a4d0 Texture Cache: fix scaling on upload and stop scaling on base resolution. 4 years ago
ameerj 02f27b1992 shader, video_core: Fix GCC build errors 4 years ago
ameerj 92bb068ad5 emit_spirv: Fix RescalingLayout alignment 4 years ago
Fernando Sahmkow 674b073744 TextureCache: Fix Buffer Views Scaling. 4 years ago
Fernando Sahmkow 2549ee33ee RescalingPass: Agregate pixels on texelFetch while on Fragment Shader 4 years ago
Fernando Sahmkow 6933f82023 Texture Cache: Correctly fix Blits Rescaling. 4 years ago
Fernando Sahmkow dc6f13060b shader: Fix TextureSize check on rescaling. 4 years ago
ameerj 877f6e4db7 texture_cache: Disable dst_image scaling in BlitImage 4 years ago
ameerj a8a021ddcf emit_spirv: Fix RescalingLayout alignment 4 years ago
ReinUsesLisp d04e2dac6c shader: Properly scale image reads and add GL SPIR-V support 4 years ago
ReinUsesLisp 928ff21aae shader: Properly blacklist and scale image loads 4 years ago
ReinUsesLisp 0100b5e700 texture_cache: Add getter to query if image view is rescaled 4 years ago
ReinUsesLisp dc0a20f7e0 vk_rasterizer: Minor style change 4 years ago
ReinUsesLisp 6e61089164 gl_texture_cache: Fix scaling blits 4 years ago
ReinUsesLisp 0d12e498ab glsl/glasm: Pass and use scaling parameters in shaders 4 years ago
ReinUsesLisp d7178ad04e gl_rasterizer: Properly scale viewports and scissors 4 years ago
ameerj e2a7f219e1 gl_texture_cache: Fix multi layered texture Scale 4 years ago
ameerj 650b57386a gl_compute_pipeline: Add downscale factor to shader uniforms 4 years ago
ameerj d891de0664 gl_rasterizer: Fix rescale dirty state checking 4 years ago
ameerj b83c3e7182 gl_graphics_pipeline: Add downscale factor to shader uniforms 4 years ago