aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-101-2/+6
* | Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-0/+8
|\ \ | |/ |/|
| * st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interfaceRoland Scheidegger2010-03-091-0/+8
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* | st/dri2: Use event-driven buffer validation.Francisco Jerez2010-02-161-2/+0
|/
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-6/+0
|\
| * st/mesa: Remove unnecessary headers from st_context.c.Vinson Lee2010-01-141-6/+0
* | Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-201-2/+7
|\ \
| * \ Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121-2/+2
| |\ \
| * | | mesa/es: Add support for GL_OES_draw_texture.Chia-I Wu2009-11-051-2/+7
* | | | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-2/+2
| | |/ | |/|
* / | st/mesa: implement conditional renderingBrian Paul2009-12-311-0/+2
|/ /
* / mesa: Move OES_read_format support from drivers into the core.Eric Anholt2009-12-091-2/+0
|/
* mesa/st: add ST_DEBUG environment variableKeith Whitwell2009-10-051-0/+4
* mesa/main: New feature FEATURE_queryobj.Chia-I Wu2009-09-301-1/+1
* mesa: rework viewport/scissor initialization codeBrian Paul2009-06-171-12/+3
* mesa: Check/propagate return value on st_make_current.José Fonseca2009-05-301-5/+8
* st: do proper refcounting for framebuffer surfacesBrian Paul2009-05-111-0/+7
* mesa: more complete fix for transform_invarient glitchesKeith Whitwell2009-05-081-0/+6
* st: Add an st_get_current() function.Thomas Hellstrom2009-04-281-0/+6