aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_manager.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-4/+8
* gallium: Add st_context_iface::share to st_api.Chia-I Wu2010-11-181-1/+22
* gallium: Add st_api::name.Chia-I Wu2010-11-181-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-7/+7
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-4/+4
* st/mesa: replace assertion w/ conditional in framebuffer invalidationBrian Paul2010-10-051-2/+11
* egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6eDave Airlie2010-09-231-1/+1
* gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-101-64/+0
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-20/+55
* st/mesa: Add support for surfaceless current contexts.Chia-I Wu2010-08-261-4/+27
* st/mesa: Add support for multiple APIs.Chia-I Wu2010-06-291-20/+75
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-8/+0
* st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie2010-06-081-2/+4
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-211-3/+1
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-3/+3
* st/mesa: Ignore internal_format in st_context_teximage.Chia-I Wu2010-05-091-1/+10
* st/mesa: Fix texture-from-pixmap.Chia-I Wu2010-05-051-6/+26
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-18/+15
* st/mesa: remove st_texture_object::pipe fieldBrian Paul2010-04-181-1/+0
* st/mesa: Drop st_public support.Chia-I Wu2010-04-131-18/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-9/+9
* 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/+28
* st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0Luca Barbieri2010-03-231-3/+3
* st/mesa: rename st_framebuffer() to st_ws_framebuffer()Brian Paul2010-03-221-9/+12
* st/mesa: Remove unnecessary headers.Vinson Lee2010-03-221-1/+0
* st/mesa: Set the pipe context of the texture object.Chia-I Wu2010-03-181-0/+1
* st/mesa: Update the comments in st_manager.c.Chia-I Wu2010-03-151-4/+7
* st/mesa: Fix handling of FBO.Chia-I Wu2010-03-141-16/+24
* st/mesa: Set revalidate in st_framebuffer_update_attachments.Chia-I Wu2010-03-131-1/+2
* st/mesa: Check the format before adding depth/stencil buffers.Chia-I Wu2010-03-121-3/+9
* st/mesa: Implement st_api.h.Chia-I Wu2010-03-121-0/+781