summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #7368 from FernandoS27/vulkan-convGravatar bunnei2021-11-2018-23/+595
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TextureCache: Refactor and fix linux compiling.Gravatar Fernando Sahmkow2021-11-203-9/+11
| * | | | TextureCache: Assure full conversions on depth/stencil write shaders.Gravatar Fernando Sahmkow2021-11-203-6/+6
| * | | | TextureCache: Implement buffer copies on Vulkan.Gravatar Fernando Sahmkow2021-11-206-9/+193
| * | | | TextureCache: Add R16G16 to D24S8 converter.Gravatar Fernando Sahmkow2021-11-205-0/+38
| * | | | TextureCache: Add B10G11R11 to D24S8 converter.Gravatar Fernando Sahmkow2021-11-195-13/+84
| * | | | TextureCache: Further fixes on resolve algorithm.Gravatar Fernando Sahmkow2021-11-192-16/+17
| * | | | TextureCache: Implement additional D24S8 convertions.Gravatar Fernando Sahmkow2021-11-196-0/+86
| * | | | TextureCache: force same image format when resolving an image.Gravatar Fernando Sahmkow2021-11-192-2/+9
| * | | | TextureCache: Fix regression caused by ART and improve blit detection algorit...Gravatar Fernando Sahmkow2021-11-192-10/+27
| * | | | Vulkan: implement D24S8 <-> RGBA8 convertions.Gravatar Fernando Sahmkow2021-11-196-0/+166
| | |_|/ | |/| |
* | | | Merge pull request #7294 from vonchenplus/fix_image_update_error_when_width_t...Gravatar bunnei2021-11-192-10/+18
|\ \ \ \
| * | | | Fix image update/download error when width too smallGravatar Feng Chen2021-11-172-10/+18
| | |/ / | |/| |
* | | | Merge pull request #7369 from Morph1984/amd-fsr-statusbarGravatar bunnei2021-11-192-6/+6
|\ \ \ \
| * | | | main: Fix default AA nameGravatar Morph2021-11-181-4/+4
| * | | | configure_graphics_ui: AMD's -> AMDGravatar Morph2021-11-181-1/+1
| * | | | main: Shorten AMD FSR status bar textGravatar Morph2021-11-181-1/+1
| | |/ / | |/| |
* | | | Merge pull request #7273 from fpdotmonkey/submodule-checkout-command-on-new-lineGravatar bunnei2021-11-191-1/+1
|\ \ \ \
| * | | | Move the cmake submodule checkout command to a new lineGravatar Fletcher Porter2021-11-021-1/+1
* | | | | Merge pull request #7342 from goldenx86/patch-3Gravatar bunnei2021-11-191-2/+2
|\ \ \ \ \
| * | | | | Replace keys error pop upGravatar Matías Locatti2021-11-161-2/+2
* | | | | | Merge pull request #7357 from Morph1984/s8_uintGravatar bunnei2021-11-1910-9/+64
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | renderer_vulkan: Implement S8_UINT stencil formatGravatar Morph2021-11-183-0/+18
| * | | | | renderer_opengl: Implement S8_UINT stencil formatGravatar Morph2021-11-173-6/+25
| * | | | | video_core: Add S8_UINT stencil formatGravatar Morph2021-11-174-3/+21
| | |_|/ / | |/| | |
* | | | | Merge pull request #7349 from ameerj/ogl-convert-imageGravatar bunnei2021-11-185-28/+49
|\ \ \ \ \
| * | | | | gl_texture_cache: Round format conversion PBO to next power of 2Gravatar ameerj2021-11-171-1/+5
| * | | | | texture_cache: Use pixel format conversion when supported by the runtimeGravatar ameerj2021-11-165-0/+15
| * | | | | gl_texture_cache: Make FormatConversionPass more genericGravatar ameerj2021-11-161-7/+12
| * | | | | gl_texture_cache: Rename BGRCopyPass to FormatConversionPassGravatar ameerj2021-11-162-21/+18
| |/ / / /
* | | | | Merge pull request #7353 from v1993/no-more-epilepsyGravatar bunnei2021-11-181-1/+1
|\ \ \ \ \
| * | | | | Prevent window flickering when holding EscGravatar Valeri2021-11-171-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #7348 from Morph1984/ci-disable-submodule-fetchGravatar Ameer J2021-11-172-2/+2
|\ \ \ \ \
| * | | | | ci: Don't fetch submodules when fetching PRsGravatar Morph2021-11-162-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #7355 from german77/hotkey_spamGravatar bunnei2021-11-171-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | hotkeys: Don't allow hotkeys to spamGravatar german772021-11-171-0/+2
* | | | | Merge pull request #7219 from FernandoS27/aristotles-right-testicleGravatar bunnei2021-11-16120-646/+9051
|\ \ \ \ \
| * | | | | TextureCache: Fix Automatic Anisotropic.Gravatar Fernando Sahmkow2021-11-171-6/+5
| * | | | | TextureCache: OGL query device memory if possible.Gravatar FernandoS272021-11-172-2/+14
| * | | | | TextureCache: Fix OGL cleaningGravatar Fernando Sahmkow2021-11-175-0/+43
| * | | | | TextureCache: Add automatic anisotropic filtering and refactor code.Gravatar Fernando Sahmkow2021-11-165-16/+22
| * | | | | TextureCache: Make a better Anisotropic setter.Gravatar Fernando Sahmkow2021-11-164-24/+21
| * | | | | Texture Cache: revert Image changes.Gravatar Fernando Sahmkow2021-11-161-0/+4
| * | | | | ShaderCache: Better fix for Shuffling gl_FragCoordGravatar Fernando Sahmkow2021-11-161-2/+13
| * | | | | HostShader: fix Gaussian filter.Gravatar FernandoS272021-11-161-2/+2
| * | | | | Texture Cahe/Shader decompiler: Resize PointSize on rescaling, refactor and m...Gravatar FernandoS272021-11-165-22/+29
| * | | | | texture_cache: Refactor Render Target scaling functionGravatar ameerj2021-11-162-14/+24
| * | | | | gl_resource_manager: Ensure non EXT_framebuffer objects are createdGravatar ameerj2021-11-162-13/+8
| * | | | | Texture Cache: Fix memory usage on ScaleDown.Gravatar FernandoS272021-11-161-4/+0
| * | | | | OpenGL: Fix viewport/Scissor scaling on downscaling.Gravatar FernandoS272021-11-161-6/+28