summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common/egl_g3d.h
AgeCommit message (Collapse)Author
2010-03-12st/egl: Use st_api.h instead of st_public.h.Chia-I Wu
Switch from st_public.h to st_api.h. The latter has intrinsic multiple APIs support and allows various EGLImage extensions to be supported.
2010-03-05st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu
These extensions are not quite useful until the client APIs gain support for the respective EGLImage extensions.
2010-02-04egl: Convert drivers to use typecast macros.Chia-I Wu
Use macros to define the standard typecasts. This saves lots of typings.
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu
Simply the name to egl.