summaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* astc_decoder: Refactor for style and more efficient memory useGravatar ameerj2021-03-251-12/+2
* renderer_vulkan: Accelerate ASTC decodingGravatar ameerj2021-03-131-2/+2
* texture_cache: Blacklist BGRA8 copies and views on OpenGLGravatar ameerj2021-03-045-19/+25
* vk_staging_buffer_pool: Add stream buffer for small uploadsGravatar ReinUsesLisp2021-02-131-19/+19
* video_core: Reimplement the buffer cacheGravatar ReinUsesLisp2021-02-131-18/+10
* texture_cache/util: Remove unused functionsGravatar Lioncash2021-02-091-34/+0
* video_core: Silence -Wmissing-field-initializers warningsGravatar ReinUsesLisp2021-01-241-24/+35
* texture_cache/util: Resolve -Wsign-compare warningGravatar Lioncash2021-01-171-1/+1
* common/alignment: Rename AlignBits to AlignUpLog2Gravatar ReinUsesLisp2021-01-152-7/+7
* texture_cache: Replace PAGE_SHIFT with PAGE_BITSGravatar MerryMage2021-01-071-6/+6
* gl_texture_cache: Avoid format views on Intel and AMDGravatar ReinUsesLisp2021-01-045-16/+26
* video_core: Rewrite the texture cacheGravatar ReinUsesLisp2020-12-3031-2849/+4633
* video_core: Remove unnecessary enum class casting in logging messagesGravatar Lioncash2020-12-072-5/+4
* video_core: Resolve more variable shadowing scenarios pt.3Gravatar Lioncash2020-12-055-29/+29
* video_core: Resolve more variable shadowing scenarios pt.2Gravatar Lioncash2020-12-053-22/+23
* General: Resolve a few missing initializer warningsGravatar Lioncash2020-10-291-0/+1
* General: Make use of std::nullopt where applicableGravatar Lioncash2020-09-221-3/+7
* video_core: Remove all Core::System references in rendererGravatar ReinUsesLisp2020-09-063-36/+31
* Merge pull request #4389 from ogniK5377/redundant-format-typeGravatar bunnei2020-08-071-1/+0
|\
| * video_core: Remove redundant pixel format typeGravatar David Marcec2020-07-211-1/+0
* | Merge pull request #4396 from lioncash/commaGravatar bunnei2020-07-291-45/+52
|\ \
| * | surface_params: Make use of designated initializers where applicableGravatar Lioncash2020-07-211-38/+46
| * | surface_params: Remove redundant assignmentGravatar Lioncash2020-07-211-1/+0
| * | surface_params: Replace questionable usages of the comma operator with semico...Gravatar Lioncash2020-07-211-9/+9
* | | Merge pull request #4394 from lioncash/unused6Gravatar bunnei2020-07-231-2/+0
|\ \ \ | |/ / |/| |
| * | video_core: Remove unused variablesGravatar Lioncash2020-07-211-2/+0
| |/
* | Merge pull request #4324 from ReinUsesLisp/formatsGravatar bunnei2020-07-214-84/+91
|\ \ | |/ |/|
| * video_core: Rearrange pixel format namesGravatar ReinUsesLisp2020-07-134-90/+90
| * video_core: Fix DXT4 and RGB565Gravatar ReinUsesLisp2020-07-131-4/+3
| * video_core/format_lookup_table: Add formats with existing PixelFormatGravatar ReinUsesLisp2020-07-131-1/+9
* | Merge pull request #4242 from ReinUsesLisp/maxwell-dmaGravatar bunnei2020-07-142-4/+3
|\ \ | |/ |/|
| * video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changesGravatar ReinUsesLisp2020-07-102-4/+3
* | configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-091-1/+1
|/
* Merge pull request #4176 from ReinUsesLisp/compatible-formatsGravatar Fernando Sahmkow2020-06-301-5/+20
|\
| * texture_cache: Test format compatibility before copyingGravatar ReinUsesLisp2020-06-261-5/+20
* | Merge pull request #4144 from FernandoS27/tt-fixGravatar bunnei2020-06-261-0/+3
|\ \ | |/ |/|
| * TextureCache: Fix case where layer goes off bound.Gravatar Fernando Sahmkow2020-06-221-0/+3
* | texture_cache: Fix incorrect address used in a DeduceSurface() callGravatar Lioncash2020-06-201-1/+1
|/
* texture_cache: Port original code management for 2D vs 3D texturesGravatar ReinUsesLisp2020-06-082-16/+35
* texture_cache: Simplify blit codeGravatar ReinUsesLisp2020-06-081-9/+7
* texture_cache: Handle 3D texture blits with one layerGravatar ReinUsesLisp2020-06-082-3/+8
* texture_cache: Implement rendering to 3D texturesGravatar ReinUsesLisp2020-06-084-80/+76
* Merge pull request #4012 from ReinUsesLisp/mipmap-overlapsGravatar bunnei2020-06-031-28/+43
|\
| * texture_cache: More relaxed reconstructionGravatar ReinUsesLisp2020-05-291-13/+9
| * texture_cache: Only copy textures that were modified from hostGravatar ReinUsesLisp2020-05-291-2/+6
| * texture_cache: Reload textures when number of resources mismatchGravatar ReinUsesLisp2020-05-291-0/+9
| * texture_cache: Handle overlaps with multiple subresourcesGravatar ReinUsesLisp2020-05-291-27/+33
* | Merge pull request #4005 from ReinUsesLisp/g24r8Gravatar Rodrigo Locatti2020-06-011-1/+2
|\ \
| * | format_lookup_table: Implement G24S8 format as S8Z24Gravatar ReinUsesLisp2020-05-281-1/+2
* | | Merge pull request #3999 from ReinUsesLisp/opt-tex-cacheGravatar bunnei2020-05-311-24/+29
|\ \ \ | |_|/ |/| |