dolphin/Source/Core/VideoBackends/Metal
TellowKrinkle 0ee12b6164 VideoBackends:Metal: Allocate bounding box uploads on a cpu buffer
AMD Metal drivers have a goofy bug where the bbox buffer stops being coherent with the cpu if you copy to it from a private (gpu) buffer and don't do anything else with it in that command buffer.
2023-05-28 17:08:08 -05:00
..
CMakeLists.txt
MRCHelpers.h
MTLBoundingBox.h
MTLBoundingBox.mm VideoBackends:Metal: Allocate bounding box uploads on a cpu buffer 2023-05-28 17:08:08 -05:00
MTLGfx.h Apply suggestions from code review 2023-02-09 18:36:20 +13:00
MTLGfx.mm Lint fixes 2023-02-09 18:36:20 +13:00
MTLMain.mm Lint fixes 2023-02-09 18:36:20 +13:00
MTLObjectCache.h Lint fixes 2023-02-09 18:36:20 +13:00
MTLObjectCache.mm VideoCommon: store the configuration used to create the AbstractPipeline on the pipeline itself, so that it's easy to duplicate pipelines with slightly altered configuration 2023-02-09 02:13:53 -06:00
MTLPerfQuery.h
MTLPerfQuery.mm Return quarter value for PerfQuery in all backends. 2023-03-14 02:08:20 +01:00
MTLPipeline.h VideoCommon: store the configuration used to create the AbstractPipeline on the pipeline itself, so that it's easy to duplicate pipelines with slightly altered configuration 2023-02-09 02:13:53 -06:00
MTLPipeline.mm VideoCommon: store the configuration used to create the AbstractPipeline on the pipeline itself, so that it's easy to duplicate pipelines with slightly altered configuration 2023-02-09 02:13:53 -06:00
MTLShader.h
MTLShader.mm
MTLStateTracker.h Merge pull request #11759 from TellowKrinkle/MTLPerfQueryFixes 2023-04-18 22:15:50 +02:00
MTLStateTracker.mm Merge pull request #11759 from TellowKrinkle/MTLPerfQueryFixes 2023-04-18 22:15:50 +02:00
MTLTexture.h
MTLTexture.mm Merge pull request #11522 from phire/KillRendererWithFire 2023-02-09 19:59:16 +13:00
MTLUtil.h
MTLUtil.mm VideoBackends:Metal: Enable BCn support on iOS 2023-04-28 20:35:54 -05:00
MTLVertexFormat.h
MTLVertexFormat.mm
MTLVertexManager.h
MTLVertexManager.mm
VideoBackend.h