aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache/texture_cache.h
AgeCommit message (Expand)Author
2020-05-31Merge pull request #3999 from ReinUsesLisp/opt-tex-cachebunnei
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
2020-05-02Merge pull request #3693 from ReinUsesLisp/clean-samplersbunnei
2020-04-26texture_cache: Reintroduce preserve_contents accuratelyReinUsesLisp
2020-04-23shader_ir: Turn classes into data structuresReinUsesLisp
2020-04-22Address Feedback.Fernando Sahmkow
2020-04-22Address Feedback.Fernando Sahmkow
2020-04-22FenceManager: Manage syncpoints and rename fences to semaphores.Fernando Sahmkow
2020-04-22Rasterizer: Disable fence managing in synchronous gpu.Fernando Sahmkow
2020-04-22ThreadManager: Sync async reads on accurate gpu.Fernando Sahmkow
2020-04-22FenceManager: Implement should wait.Fernando Sahmkow
2020-04-22OpenGL: Implement Fencing backend.Fernando Sahmkow
2020-04-22TextureCache: Flush linear textures after finishing rendering.Fernando Sahmkow
2020-04-22GPU: Refactor synchronization on Async GPUFernando Sahmkow
2020-04-22Texture Cache: Implement OnCPUWrite and SyncGuestHostFernando Sahmkow
2020-04-22UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow
2020-04-16Merge pull request #3673 from lioncash/extrabunnei
2020-04-15video_core: Amend doxygen comment referencesLioncash
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-04-14Texture Cache: Only do buffer copies on accurate GPU. (#3634)Fernando Sahmkow
2020-04-11texture_cache: Remove preserve_contentsReinUsesLisp
2020-04-06Texture Cache: Use vAddr instead of physical memory for caching.Fernando Sahmkow
2020-04-01video_core: Use native ASTC when availableReinUsesLisp
2020-03-12texture_cache: Report incompatible textures as blackReinUsesLisp
2020-02-28renderer_opengl: Reintroduce dirty flags for render targetsReinUsesLisp
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp
2020-02-24Merge pull request #3425 from ReinUsesLisp/layered-framebufferbunnei
2020-02-16texture_cache: Implement layered framebuffer attachmentsReinUsesLisp
2020-02-16texture_cache: Avoid matches in 3D texturesReinUsesLisp
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-11-20Texture_Cache: Redo invalid Surfaces handling.Fernando Sahmkow
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-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-05gl_rasterizer: Implement image bindingsReinUsesLisp
2019-09-05texture_cache: Pass TIC to texture cacheReinUsesLisp
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti
2019-07-17Texture_Cache: Rebase FixesFernando Sahmkow
2019-07-17Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow
2019-07-14Texture_Cache: Address FeedbackFernando Sahmkow
2019-07-14Texture_Cache: Remove some unprecise fallback case and clang formatFernando Sahmkow
2019-07-14Texture_Cache: Force Framebuffer reset if an active render target is unregist...Fernando Sahmkow