mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-05 00:05:25 +08:00
4fddb2ba21
This new gbm entry point allows writing data into a gbm bo. The bo has to be created with the GBM_BO_USE_WRITE flag, and it's only required to work for GBM_BO_USE_CURSOR_64X64 bos. The gbm API is designed to be the glue layer between EGL and KMS, but there was never a mechanism initialize a buffer suitable for use with KMS hw cursors. The hw cursor bo is typically not compatible with anything EGL can render to, and thus there's no way to get data into such a bo. gbm_bo_write() fills that gap while staying out of the efficient cpu->gpu pixel transfer business. Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com> |
||
---|---|---|
.. | ||
internal | ||
gl_mangle.h | ||
gl.h | ||
glext.h | ||
glu_mangle.h | ||
glu.h | ||
glx_mangle.h | ||
glx.h | ||
glxext.h | ||
osmesa.h | ||
vms_x_fix.h | ||
wglext.h | ||
wmesa.h |