[Mesa-dev] [PATCH 0/5] Per plane GBM functions
Ben Widawsky
ben at bwidawsk.net
Tue Mar 7 02:37:00 UTC 2017
This was the first chunk of the Renderbuffer Decompression series (aka GBM
modifiers). Splitting this up to make merging easier. These patches are just the
new GBM entry points for the functions required to support modifiers.
Cc: Kristian H. Kristensen <hoegsberg at gmail.com>
Cc: Daniel Stone <daniel at fooishbar.org>
Cc: Eric Engestrom <eric at engestrom.ch>
Cc: Jason Ekstrand <jason at jlekstrand.net>
Ben Widawsky (5):
gbm: Export a plane getter function
gbm: Export a getter for per plane handles
gbm: Create a gbm_device getter for stride
gbm: Export a per plane getter for stride
gbm: Export a per plane getter for offset
src/gbm/backends/dri/gbm_dri.c | 135 +++++++++++++++++++++++++++++++++++++++++
src/gbm/gbm-symbols-check | 4 ++
src/gbm/main/gbm.c | 58 +++++++++++++++++-
src/gbm/main/gbm.h | 12 ++++
src/gbm/main/gbmint.h | 4 ++
5 files changed, 212 insertions(+), 1 deletion(-)
--
2.12.0
More information about the mesa-dev
mailing list