summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.c
AgeCommit message (Expand)Author
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-04st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu
2010-03-17st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-12st/mesa: Associate a sampler view with an st texture object.Michal Krol
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu
2010-03-10gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interfaceRoland Scheidegger
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-16st/dri2: Use event-driven buffer validation.Francisco Jerez
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
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