aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache
AgeCommit message (Expand)Author
2020-04-16surface_view: Add missing operator!= to ViewParamsLioncash
2020-04-15surface_base: Make IsInside() a const member functionLioncash
2020-04-15Merge pull request #3683 from lioncash/docsbunnei
2020-04-15texture_cache/format_lookup_table: Fix incorrect green, blue, and alpha indicesLioncash
2020-04-15video_core: Amend doxygen comment referencesLioncash
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-04-15Merge pull request #3649 from FernandoS27/3d-fixRodrigo Locatti
2020-04-15Texture Cache: Read current data when flushing a 3D segment.Fernando Sahmkow
2020-04-14Texture Cache: Only do buffer copies on accurate GPU. (#3634)Fernando Sahmkow
2020-04-11texture_cache: Remove preserve_contentsReinUsesLisp
2020-04-09Merge pull request #3610 from FernandoS27/gpu-cachesRodrigo Locatti
2020-04-07Merge pull request #3599 from ReinUsesLisp/revert-3499bunnei
2020-04-06Texture Cache: Use vAddr instead of physical memory for caching.Fernando Sahmkow
2020-04-04Revert "Merge pull request #3499 from ReinUsesLisp/depth-2d-array"ReinUsesLisp
2020-04-01video_core: Use native ASTC when availableReinUsesLisp
2020-03-15Merge pull request #3501 from ReinUsesLisp/rgba16-snormRodrigo Locatti
2020-03-14Merge pull request #3500 from ReinUsesLisp/incompatible-typesFernando Sahmkow
2020-03-12video_core: Implement RGBA16_SNORMReinUsesLisp
2020-03-12texture_cache: Report incompatible textures as blackReinUsesLisp
2020-03-12texture_cache/surface_params: Force depth=1 on 2D texturesReinUsesLisp
2020-02-28renderer_opengl: Reintroduce dirty flags for render targetsReinUsesLisp
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp
2020-02-25Merge pull request #3417 from ReinUsesLisp/r32ibunnei
2020-02-24Merge pull request #3425 from ReinUsesLisp/layered-framebufferbunnei
2020-02-22Merge pull request #3422 from ReinUsesLisp/buffer-flushbunnei
2020-02-16texture_cache: Implement layered framebuffer attachmentsReinUsesLisp
2020-02-16texture_cache: Avoid matches in 3D texturesReinUsesLisp
2020-02-16surface_base: Implement texture buffer flushesReinUsesLisp
2020-02-15texture: Implement R32IReinUsesLisp
2020-01-26texture_cache/surface_base: Fix layered break downReinUsesLisp
2020-01-17Merge pull request #3311 from ReinUsesLisp/z32fx24s8bunnei
2020-01-16format_lookup_table: Fix ZF32_X24S8 component typesReinUsesLisp
2020-01-13texture_cache/surface_params: Make GetNumLayers publicReinUsesLisp
2019-12-22Texture Cache: Improve documentationFernando Sahmkow
2019-12-22Texture Cache: Address FeedbackFernando Sahmkow
2019-12-22Texture Cache: Add HLE methods for building 3D textures within the GPU in cer...Fernando Sahmkow
2019-12-02Merge pull request #2987 from FernandoS27/texture-invalidbunnei
2019-11-29texture_cache/surface_base: Fix out of bounds texture viewsReinUsesLisp
2019-11-20Texture_Cache: Redo invalid Surfaces handling.Fernando Sahmkow
2019-11-14format_lookup_table: Address feedbackReinUsesLisp
2019-11-14texture_cache: Use a table instead of switch for texture formatsReinUsesLisp
2019-11-14texture_cache: Drop abstracted ComponentTypeReinUsesLisp
2019-10-16Merge pull request #2978 from lioncash/doxygenRodrigo Locatti
2019-10-15texture_cache: Avoid unnecessary surface copies within PickStrategy() and Try...Lioncash
2019-10-15video_core/texture_cache: Amend Doxygen referencesLioncash
2019-10-15common: Rename binary_find.h to algorithm.hLioncash
2019-10-04Texture_Cache: Blit Deduction corrections and simplifications.Fernando Sahmkow
2019-10-04TextureCache: Add the ability to deduce if two textures are depth on blit.Fernando Sahmkow
2019-09-05texture_cache: Minor changesReinUsesLisp
2019-09-05gl_rasterizer: Implement image bindingsReinUsesLisp