summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common/egl_g3d.c
AgeCommit message (Expand)Author
2010-03-09st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu
2010-03-05st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu
2010-03-05st/egl: Add event support to the native display interface.Chia-I Wu
2010-03-01egl: Rename pipe formats.José Fonseca
2010-02-25st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu
2010-02-23st/egl: Unify surface creation.Chia-I Wu
2010-02-21st/egl: Enable extensions before adding configs.Chia-I Wu
2010-02-21st/egl: Do not force validate when update_buffer is called.Chia-I Wu
2010-02-08egl: re-fix context_create typoKeith Whitwell
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-03st/egl: Add missing headers.Vinson Lee
2010-02-04egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira
2010-02-02st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu
2010-01-31egl: Initialize display configs with the display.Chia-I Wu
2010-01-31egl: Initialize display resources with their display.Chia-I Wu
2010-01-31st/egl: Do not ignore configs without a renderable type.Chia-I Wu
2010-01-31st/egl: Remove egl_g3d_get_current_context.Chia-I Wu
2010-01-30st/egl: eglBindTexImage should bind to an OpenGL ES texture.Chia-I Wu
2010-01-30egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu
2010-01-28egl: Migrate drivers to use _eglBindContext.Chia-I Wu
2010-01-28egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu
2010-01-26egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu