aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache
AgeCommit message (Expand)Author
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-02-09texture_cache/util: Remove unused functionsLioncash
2021-01-24video_core: Silence -Wmissing-field-initializers warningsReinUsesLisp
2021-01-17texture_cache/util: Resolve -Wsign-compare warningLioncash
2021-01-15common/alignment: Rename AlignBits to AlignUpLog2ReinUsesLisp
2021-01-07texture_cache: Replace PAGE_SHIFT with PAGE_BITSMerryMage
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-10-29General: Resolve a few missing initializer warningsLioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp
2020-08-07Merge pull request #4389 from ogniK5377/redundant-format-typebunnei
2020-07-29Merge pull request #4396 from lioncash/commabunnei
2020-07-23Merge pull request #4394 from lioncash/unused6bunnei
2020-07-21surface_params: Make use of designated initializers where applicableLioncash
2020-07-21surface_params: Remove redundant assignmentLioncash
2020-07-21surface_params: Replace questionable usages of the comma operator with semico...Lioncash
2020-07-21video_core: Remove unused variablesLioncash
2020-07-21Merge pull request #4324 from ReinUsesLisp/formatsbunnei
2020-07-21video_core: Remove redundant pixel format typeDavid Marcec
2020-07-14Merge pull request #4242 from ReinUsesLisp/maxwell-dmabunnei
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp
2020-07-13video_core: Fix DXT4 and RGB565ReinUsesLisp
2020-07-13video_core/format_lookup_table: Add formats with existing PixelFormatReinUsesLisp
2020-07-10video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changesReinUsesLisp
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-06-30Merge pull request #4176 from ReinUsesLisp/compatible-formatsFernando Sahmkow
2020-06-26texture_cache: Test format compatibility before copyingReinUsesLisp
2020-06-26Merge pull request #4144 from FernandoS27/tt-fixbunnei
2020-06-22TextureCache: Fix case where layer goes off bound.Fernando Sahmkow
2020-06-20texture_cache: Fix incorrect address used in a DeduceSurface() callLioncash
2020-06-08texture_cache: Port original code management for 2D vs 3D texturesReinUsesLisp
2020-06-08texture_cache: Simplify blit codeReinUsesLisp
2020-06-08texture_cache: Handle 3D texture blits with one layerReinUsesLisp
2020-06-08texture_cache: Implement rendering to 3D texturesReinUsesLisp
2020-06-03Merge pull request #4012 from ReinUsesLisp/mipmap-overlapsbunnei
2020-06-01Merge pull request #4005 from ReinUsesLisp/g24r8Rodrigo Locatti
2020-05-31Merge pull request #3999 from ReinUsesLisp/opt-tex-cachebunnei
2020-05-29texture_cache: More relaxed reconstructionReinUsesLisp
2020-05-29texture_cache: Only copy textures that were modified from hostReinUsesLisp
2020-05-29texture_cache: Reload textures when number of resources mismatchReinUsesLisp
2020-05-29texture_cache: Handle overlaps with multiple subresourcesReinUsesLisp
2020-05-28format_lookup_table: Implement G24S8 format as S8Z24ReinUsesLisp
2020-05-27texture_cache: Use unordered_map::find instead of operator[] on hot codeReinUsesLisp
2020-05-27texture_cache: Use small vector for surface vectorsReinUsesLisp
2020-05-26texture_cache: Fix layered null surfacesReinUsesLisp