aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl
AgeCommit message (Expand)Author
2021-11-16Presentation: Only use FP16 in scaling shaders on supported devices in VulkanMarshall Mohror
2021-11-16gl_rasterizer: Fix ScissorTest and Clear when scalingameerj
2021-11-16gl_texture_cache: Simplify scaling proceduresameerj
2021-11-16OpenGlTextureCache: Fix state invalidation on rescaling.Fernando Sahmkow
2021-11-16OpenGL: fix FXAA with scalingMarshall Mohror
2021-11-16OpenGL: Implement FXAAMarshall Mohror
2021-11-16QtGUI: Add buttton to toggle the filter.FernandoS27
2021-11-16VideoCore: Add gaussian filtering.FernandoS27
2021-11-16Texture Cache: fix memory managment and optimize scaled downloads, uploads.Fernando Sahmkow
2021-11-16Texture Cache: Fix downscaling and correct memory comsumption.Fernando Sahmkow
2021-11-16Presentation: add Nearest Neighbor filter.Fernando Sahmkow
2021-11-16Texture Cache: Rescale conversions between depth and colorFernandoS27
2021-11-16Texture cache: Fix memory consumption and ignore rating when a depth texture ...Fernando Sahmkow
2021-11-16video_core: Refactor resolution scale functionameerj
2021-11-16gl_texture_cache: Disable scissor test when scaling texturesameerj
2021-11-16video_core: Misc resolution scaling related refactoringameerj
2021-11-16gl_texture_cache: Fix BGR pbo size for scaled texturesameerj
2021-11-16gl_texture_cache: Fix scaling backup logicameerj
2021-11-16vk_texture_cache: Use nearest neighbor scaling when availableameerj
2021-11-16gl_texture_cache: Fix depth and integer format scaling blitsameerj
2021-11-16gl_texture_cache/rescaling_pass: minor cleanupameerj
2021-11-16gl_texture_cache: Simplify scalingameerj
2021-11-16Renderers: Unify post processing filter shadersameerj
2021-11-16gl_texture_cache: fix scaling on uploadameerj
2021-11-16Renderer: Implement Bicubic and ScaleForce filters.Fernando Sahmkow
2021-11-16shader, video_core: Fix GCC build errorsameerj
2021-11-16shader: Properly scale image reads and add GL SPIR-V supportReinUsesLisp
2021-11-16shader: Properly blacklist and scale image loadsReinUsesLisp
2021-11-16texture_cache: Add getter to query if image view is rescaledReinUsesLisp
2021-11-16gl_texture_cache: Fix scaling blitsReinUsesLisp
2021-11-16glsl/glasm: Pass and use scaling parameters in shadersReinUsesLisp
2021-11-16gl_rasterizer: Properly scale viewports and scissorsReinUsesLisp
2021-11-16gl_texture_cache: Fix multi layered texture Scaleameerj
2021-11-16gl_compute_pipeline: Add downscale factor to shader uniformsameerj
2021-11-16gl_rasterizer: Fix rescale dirty state checkingameerj
2021-11-16gl_graphics_pipeline: Add downscale factor to shader uniformsameerj
2021-11-16texture_cache: Simplify image view queries and blacklistingReinUsesLisp
2021-11-16OpenGL: set linear mag filter when blitting a downscaled image.Fernando Sahmkow
2021-11-16opengl: Use Shader::NumDescriptors when possibleReinUsesLisp
2021-11-16gl_texture_cache: Simplify rescalingameerj
2021-11-16gl_texture_cache: Implement ScaleDownameerj
2021-11-16gl_texture_cache: Rescale fixes for multi-layered texturesameerj
2021-11-16renderer_gl: Resolution scaling fixesameerj
2021-11-16Texture Cache: More rescaling fixes.Fernando Sahmkow
2021-11-16gl_texture_cache: WIP texture rescaleameerj
2021-11-16Texture Cache: Implement Vulkan UpScaling & DownScalingFernando Sahmkow
2021-11-16VideoCore: Initial Setup for the Resolution Scaler.Fernando Sahmkow
2021-10-31gl_rasterizer: Remove unused includesMorph
2021-10-28gl_device: Force GLASM on NVIDIA drivers 495-496lat9nq
2021-10-17settings: Remove std::chrono usageameerj