OSDN Git Service

egl: update headers
authorChia-I Wu <olv@lunarg.com>
Thu, 15 Dec 2011 07:20:01 +0000 (15:20 +0800)
committerChia-I Wu <olv@lunarg.com>
Tue, 20 Dec 2011 08:12:14 +0000 (16:12 +0800)
commitb7acfe7755a316910f883aeb05d834e1f3f7bd93
treedfed7f37e4e0a9bd043dae2a8a51a7e2f9bd9ad8
parentab7bb10a2af711086319ce35815acd797b86fe27
egl: update headers

Update to revision 15052.

EGL_MESA_drm_image is now official.  But apparently we have our own extension
to it and we need this in eglmesaext.h:

  #ifdef EGL_MESA_drm_image
  /* Mesa's extension to EGL_MESA_drm_image... */
  #ifndef EGL_DRM_BUFFER_USE_CURSOR_MESA
  #define EGL_DRM_BUFFER_USE_CURSOR_MESA 0x0004
  #endif
  #endif

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
include/EGL/eglext.h
include/EGL/eglmesaext.h
include/EGL/eglplatform.h