| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-16 | video_core: Refactor resolution scale function | ameerj | |
| 2021-11-16 | texture_cache: Fix image resolves when src/dst are not both scaled | ameerj | |
| 2021-11-16 | vk_texture_cache: Fix early returns on unsupported scales | ameerj | |
| 2021-11-16 | video_core: Misc resolution scaling related refactoring | ameerj | |
| 2021-11-16 | texture_cache: Refactor scaled image size calculation | ameerj | |
| 2021-11-16 | Texture Cache: Fix calculations when scaling. | Fernando Sahmkow | |
| 2021-11-16 | Texture Cache: Fix Rescaling on Multisample | Fernando Sahmkow | |
| 2021-11-16 | TextureCache: Base fixes on rescaling. | Fernando Sahmkow | |
| 2021-11-16 | image_info: Mark MSAA textures as non-rescalable | ameerj | |
| Blitting or resolving multisampled images requires the dimensions of the src and dst to be equal for valid usage, making them difficult for resolution scaling using the current implementation. | |||
| 2021-11-16 | shader, video_core: Fix GCC build errors | ameerj | |
| 2021-11-16 | TextureCache: Fix Buffer Views Scaling. | Fernando Sahmkow | |
| 2021-11-16 | Texture Cache: Correctly fix Blits Rescaling. | Fernando Sahmkow | |
| 2021-11-16 | texture_cache: Disable dst_image scaling in BlitImage | ameerj | |
| Fixes scaling in Super Mario Party | |||
| 2021-11-16 | texture_cache: Add getter to query if image view is rescaled | ReinUsesLisp | |
| 2021-11-16 | texture_cache: Fix blacklists on compute | ReinUsesLisp | |
| 2021-11-16 | texture_cache: Simplify image view queries and blacklisting | ReinUsesLisp | |
| 2021-11-16 | Texture Cache: Implement Rating System. | Fernando Sahmkow | |
| 2021-11-16 | Texture Cache: Implement Blacklisting. | Fernando Sahmkow | |
| 2021-11-16 | texture_cache: Add image getters | ReinUsesLisp | |
| 2021-11-16 | texture_cache: Fix typo in aliased image rescaling | ameerj | |
| 2021-11-16 | Texture Cache: Implement Rescaling on Aliases and Blits. | Fernando Sahmkow | |
| 2021-11-16 | TextureCache: Fix rescaling of ImageCopies | Fernando Sahmkow | |
| 2021-11-16 | TextureCache: Modify Viewports/Scissors according to Rescale. | Fernando Sahmkow | |
| 2021-11-16 | Texture Cache: More rescaling fixes. | Fernando Sahmkow | |
| 2021-11-16 | Texture Cache: Implement Vulkan UpScaling & DownScaling | Fernando Sahmkow | |
| 2021-11-16 | VideoCore: Initial Setup for the Resolution Scaler. | Fernando Sahmkow | |
| 2021-10-23 | Merge pull request #7070 from FernandoS27/want-you-bad | Ameer J | |
| Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan. | |||
| 2021-10-03 | gpu: Migrate implementation to the cpp file | ameerj | |
| 2021-09-24 | general: Update style to clang-format-12 | ameerj | |
| 2021-09-23 | Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan. | Fernando Sahmkow | |
| 2021-09-11 | slot_vector: Add missing <algorithm> include | Morph | |
| 2021-08-29 | Garbage Collection: Make it more agressive on high priority mode. | Fernando Sahmkow | |
| 2021-08-29 | Garbage Collection: Adress Feedback. | Fernando Sahmkow | |
| 2021-08-28 | Garbage Collection: enable as default, eliminate option. | Fernando Sahmkow | |
| 2021-08-28 | VideoCore: Rework Garbage Collection. | Fernando Sahmkow | |
| 2021-08-08 | texture_cache: Address ameerj's review | yzct12345 | |
| 2021-08-07 | texture_cache: Address ameerj's review | yzct12345 | |
| 2021-08-05 | texture_cache: Don't change copyright year | yzct12345 | |
| 2021-08-05 | texture_cache: Address ameerj's review | yzct12345 | |
| 2021-08-05 | texture_cache: Split templates out | yzct12345 | |
| 2021-07-27 | render_target: Add missing initializer for size extent | Lioncash | |
| Everything else has a default constructor that does the straightforward thing of initializing most members to a default value, except for the size. We explicitly initialize the size (and others, for consistency), to prevent potential uninitialized reads from occurring. Particularly given the largeish surface area that this struct is used in. | |||
| 2021-07-22 | texture_cache: Reduce invalid image/sampler error severity | ReinUsesLisp | |
| 2021-07-22 | shader: Initial OpenGL implementation | ReinUsesLisp | |
| 2021-07-22 | shader: Implement SULD and SUST | ReinUsesLisp | |
| 2021-07-22 | shader: Interact texture buffers with buffer cache | ReinUsesLisp | |
| 2021-07-19 | Merge pull request #6670 from ReinUsesLisp/prepare-rt | Fernando S | |
| texture_cache: Always prepare image views on render targets | |||
| 2021-07-18 | texture_cache/util: Fix size calculations of multisampled images | ReinUsesLisp | |
| On the texture cache we handle multisampled images by keeping their real size in samples (e.g. 1920x1080 with 4 samples is 3840x2160). This works nicely with size matches and other comparisons, but the calculation for guest sizes was not having this in mind, and the size was being multiplied (again) by the number of samples per dimension. For example a 3840x2160 texture cache image had its width and height multiplied by 2, resulting in a much larger texture. Fix this issue. - Fixes performance regression on cooking related titles when an unrelated bug was fixed. | |||
| 2021-07-18 | texture_cache: Always prepare image views on render targets | ReinUsesLisp | |
| Images used as render targets were not being "prepared", causing desynchronizations on the texture cache. Needs #6669 to avoid performance regressions on certain cooking titles. - Fixes black shadows on Age of Calamity. | |||
| 2021-07-09 | Buffer Cache: Fix High Downloads and don't predownload on Extreme. | Fernando Sahmkow | |
| 2021-07-08 | Out of bound blit (#6531) | Feng Chen | |
| * Fix out of bound blit error * Fix code read * Fix ci error Co-authored-by: Feng Chen <chen.feng@gloritysolutions.com> | |||
