summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.c
AgeCommit message (Expand)Author
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-14st/mesa: Remove unnecessary headers from st_context.c.Vinson Lee
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2009-12-31st/mesa: implement conditional renderingBrian Paul
2009-12-23gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger
2009-12-09mesa: Move OES_read_format support from drivers into the core.Eric Anholt
2009-11-05mesa/es: Add support for GL_OES_draw_texture.Chia-I Wu
2009-10-05mesa/st: add ST_DEBUG environment variableKeith Whitwell
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu
2009-06-17mesa: rework viewport/scissor initialization codeBrian Paul
2009-05-30mesa: Check/propagate return value on st_make_current.José Fonseca
2009-05-11st: do proper refcounting for framebuffer surfacesBrian Paul
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-04-28st: Add an st_get_current() function.Thomas Hellstrom
2009-03-18st: call _glapi_check_multithread from st_make_currentKeith Whitwell
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-23gallium: include st_cb_viewport.h to silence warningBrian Paul
2009-02-23gallium: add winsys interface for viewport changes to support DRI2Alan Hourihane
2009-02-12mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul
2009-02-12mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul
2009-01-09st: build fixAlan Hourihane
2008-09-17gallium: clean-up/fix msaa override in state trackerBrian Paul
2008-09-16gallium: move _vbo_DestroyContext() callBrian Paul
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-19gallium: do a proper implementation of GL_OES_read_formatBrian Paul
2008-08-19mesa: Call pipe->destroy on context destruction for all platforms.José Fonseca
2008-08-14gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul
2008-08-12gallium: more context clean-upBrian Paul
2008-07-21gallium: Temporary workaround for mismatched pipe create and pipe destroyJonathan White
2008-07-10gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...Brian Paul
2008-06-20gallium: always need st_init-blit()Brian Paul
2008-06-20gallium: assorted FEATURE testsBrian Paul
2008-06-18gallium: more FEATURE_x testsBrian Paul
2008-06-18gallium: added st_get_proc_address()Brian Paul
2008-06-18gallium: added FEATURE_x testsBrian Paul
2008-06-09gallium: include scissor.hBrian Paul
2008-05-20gallium: move vertex/fragment program unbindingBrian Paul
2008-05-20gallium: clean-up glDraw/CopyPixels shaders when destroying contextBrian Paul
2008-05-16gallium: release textures during context tear-down (fix mem leak)Brian Paul
2008-05-06gallium: implement full reference counting for vertex/fragment programsBrian
2008-04-30gallium: use new buffer wrapper functions in p_inlines.hBrian Paul
2008-04-24gallium: use cso_destroy_vertex/fragment_shader() functionsBrian Paul
2008-04-17gallium: reorder some of the destroy context codeBrian Paul
2008-04-09gallium: remove unneeded st->haveFramebufferSurfaces field.Brian Paul
2008-04-03gallium: streamline viewport/raster/shader state for clearing with quadsBrian Paul
2008-03-28gallium: implement a glBitmap cacheBrian