summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/texture_cache.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-27texture_cache: use two-pass collection for costly load resources (#13096)liamwhite1-7/+23
2024-02-26texture_cache: do not track invalid addressesLiam1-2/+6
2024-02-11texture_cache: tweak iteration tracking changeLiam1-1/+1
2024-02-11texture_cache: avoid overestimation of ASTC texture sizesLiam1-2/+2
2024-02-11caches: make critical reclamation less eager and possible in more casesLiam1-2/+2
2024-02-10Texture Cache: Fix untracking on GPU remapFernando Sahmkow1-7/+8
2024-02-09nvnflinger/gpu: implement blendingLiam1-1/+7
2024-01-31video_core: consistently account for resolution scaling when renderingLiam1-4/+5
2024-01-31Texture Cache: make sparse texture table per channelFernando Sahmkow1-38/+49
2024-01-19SMMU: Initial adaptation to video_core.Fernando Sahmkow1-37/+38
2023-12-18Revert "video_core: use interval map for page count tracking"liamwhite1-5/+5
2023-12-15video_core: use interval map for page count trackingLiam1-5/+5
2023-12-04texture_cache: fix max_element comparison functionLiam1-1/+1
2023-12-03renderer_vulkan: do not recreate swapchain for srgbLiam1-9/+26
2023-12-02texture_cache: use pedantic type namesLiam1-1/+1
2023-10-12Transition MSAA images to general layout without uploading dataKelebek11-0/+1
2023-09-11Look for the most recently modified image for presentKelebek11-1/+14
2023-08-06Revert "HACK: Avoid swizzling and reuploading ASTC image every frame"Ameer J1-12/+2
2023-08-06HACK: Avoid swizzling and reuploading ASTC image every frameAmeer J1-2/+12
2023-07-03oops re opengidoly1-0/+4
2023-07-03Use spans over guest memory where possible instead of copying data.Kelebek11-11/+13
2023-07-02Revert "texture_cache: Fix incorrect logic for AccelerateDMA"Liam1-4/+8
2023-06-29AccelerateDMA: Don't accelerate 3D texture DMA operationsFernando Sahmkow1-0/+4
2023-06-29Texture cache: Fix YFC regression due to code testingFernando Sahmkow1-9/+0
2023-06-22Remove memory allocations in some hot pathsKelebek11-7/+7
2023-06-17video_core: add samples check when find render targetFengChen1-12/+10
2023-06-16video_core: Use sampler IDs instead pointers in the pipeline configWollnashorn1-5/+25
2023-06-14video_core: optionally skip barriers on feedback loopsLiam1-0/+4
2023-06-03texture_cache: Fix incorrect logic for AccelerateDMAameerj1-8/+4
2023-05-25video_core: don't garbage collect during configurationLiam1-5/+0
2023-05-24Texture cache: revert wrong acceleration assumptionFernando Sahmkow1-1/+1
2023-05-24texture_cache: process aliases and overlaps in the correct orderFernando Sahmkow1-57/+84
2023-05-23video_core: tune garbage collection aggressivenessLiam1-4/+6
2023-05-23renderer_vulkan: barrier attachment feedback loopsLiam1-0/+36
2023-05-11Allow Fermi blit accelerate to add src/dst to the cache if they don't exist already. Use ScratchBuffers in the software blit path.Kelebek11-1/+1
2023-05-07Texture cache: Only force flush the dma downloadsFernando Sahmkow1-2/+2
2023-05-07Buffer Cache: disable reactive flushing in it.Fernando Sahmkow1-2/+6
2023-05-07Texture cache: reverse inmediate flush changesFernando Sahmkow1-24/+1
2023-05-07Texture cache: sync the first flush.Fernando Sahmkow1-3/+29
2023-05-07GPU: Add Reactive flushingFernando Sahmkow1-1/+31
2023-05-03video_core: fix build on Apple ClangLiam1-1/+1
2023-04-29Texture Cache: Release stagging buffers on tick frameFernando Sahmkow1-9/+13
2023-04-29Address Feedback & Clang FormatFernando Sahmkow1-12/+14
2023-04-29Accelerate DMA: Use texture cache async downloads to perform the copiesFernando Sahmkow1-34/+84
2023-04-29TextureCache: refactor DMA downloads to allow multiple buffers.Fernando Sahmkow1-1/+11
2023-04-22Sort overlap_ids by modification tick before copyKelebek11-0/+6
2023-03-30Fixes 'Continous' typoMax Dunbar1-1/+1
2023-03-28Only upload GPU-modified overlapsKelebek11-15/+15
2023-03-25Pass GPU page table by referenceRoss Schlaikjer1-31/+32
2023-03-14video_core: Better defined ImageInfo parametersFengChen1-2/+2
2023-03-07Refactor AccelerateDMA codeameerj1-18/+68
2023-03-05Engines: Implement Accelerate DMA Texture.Fernando Sahmkow1-0/+69
2023-02-23configuration: Add async ASTC decode settingameerj1-0/+1
2023-02-22texture_cache: Add async texture decodingameerj1-0/+69
2023-02-11texture_cache: OpenGL: Implement MSAA uploads and copiesameerj1-7/+7
2023-01-05video_core: Implement opengl/vulkan draw_textureFeng Chen1-0/+7
2023-01-04Texture Cache: Implement async texture downloads.Fernando Sahmkow1-31/+73
2023-01-01RasterizerMemory: Add filtering for flushing/invalidation operations.Fernando Sahmkow1-1/+2
2022-12-25texture_cache: Use Common::ScratchBuffer for swizzle buffersameerj1-4/+4
2022-12-25texture_cache: Use pre-allocated buffer for texture downloadsameerj1-3/+6
2022-12-25texture_cache: Use pre-allocated buffer for texture uploadsameerj1-6/+20
2022-11-24Fermi2D: Rework blit engine and add a software blitter.Fernando Sahmkow1-5/+24
2022-10-22general: Resolve -Wunused-lambda-capture and C5233Morph1-4/+4
2022-10-16video_core: Fix spelling of "synchronize"Morph1-4/+4
2022-10-07Update 3D regsKelebek11-9/+10
2022-10-06general: Format licenses as per SPDX guidelinesMorph1-4/+2
2022-10-06Vulkan Texture Cache: Limit render area to the max width/height of the targets.Fernando Sahmkow1-0/+2
2022-10-06Texture Cache: Fix GC and GPU Modified on Joins.Fernando Sahmkow1-3/+5
2022-10-06Texture cache: Fix the remaining issues with memory mnagement and unmapping.Fernando Sahmkow1-6/+21
2022-10-06Texture cache: Fix dangling references on multichannel.Fernando Sahmkow1-21/+24
2022-10-06Refactor VideoCore to use AS sepparate from Channel.Fernando Sahmkow1-85/+45
2022-10-06General: Rebase fixes.Fernando Sahmkow1-7/+6
2022-10-06VideoCore: Fix channels with disk pipeline/shader cache.Fernando Sahmkow1-5/+7
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow1-72/+137
2022-08-20code: dodge PAGE_SIZE #defineKyle Kienapfel1-6/+6
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-10/+10
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-01GPU Garbage Collection: Fix regressions.Fernando Sahmkow1-2/+0
2022-03-26Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding CPU Cached memory."bunnei1-40/+1
2022-03-25Texture Cache: Add Cached CPU system.Fernando Sahmkow1-1/+40
2022-03-25Garbage Collection: Final tuning.Fernando Sahmkow1-12/+24
2022-03-25Garbage Collection: Redesign the algorithm to do a better use of memory.Fernando Sahmkow1-8/+34
2022-02-02texture_cache: Ensure has_blacklisted is always initializedLioncash1-1/+1
2022-02-02texture_cache: Remove dead code within SynchronizeAliasesLioncash1-13/+1
2022-02-02texture_cache: Amend unintended bitwise OR in SynchronizeAliasesLioncash1-1/+1
2021-12-31video_core/memory_manager: Fixes for sparse memory managementameerj1-3/+1
2021-12-24vk_texture_cache: Fix invalidated pointer accessameerj1-1/+2
2021-12-10Fix blit image/view not compatibleFeng Chen1-1/+6
2021-12-05texture_cache: Fix image convert dimensions assertionameerj1-1/+12
2021-12-05blit_image: Refactor upscale factors usageameerj1-1/+1
2021-12-04Texture Cache: Fix crashes on NVIDIA.Fernando Sahmkow1-3/+6
2021-11-28Texture Cache: Secure insertions against deletions.Fernando Sahmkow1-3/+13
2021-11-27Texture Cache: Redesigning the blitting system (again).Fernando Sahmkow1-9/+43
2021-11-26Texture Cache: Further fix regressions.Fernando Sahmkow1-11/+15
2021-11-22TextureCache: Simplify blitting of D24S8 formats and fix bugs.Fernando Sahmkow1-1/+7
2021-11-21TextureCache: Eliminate format deduction as full depth conversion has been supported.Fernando Sahmkow1-4/+2
2021-11-20TextureCache: Implement buffer copies on Vulkan.Fernando Sahmkow1-2/+2
2021-11-19TextureCache: Further fixes on resolve algorithm.Fernando Sahmkow1-4/+4
2021-11-19TextureCache: force same image format when resolving an image.Fernando Sahmkow1-2/+8
2021-11-19TextureCache: Fix regression caused by ART and improve blit detection algorithm to be smarter.Fernando Sahmkow1-6/+3
2021-11-17texture_cache: Use pixel format conversion when supported by the runtimeameerj1-0/+3
2021-11-17TextureCache: Fix OGL cleaningFernando Sahmkow1-0/+3
2021-11-16Texture Cahe/Shader decompiler: Resize PointSize on rescaling, refactor and make reaper more agressive on 4Gb GPUs.FernandoS271-16/+2
2021-11-16texture_cache: Refactor Render Target scaling functionameerj1-14/+19
2021-11-16Texture Cache: Fix memory usage on ScaleDown.FernandoS271-4/+0
2021-11-16OpenGlTextureCache: Fix state invalidation on rescaling.Fernando Sahmkow1-2/+2
2021-11-16TextureCache: Improve Reaper.FernandoS271-13/+25
2021-11-16TextureCache: fix rescaling in aliases and overlap joins.FernandoS271-11/+30
2021-11-16Texture Cache: fix memory managment and optimize scaled downloads, uploads.Fernando Sahmkow1-11/+11
2021-11-16Texture Cache: ease the requirements of textures being blacklisted.Fernando Sahmkow1-20/+7
2021-11-16Texture Cache: Fix downscaling and correct memory comsumption.Fernando Sahmkow1-11/+20
2021-11-16Texture Cache: Rescale conversions between depth and colorFernandoS271-1/+1
2021-11-16Texture cache: Fix memory consumption and ignore rating when a depth texture is rendered.Fernando Sahmkow1-3/+4
2021-11-16Texture Cahe: Fix downscaling on SMO.Fernando Sahmkow1-0/+3
2021-11-16texture_cache: Fix infinitely recursive ImageCanRescale checkameerj1-8/+8
2021-11-16video_core: Refactor resolution scale functionameerj1-27/+12
2021-11-16texture_cache: Fix image resolves when src/dst are not both scaledameerj1-5/+8
2021-11-16vk_texture_cache: Fix early returns on unsupported scalesameerj1-1/+1
2021-11-16video_core: Misc resolution scaling related refactoringameerj1-2/+0
2021-11-16texture_cache: Refactor scaled image size calculationameerj1-12/+12
2021-11-16Texture Cache: Fix calculations when scaling.Fernando Sahmkow1-0/+12
2021-11-16Texture Cache: Fix Rescaling on MultisampleFernando Sahmkow1-4/+13
2021-11-16TextureCache: Base fixes on rescaling.Fernando Sahmkow1-3/+4
2021-11-16TextureCache: Fix Buffer Views Scaling.Fernando Sahmkow1-0/+3
2021-11-16Texture Cache: Correctly fix Blits Rescaling.Fernando Sahmkow1-9/+12
2021-11-16texture_cache: Disable dst_image scaling in BlitImageameerj1-5/+7
2021-11-16texture_cache: Add getter to query if image view is rescaledReinUsesLisp1-10/+6
2021-11-16texture_cache: Fix blacklists on computeReinUsesLisp1-1/+1
2021-11-16texture_cache: Simplify image view queries and blacklistingReinUsesLisp1-20/+27
2021-11-16Texture Cache: Implement Rating System.Fernando Sahmkow1-12/+30
2021-11-16Texture Cache: Implement Blacklisting.Fernando Sahmkow1-1/+33
2021-11-16texture_cache: Add image gettersReinUsesLisp1-0/+10
2021-11-16texture_cache: Fix typo in aliased image rescalingameerj1-1/+1
2021-11-16Texture Cache: Implement Rescaling on Aliases and Blits.Fernando Sahmkow1-5/+53
2021-11-16TextureCache: Fix rescaling of ImageCopiesFernando Sahmkow1-4/+39
2021-11-16TextureCache: Modify Viewports/Scissors according to Rescale.Fernando Sahmkow1-2/+23
2021-11-16Texture Cache: More rescaling fixes.Fernando Sahmkow1-79/+83
2021-11-16Texture Cache: Implement Vulkan UpScaling & DownScalingFernando Sahmkow1-13/+71
2021-11-16VideoCore: Initial Setup for the Resolution Scaler.Fernando Sahmkow1-2/+111
2021-10-03gpu: Migrate implementation to the cpp fileameerj1-0/+5
2021-09-23Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.Fernando Sahmkow1-0/+3
2021-08-29Garbage Collection: Make it more agressive on high priority mode.Fernando Sahmkow1-2/+2
2021-08-28Garbage Collection: enable as default, eliminate option.Fernando Sahmkow1-2/+1
2021-08-28VideoCore: Rework Garbage Collection.Fernando Sahmkow1-60/+29
2021-08-08texture_cache: Address ameerj's reviewyzct123451-0/+2
2021-08-07texture_cache: Address ameerj's reviewyzct123451-0/+2
2021-08-05texture_cache: Don't change copyright yearyzct123451-1/+1
2021-08-05texture_cache: Address ameerj's reviewyzct123451-303/+1408
2021-08-05texture_cache: Split templates outyzct123451-1527/+1
2021-07-23texture_cache: Reduce invalid image/sampler error severityReinUsesLisp1-7/+7
2021-07-23shader: Implement SULD and SUSTReinUsesLisp1-0/+8
2021-07-23shader: Interact texture buffers with buffer cacheReinUsesLisp1-4/+9
2021-07-18texture_cache: Always prepare image views on render targetsReinUsesLisp1-0/+6
2021-07-08Out of bound blit (#6531)Feng Chen1-56/+15
2021-07-04Texture Cache: Fix collision with multiple overlaps of the same sparse texture.Fernando Sahmkow1-1/+6
2021-07-04Texture Cache: Fix GCC & Clang.Fernando Sahmkow1-7/+7
2021-07-04Texture Cache: Address feedback.Fernando Sahmkow1-9/+7
2021-07-04Texture Cache: Improve accuracy of sparse texture detection.Fernando Sahmkow1-98/+212
2021-07-04Texture Cache: Initial Implementation of Sparse Textures.Fernando Sahmkow1-17/+231
2021-07-03TextureCache: Fix 1D to 2D overlapps.Fernando Sahmkow1-3/+0
2021-06-26buffer_cache/texture_cache: Make GC functions privateReinUsesLisp1-3/+3
2021-06-24common: Replace common_sizes into user-literalsWunkolo1-6/+6
2021-06-22Reaper: Set minimum cleaning limit on OGL.Fernando Sahmkow1-1/+4
2021-06-20Reaper: Guarantee correct deletion.Fernando Sahmkow1-2/+3
2021-06-17Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow1-15/+31
2021-06-16Reaper: Address Feedback.Fernando Sahmkow1-13/+25
2021-06-16Reaper: Setup settings and final tuning.Fernando Sahmkow1-25/+30
2021-06-16Reaper: Tune it up to be an smart GC.Fernando Sahmkow1-8/+76
2021-06-16Initial Reaper SetupReinUsesLisp1-11/+33
2021-05-08texture_cache: Handle out of bound texture blitsameerj1-8/+49
2021-03-04texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj1-6/+9
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp1-19/+19
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-18/+10
2021-01-07texture_cache: Replace PAGE_SHIFT with PAGE_BITSMerryMage1-6/+6
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp1-5/+10
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-1123/+1274
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash1-3/+2
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-28/+23
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp1-4/+4
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-1/+1
2020-06-27texture_cache: Test format compatibility before copyingReinUsesLisp1-5/+20
2020-06-20texture_cache: Fix incorrect address used in a DeduceSurface() callLioncash1-1/+1
2020-06-08texture_cache: Port original code management for 2D vs 3D texturesReinUsesLisp1-15/+34
2020-06-08texture_cache: Simplify blit codeReinUsesLisp1-9/+7
2020-06-08texture_cache: Handle 3D texture blits with one layerReinUsesLisp1-1/+6
2020-06-08texture_cache: Implement rendering to 3D texturesReinUsesLisp1-68/+51
2020-05-30texture_cache: More relaxed reconstructionReinUsesLisp1-13/+9
2020-05-30texture_cache: Only copy textures that were modified from hostReinUsesLisp1-2/+6
2020-05-30texture_cache: Reload textures when number of resources mismatchReinUsesLisp1-0/+9
2020-05-29texture_cache: Handle overlaps with multiple subresourcesReinUsesLisp1-27/+33
2020-05-27texture_cache: Use unordered_map::find instead of operator[] on hot codeReinUsesLisp1-15/+19
2020-05-27texture_cache: Use small vector for surface vectorsReinUsesLisp1-9/+10
2020-05-26texture_cache: Fix layered null surfacesReinUsesLisp1-1/+3
2020-04-27texture_cache: Reintroduce preserve_contents accuratelyReinUsesLisp1-25/+41
2020-04-23shader_ir: Turn classes into data structuresReinUsesLisp1-2/+2
2020-04-22Address Feedback.Fernando Sahmkow1-9/+6
2020-04-22Address Feedback.Fernando Sahmkow1-32/+18
2020-04-22FenceManager: Manage syncpoints and rename fences to semaphores.Fernando Sahmkow1-0/+7
2020-04-22Rasterizer: Disable fence managing in synchronous gpu.Fernando Sahmkow1-1/+1
2020-04-22ThreadManager: Sync async reads on accurate gpu.Fernando Sahmkow1-0/+15
2020-04-22FenceManager: Implement should wait.Fernando Sahmkow1-0/+11
2020-04-22OpenGL: Implement Fencing backend.Fernando Sahmkow1-1/+31
2020-04-22TextureCache: Flush linear textures after finishing rendering.Fernando Sahmkow1-2/+8
2020-04-22GPU: Refactor synchronization on Async GPUFernando Sahmkow1-2/+2
2020-04-22Texture Cache: Implement OnCPUWrite and SyncGuestHostFernando Sahmkow1-3/+45
2020-04-22UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow1-4/+4
2020-04-16video_core: Amend doxygen comment referencesLioncash1-4/+4
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-1/+2
2020-04-15Texture Cache: Only do buffer copies on accurate GPU. (#3634)Fernando Sahmkow1-1/+3
2020-04-11texture_cache: Remove preserve_contentsReinUsesLisp1-41/+25
2020-04-06Texture Cache: Use vAddr instead of physical memory for caching.Fernando Sahmkow1-64/+57
2020-04-01video_core: Use native ASTC when availableReinUsesLisp1-2/+4
2020-03-12texture_cache: Report incompatible textures as blackReinUsesLisp1-2/+39
2020-02-28renderer_opengl: Reintroduce dirty flags for render targetsReinUsesLisp1-1/+19
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp1-19/+1
2020-02-16texture_cache: Implement layered framebuffer attachmentsReinUsesLisp1-4/+1
2020-02-16texture_cache: Avoid matches in 3D texturesReinUsesLisp1-8/+11
2019-12-22Texture Cache: Improve documentationFernando Sahmkow1-3/+4
2019-12-22Texture Cache: Address FeedbackFernando Sahmkow1-8/+8
2019-12-22Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios.Fernando Sahmkow1-0/+88
2019-11-20Texture_Cache: Redo invalid Surfaces handling.Fernando Sahmkow1-32/+83
2019-11-15texture_cache: Use a table instead of switch for texture formatsReinUsesLisp1-2/+5
2019-11-14texture_cache: Drop abstracted ComponentTypeReinUsesLisp1-6/+3
2019-10-16texture_cache: Avoid unnecessary surface copies within PickStrategy() and TryReconstructSurface()Lioncash1-2/+2
2019-10-15video_core/texture_cache: Amend Doxygen referencesLioncash1-57/+78
2019-10-05Texture_Cache: Blit Deduction corrections and simplifications.Fernando Sahmkow1-18/+20
2019-10-05TextureCache: Add the ability to deduce if two textures are depth on blit.Fernando Sahmkow1-2/+142
2019-09-06gl_rasterizer: Implement image bindingsReinUsesLisp1-1/+16
2019-09-06texture_cache: Pass TIC to texture cacheReinUsesLisp1-4/+4
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti1-2/+0
2019-07-17Texture_Cache: Rebase FixesFernando Sahmkow1-6/+0
2019-07-17Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow1-5/+12
2019-07-14Texture_Cache: Address FeedbackFernando Sahmkow1-7/+10
2019-07-14Texture_Cache: Remove some unprecise fallback case and clang formatFernando Sahmkow1-9/+0
2019-07-14Texture_Cache: Force Framebuffer reset if an active render target is unregistered.Fernando Sahmkow1-6/+19
2019-06-30texture_cache: Pack sibling queries inside a methodReinUsesLisp1-6/+8
2019-06-30texture_cache: Use std::vector reservation for sampled_texturesReinUsesLisp1-17/+10
2019-06-30texture_cache: Style changesReinUsesLisp1-2/+1
2019-06-29texture_cache: Use std::array for siblings_tableReinUsesLisp1-10/+13
2019-06-29texture_cache: Address feedbackReinUsesLisp1-10/+11
2019-06-26texture_cache: Correct variable naming.Fernando Sahmkow1-3/+3
2019-06-26texture_cache: Corrections, documentation and assertsFernando Sahmkow1-42/+42
2019-06-25texture_cache: Query MemoryManager from the systemFernando Sahmkow1-11/+7
2019-06-24texture_cache: Include "core/core.h"ReinUsesLisp1-4/+1
2019-06-21texture_cache: Style and CorrectionsFernando Sahmkow1-0/+1
2019-06-21texture_cache: Eliminate linear textures fallthroughFernando Sahmkow1-4/+0
2019-06-21texture_cache: Correct format R16U as siblingFernando Sahmkow1-1/+1
2019-06-21texture_cache: Implement texception detection and texture barriers.Fernando Sahmkow1-5/+32
2019-06-21surface: Correct format S8Z24Fernando Sahmkow1-4/+0
2019-06-21texture_cache: Initialize all siblings to invalid pixel format.Fernando Sahmkow1-6/+15
2019-06-21decoders: correct block calculationFernando Sahmkow1-0/+16
2019-06-21texture_cache: Use siblings textures on Rebuild and fix possible error on blittingFernando Sahmkow1-10/+23
2019-06-21texture_cache: Implement siblings texture formats.Fernando Sahmkow1-12/+27
2019-06-21texture_cache: eliminate accelerated depth->color/color->depth copies due to driver instability.Fernando Sahmkow1-8/+1
2019-06-21texture_cache: correct mutex locksFernando Sahmkow1-4/+4
2019-06-21texture_cache: Don't Image Copy if component types differFernando Sahmkow1-1/+2
2019-06-21texture_cache: Optimize GetSurface and use references on functions that don't change a surface.Fernando Sahmkow1-6/+6
2019-06-21texture_cache: Implement Buffer Copy and detect Turing GPUs Image CopiesFernando Sahmkow1-9/+31
2019-06-21texture_cache uncompress-compress is untopological.Fernando Sahmkow1-12/+14
2019-06-21texture_cache: Correct copying between compressed and uncompressed formatsFernando Sahmkow1-5/+3
2019-06-21texture_cache: Only load on recycle with accurate GPU.Fernando Sahmkow1-2/+3
2019-06-21texture_cache: Handle uncontinuous surfaces.Fernando Sahmkow1-7/+10
2019-06-21texture_cache: return null surface on invalid addressFernando Sahmkow1-0/+12
2019-06-21texture_cache: Fermi2D reform and implement View MirageFernando Sahmkow1-15/+25
2019-06-21texture_cache: loose TryReconstructSurface when accurate GPU is not on.Fernando Sahmkow1-2/+18
2019-06-21texture_cache: Document the most important methods.Fernando Sahmkow1-8/+87
2019-06-21texture_cache: Try to Reconstruct Surface on bigger than overlap.Fernando Sahmkow1-4/+11
2019-06-21texture_cache: Implement Guard mechanismFernando Sahmkow1-1/+8
2019-06-21gl_framebuffer_cache: Use a hashed struct to cache framebuffersReinUsesLisp1-1/+1
2019-06-21texture_cache return invalid buffer on deactivated color_maskFernando Sahmkow1-0/+5
2019-06-21texture_cache: Add ASync ProtectionsFernando Sahmkow1-0/+10
2019-06-21Remove Framebuffer reconfiguration and restrict rendertarget protectionFernando Sahmkow1-21/+9
2019-06-21texture_cache: Implement GPU Dirty FlagsFernando Sahmkow1-15/+22
2019-06-21texture_cache: Implement L1_Inner_cacheFernando Sahmkow1-13/+30
2019-06-21video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp1-0/+3
2019-06-21texture_cache: Change internal cache from lists to vectorsReinUsesLisp1-6/+7
2019-06-21Reduce amount of size calculations.Fernando Sahmkow1-20/+20
2019-06-21texture_cache: Correct premature texceptionsFernando Sahmkow1-4/+22
2019-06-21texture_cache: Implement guest flushingFernando Sahmkow1-0/+14
2019-06-21Fixes to mipmap's process and reconstruct processFernando Sahmkow1-1/+1
2019-06-21Texture Cache: Implement Blitting and Fermi CopiesFernando Sahmkow1-4/+15
2019-06-21copy_params: Use constructor instead of C-like initializationReinUsesLisp1-14/+9
2019-06-21Change texture_cache chaching from GPUAddr to CacheAddrFernando Sahmkow1-61/+41
2019-06-21Corrections to Structural MatchingFernando Sahmkow1-3/+8
2019-06-21Implement Texture Cache V2Fernando Sahmkow1-88/+366
2019-06-21texture_cache: Remove execution context copies from the texture cacheReinUsesLisp1-49/+34
2019-06-21texture_cache: Split texture cache into different filesReinUsesLisp1-0/+282