summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/common
Commit message (Expand)AuthorAgeFilesLines
* egl: Convert drivers to use typecast macros.Chia-I Wu2010-02-041-36/+3
* st/egl: Add missing headers.Vinson Lee2010-02-031-0/+1
* egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira2010-02-041-0/+1
* st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu2010-02-021-9/+11
* egl: Initialize display configs with the display.Chia-I Wu2010-01-311-1/+1
* egl: Initialize display resources with their display.Chia-I Wu2010-01-311-5/+5
* st/egl: Do not ignore configs without a renderable type.Chia-I Wu2010-01-311-6/+6
* st/egl: Remove egl_g3d_get_current_context.Chia-I Wu2010-01-311-16/+4
* st/egl: eglBindTexImage should bind to an OpenGL ES texture.Chia-I Wu2010-01-301-4/+2
* egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu2010-01-301-2/+2
* egl: Migrate drivers to use _eglBindContext.Chia-I Wu2010-01-281-10/+11
* egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu2010-01-281-10/+30
* egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu2010-01-261-3/+4
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-1/+1
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-1/+1
* st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-226-0/+1964