mesa/include
Kristian Høgsberg 4fddb2ba21 gbm: Add gbm_bo_write entry point
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>
2012-05-03 10:57:32 -04:00
..
EGL egl: remove EGL_ANDROID_swap_rectangle 2011-12-20 16:20:17 +08:00
GL gbm: Add gbm_bo_write entry point 2012-05-03 10:57:32 -04:00
GLES GLES: upgrade glext.h to revision 13240 2011-11-03 15:09:43 +08:00
GLES2 GLES2/gl2ext: upgrade to gl2ext.h version 15049 2011-09-20 15:54:52 -07:00
KHR Update KHRONOS_APICALL for _WIN32 platform. 2010-05-31 11:31:07 +08:00
VG st/vega: Update to latest headers. 2010-12-01 11:23:51 +08:00
c99 Replace our custom C99 headers with http://code.google.com/p/msinttypes/ 2010-08-14 16:00:52 +01:00
pci_ids radeonsi: initial WIP SI code 2012-04-13 10:32:06 -04:00