aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rewrite accum buffer supportBrian Paul2011-12-081-2/+3
* st/mesa: tell VBO module to always unmap buffers before drawingBrian Paul2011-10-261-0/+4
* st/mesa: check if _mesa_create_context() returns NULLEmil Velikov2011-07-121-0/+3
* st/mesa: overhaul vertex/fragment sampler and sampler views.Dave Airlie2011-05-161-3/+0
* mesa: plug in new functions for GL_ARB_sampler_objectsBrian Paul2011-04-101-0/+2
* mesa/st: Fix user buffer size computation when stride is zero.José Fonseca2011-04-071-2/+2
* gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák2011-03-151-0/+2
* st/mesa: implement ARB_syncMarek Olšák2011-03-081-0/+2
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+5
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-1/+1
* st/mesa: optimize constant buffer uploadsMarek Olšák2011-01-061-7/+0
* Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul2010-12-131-0/+2
* st/mesa: Unbind all constant buffersJakob Bornecrantz2010-12-061-2/+2
* mesa: replace #defines with new gl_shader_type enumBrian Paul2010-11-231-0/+5
* st/mesa: Reset the constant buffers before destroying the pipe context.Tilman Sauerbeck2010-11-041-0/+5
* st/mesa: Reset the index buffer before destroying the pipe context.Tilman Sauerbeck2010-11-021-0/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* mesa/st: support using PIPE_TEXTURE_RECT internallyLuca Barbieri2010-08-201-0/+5
* st/mesa: remove stray semicolonsBrian Paul2010-08-061-1/+1
* st/mesa: Only get mesa mvp dp4 option onceJakob Bornecrantz2010-08-051-1/+4
* st/mesa: Add missing header in st_context.c.Vinson Lee2010-08-041-0/+1
* st/mesa: Add support for multiple APIs.Chia-I Wu2010-06-291-11/+2
* mesa: refactor shader api / object codeBrian Paul2010-06-101-2/+2
* st/mesa: Remove unnecessary headers.Vinson Lee2010-05-261-2/+0
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-0/+2
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-17/+0
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-17/+0
* | st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.Chia-I Wu2010-05-121-6/+0
* | st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.Chia-I Wu2010-05-121-4/+0
* | st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.Chia-I Wu2010-05-121-2/+0
* | st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.Chia-I Wu2010-05-121-20/+0
* | st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu2010-05-121-8/+2
* | st/mesa: Make st_cb_accum.h FEATURE_accum aware.Chia-I Wu2010-05-121-2/+0
* | mesa: Make FEATURE_EXT_transform_feedback more modular.Chia-I Wu2010-05-121-4/+0
* | mesa: more transform feedback infrastructureBrian Paul2010-05-101-0/+7
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-0/+1
* st/mesa: Create context for API_OPENGL as first priorityKristian Høgsberg2010-05-021-4/+4
* st/mesa: Use API-aware context constructorKristian Høgsberg2010-04-221-1/+10
* Merge branch '7.8'Brian Paul2010-04-191-1/+1
|\
| * gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-1/+1
* | st/mesa: Drop st_public support.Chia-I Wu2010-04-131-51/+0
* | Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* | st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu2010-04-041-0/+3
* | st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul2010-03-171-0/+18
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-161-1/+1
|\ \
| * | st/mesa: Implement st_api.h.Chia-I Wu2010-03-121-1/+1
* | | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-1/+1
|\| |
| * | gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu2010-03-101-1/+1
* | | st/mesa: Associate a sampler view with an st texture object.Michal Krol2010-03-121-2/+2
|/ /