summaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* texture_cache/surface_base: Fix layered break downGravatar ReinUsesLisp2020-01-261-1/+1
* Merge pull request #3311 from ReinUsesLisp/z32fx24s8Gravatar bunnei2020-01-171-1/+1
|\
| * format_lookup_table: Fix ZF32_X24S8 component typesGravatar ReinUsesLisp2020-01-161-1/+1
* | texture_cache/surface_params: Make GetNumLayers publicGravatar ReinUsesLisp2020-01-131-4/+5
|/
* Texture Cache: Improve documentationGravatar Fernando Sahmkow2019-12-222-4/+5
* Texture Cache: Address FeedbackGravatar Fernando Sahmkow2019-12-222-11/+11
* Texture Cache: Add HLE methods for building 3D textures within the GPU in cer...Gravatar Fernando Sahmkow2019-12-223-1/+139
* Merge pull request #2987 from FernandoS27/texture-invalidGravatar bunnei2019-12-023-32/+101
|\
| * Texture_Cache: Redo invalid Surfaces handling.Gravatar Fernando Sahmkow2019-11-203-32/+101
* | texture_cache/surface_base: Fix out of bounds texture viewsGravatar ReinUsesLisp2019-11-291-7/+4
|/
* format_lookup_table: Address feedbackGravatar ReinUsesLisp2019-11-142-30/+24
* texture_cache: Use a table instead of switch for texture formatsGravatar ReinUsesLisp2019-11-145-12/+288
* texture_cache: Drop abstracted ComponentTypeGravatar ReinUsesLisp2019-11-143-17/+5
* Merge pull request #2978 from lioncash/doxygenGravatar Rodrigo Locatti2019-10-161-57/+78
|\
| * video_core/texture_cache: Amend Doxygen referencesGravatar Lioncash2019-10-151-57/+78
* | texture_cache: Avoid unnecessary surface copies within PickStrategy() and Try...Gravatar Lioncash2019-10-151-2/+2
* | common: Rename binary_find.h to algorithm.hGravatar Lioncash2019-10-152-3/+3
|/
* Texture_Cache: Blit Deduction corrections and simplifications.Gravatar Fernando Sahmkow2019-10-041-18/+20
* TextureCache: Add the ability to deduce if two textures are depth on blit.Gravatar Fernando Sahmkow2019-10-041-2/+142
* texture_cache: Minor changesGravatar ReinUsesLisp2019-09-054-19/+17
* gl_rasterizer: Implement image bindingsGravatar ReinUsesLisp2019-09-053-30/+98
* texture_cache: Pass TIC to texture cacheGravatar ReinUsesLisp2019-09-053-26/+24
* video_core: Silent miscellaneous warnings (#2820)Gravatar Rodrigo Locatti2019-08-302-3/+0
* Merge pull request #2739 from lioncash/cflowGravatar bunnei2019-07-251-3/+2
|\
| * video_core: Resolve -Wreorder warningsGravatar Lioncash2019-07-181-3/+2
* | Texture_Cache: Rebase FixesGravatar Fernando Sahmkow2019-07-171-6/+0
* | Maxwell3D: Rework the dirty system to be more consistant and scaleableGravatar Fernando Sahmkow2019-07-171-5/+12
|/
* Texture_Cache: Address FeedbackGravatar Fernando Sahmkow2019-07-143-13/+17
* Texture_Cache: Remove some unprecise fallback case and clang formatGravatar Fernando Sahmkow2019-07-142-13/+5
* Texture_Cache: Force Framebuffer reset if an active render target is unregist...Gravatar Fernando Sahmkow2019-07-143-10/+36
* Texture_Cache: Correct Linear Structural Match.Gravatar Fernando Sahmkow2019-07-141-3/+6
* texture_cache: Address FeedbackGravatar Fernando Sahmkow2019-07-051-2/+2
* texture_cache: Correct Texture Buffer UploadingGravatar Fernando Sahmkow2019-07-041-0/+2
* texture_cache: Pack sibling queries inside a methodGravatar ReinUsesLisp2019-06-291-6/+8
* texture_cache: Use std::vector reservation for sampled_texturesGravatar ReinUsesLisp2019-06-291-17/+10
* texture_cache: Style changesGravatar ReinUsesLisp2019-06-292-8/+4
* texture_cache: Use std::array for siblings_tableGravatar ReinUsesLisp2019-06-291-10/+13
* texture_cache: Address feedbackGravatar ReinUsesLisp2019-06-292-11/+12
* texture_cache: Correct variable naming.Gravatar Fernando Sahmkow2019-06-251-3/+3
* texture_cache: Corrections, documentation and assertsGravatar Fernando Sahmkow2019-06-251-42/+42
* surface_params: Corrections, asserts and documentation.Gravatar Fernando Sahmkow2019-06-252-43/+58
* copy_params: use constexpr for constructorGravatar Fernando Sahmkow2019-06-251-3/+4
* texture_cache: Query MemoryManager from the systemGravatar Fernando Sahmkow2019-06-251-11/+7
* texture_cache: Include "core/core.h"Gravatar ReinUsesLisp2019-06-241-4/+1
* texture_cache/surface_view: Address feedbackGravatar ReinUsesLisp2019-06-241-1/+0
* texture_cache/surface_base: Address feedbackGravatar ReinUsesLisp2019-06-242-2/+10
* texture_cache: Style and CorrectionsGravatar Fernando Sahmkow2019-06-203-2/+4
* texture_cache: Eliminate linear textures fallthroughGravatar Fernando Sahmkow2019-06-201-4/+0
* texture_cache: Correct format R16U as siblingGravatar Fernando Sahmkow2019-06-202-1/+2
* texture_cache: Implement texception detection and texture barriers.Gravatar Fernando Sahmkow2019-06-201-5/+32