Skip to content

tu: Sysmem rendering

Connor Abbott requested to merge cwabbott0/mesa:review/tu-sysmem into master

The main motivation of this is the last commit, which enables sysmem rendering to workaround an issue seen with many dEQP tests on a640 at least. However, in the future it'll help performance with low-geometry scenes, and is required for tess, geometry shaders, vertex shaders with SSBO's, etc.

The main thing that hasn't been done is input attachment support. This will require patching the input attachment descriptors, allocating any transient images that haven't been allocated, and inserting a cache flush/invalidate between subpasses when we decide to use sysmem rendering.

Merge request reports