summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_eglimage.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-3/+5
* st/mesa: Unreference the sampler view in st_bind_surface.Chia-I Wu2010-10-311-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* st/mesa: Fix glEGLImageTargetTexture2DOES.Chia-I Wu2010-08-261-1/+2
* st/mesa: Clean up header file inclusion in st_manager.h.Vinson Lee2010-08-051-0/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-2/+2
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-2/+2
* | st/mesa: Fix texture-from-pixmap.Chia-I Wu2010-05-051-0/+4
|/
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-2/+2
* st/mesa: remove st_texture_object::pipe fieldBrian Paul2010-04-181-1/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+4
* Fix copyright headers.Chia-I Wu2010-04-101-5/+6
* st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu2010-04-041-0/+160