summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.c
AgeCommit message (Expand)Author
2009-09-14es/st: Move state tracker code to mesa/st.Chia-I Wu
2009-09-12mesa/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
2008-03-25gallium: disable the selection/feedback draw module's options for wide lines,...Brian Paul
2008-03-24gallium: free bitmap fragment shaders, misc clean-upBrian Paul
2008-03-20gallium: glBitmap code now separe from glDraw/CopyPixels codeBrian
2008-03-20gallium: use the utility pasthrough shadersBrian
2008-03-18gallium: plug in and init GL_EXT_framebuffer_blit function/extensionBrian
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-08gallium: initial implemenation of auto mipmap generation in state trackerBrian
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell