mesa/src/intel
Jason Ekstrand 41a147904a anv/wsi: Throttle rendering to no more than 2 frames ahead
Right now, Vulkan apps can pretty easily DOS the GPU by simply submitting a
lot of batches.  This commit makes us wait until the rendering for earlier
frames is comlete before continuing.  By waiting 2 frames out, we can still
keep the pipe reasonably full but without taking the entire system down.
This is similar to what the GL driver does today.
2016-03-11 11:31:13 -08:00
..
genxml genxml/gen75: Add the clear color bits to RENDER_SURFACE_STATE 2016-03-10 10:41:52 -08:00
isl isl/surface_state: Set the clear color 2016-03-10 10:41:52 -08:00
vulkan anv/wsi: Throttle rendering to no more than 2 frames ahead 2016-03-11 11:31:13 -08:00
Makefile.am Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00