summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)Author
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-02-26Do proper framebuffer refcounting in _mesa_make_current().Brian
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-01-26Override Const.CheckArrayBounds for Xserver in XMesaCreateContext().George Sapountzis
2007-01-26Drop old (pre-AIGLX) GLcore interface.George Sapountzis
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2007-01-15Don't special-case FOG attribute initialization.Keith Whitwell
2006-12-20Minor clean-ups, reformatting, comment changes.Brian
2006-12-20Fix shader object reference counting and hash table deallocation.Brian
2006-12-19Clean-up and re-org of the main GLSL object types.Brian
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian
2006-12-15Lots of assorted changes for new GLSL compiler backend.Brian
2006-11-27replace check for XFree86LOADER and IN_MODULE with XFree86Server (bug 9144)Brian Paul
2006-11-18delete shader objects when destroying shared context stateBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Merge texmem-0-3-branch.Keith Whitwell
2006-11-01Added a few new ctx->Const. fields for shader-related limits.Brian Paul
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell
2006-10-17check if ctx->Driver.GetBufferSize==NULL and no-opBrian Paul
2006-10-15Added #if / #else / #endif around code related to framebuffer initializationBrian Paul
2006-09-22resize buffers in MakeCurrentKeith Whitwell
2006-08-01Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-07-11free array objects properly (bug 7493)Brian Paul
2006-07-11free GL2Objects unconditionallyTilman Sauerbeck
2006-07-11free the ArrayObjects hash tableTilman Sauerbeck
2006-07-11only access ss->BufferObjects if it's declaredTilman Sauerbeck
2006-06-30In free_shared_state(), use new _mesa_HashDeleteAll() function to deleteBrian Paul
2006-06-29destroy left-over VBOs on shutdownTilman Sauerbeck
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-05-15Added a check_context_limits() function that checks that the ctx->Const.*Brian Paul
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2006-04-13Fix comment about MaxTextureUnits, needs to be min of coord and image units.Brian Paul
2006-03-29minor clean-upBrian Paul
2006-03-20fix some buffer binding tests in _mesa_make_current()Brian Paul
2006-03-16Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul
2006-03-07just a comment for check_compatible()Brian Paul
2006-03-07disable double-buffer test in check_compatible(), fixes pbuffer/visual problemBrian Paul
2006-02-26display list clean-upsBrian Paul
2006-02-24fix broken _mesa_copy_context() for GL_LIGHTING_BITBrian Paul
2006-01-16properly free ATI fragment shaders (Tilman Sauerbeck)Brian Paul
2005-12-30properly notify driver on scissor change in MakeCurrentKeith Whitwell
2005-12-12Split _MaintainTexEnvProgram into two flags _Maintain and _Use. ThisKeith Whitwell
2005-11-19No longer derive 'ati_fragment_shader' from 'program' class. Only theBrian Paul
2005-11-12Added OSMesaColorClamp(), bug 4917Brian Paul
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul
2005-09-21Remove ACCUM_BITS.Brian Paul
2005-09-14Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.Brian Paul