summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.c
AgeCommit message (Expand)Author
2011-03-15gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák
2011-03-08st/mesa: implement ARB_syncMarek Olšák
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul
2011-01-06st/mesa: optimize constant buffer uploadsMarek Olšák
2010-12-13Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul
2010-12-06st/mesa: Unbind all constant buffersJakob Bornecrantz
2010-11-23mesa: replace #defines with new gl_shader_type enumBrian Paul
2010-11-04st/mesa: Reset the constant buffers before destroying the pipe context.Tilman Sauerbeck
2010-11-02st/mesa: Reset the index buffer before destroying the pipe context.Tilman Sauerbeck
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-08-20mesa/st: support using PIPE_TEXTURE_RECT internallyLuca Barbieri
2010-08-06st/mesa: remove stray semicolonsBrian Paul
2010-08-05st/mesa: Only get mesa mvp dp4 option onceJakob Bornecrantz
2010-08-04st/mesa: Add missing header in st_context.c.Vinson Lee
2010-06-29st/mesa: Add support for multiple APIs.Chia-I Wu
2010-06-10mesa: refactor shader api / object codeBrian Paul
2010-05-26st/mesa: Remove unnecessary headers.Vinson Lee
2010-05-21gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2010-05-02st/mesa: Create context for API_OPENGL as first priorityKristian Høgsberg
2010-05-12st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.Chia-I Wu
2010-05-12st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.Chia-I Wu
2010-05-12st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.Chia-I Wu
2010-05-12st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.Chia-I Wu
2010-05-12st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu
2010-05-12st/mesa: Make st_cb_accum.h FEATURE_accum aware.Chia-I Wu
2010-05-12mesa: Make FEATURE_EXT_transform_feedback more modular.Chia-I Wu
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-04-22st/mesa: Use API-aware context constructorKristian Høgsberg
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-13st/mesa: Drop st_public support.Chia-I Wu
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