e23bfdb3298ec43ef895121527fb4d79474d7b1b |
|
19-Jul-2012 |
Kristian Høgsberg <krh@bitplanet.net> |
wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture format We also reuse EGL_TEXTURE_RGBA and EGL_TEXTURE_RGB, adding only the new planar YUV texture formats: EGL_TEXTURE_Y_U_V_WL, EGL_TEXTURE_Y_UV_WL and EGL_TEXTURE_Y_XUXV_WL. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
/external/mesa3d/include/EGL/eglmesaext.h
|
e6a33570b73aa56c87818d7f67a122d4427b7841 |
|
05-Jul-2012 |
Kristian Høgsberg <krh@bitplanet.net> |
egl: Add EGL_WAYLAND_PLANE_WL attribute This lets us specify the plane to create the image for for multiplanar wl_buffers. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
/external/mesa3d/include/EGL/eglmesaext.h
|
ed1ff2acec2cdfe3eace9f4caa6cfe5e0f175534 |
|
20-Dec-2011 |
Chia-I Wu <olv@lunarg.com> |
egl: remove EGL_ANDROID_swap_rectangle We never support this unofficial extension, and it has been removed from Android recently. There is no point in keeping it.
/external/mesa3d/include/EGL/eglmesaext.h
|
b7acfe7755a316910f883aeb05d834e1f3f7bd93 |
|
15-Dec-2011 |
Chia-I Wu <olv@lunarg.com> |
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>
/external/mesa3d/include/EGL/eglmesaext.h
|
ab7bb10a2af711086319ce35815acd797b86fe27 |
|
19-Dec-2011 |
Chia-I Wu <olv@lunarg.com> |
egl: move unofficial extensions to eglmesaext.h As suggested by Ian in http://lists.freedesktop.org/archives/mesa-dev/2011-December/016035.html Note that eglext.h has to include eglmesaext.h at the end instead of the beginning because some extensions in eglmesaext.h depend on the official extensions. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/include/EGL/eglmesaext.h
|