st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.
authorChia-I Wu <olv@lunarg.com>
Fri, 5 Mar 2010 03:18:16 +0000 (11:18 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 5 Mar 2010 03:33:10 +0000 (11:33 +0800)
commit9373447a614e7b401919328b589b5f2607e456fd
treee60ff2f62bd1b926f11a7ccca24cdfa5dcbf923b
parentfade8a6eb639d633cfdbba4a3ba3aa3cc5c04fa6
st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.

These extensions are not quite useful until the client APIs gain support
for the respective EGLImage extensions.
src/gallium/state_trackers/egl/common/egl_g3d.c
src/gallium/state_trackers/egl/common/egl_g3d.h
src/gallium/state_trackers/egl/common/egl_g3d_image.c [new file with mode: 0644]
src/gallium/state_trackers/egl/common/egl_g3d_image.h [new file with mode: 0644]