[Mesa-dev] [PATCH 0/5] i965 tiling modifiers

Ben Widawsky ben at bwidawsk.net
Sat Mar 18 00:34:17 UTC 2017


This was the third chunk of the Renderbuffer Decompression series (aka GBM
modifiers). Splitting this up to make merging easier. These patches are plumbing
through the existing modifiers (up to the new CCS ones).

After this series we should support Y-tiled modifiers properly, thus allowing
the modesetting driver, and Weston (and other GBM clients) to use Y tiled
scanout buffers on gen9+.

Ben Widawsky (5):
  i965/dri: Store the screen associated with the image
  i965: Enable modifier queries
  i965: Handle the linear fb modifier
  i965: Handle Y-tiled modifier
  i965: Handle X-tiled modifier

 src/mesa/drivers/dri/i965/intel_image.h  |   2 +
 src/mesa/drivers/dri/i965/intel_screen.c | 116 ++++++++++++++++++++++++++-----
 2 files changed, 102 insertions(+), 16 deletions(-)

-- 
2.12.0



More information about the mesa-dev mailing list