Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa into 965...
[mesa.git] / src / mesa / main / context.c
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-16 Roland Scheideggerfix bogus fb/drawable information
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-11 BrianIn generic_nop() call _mesa_warning() instead of _mesa_...
2007-06-08 Briandisable depthBits test in check_compatible(), see bug...
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-04-21 BrianRename occlude.[ch] to queryobj.[ch]
2007-04-18 Brians/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa...
2007-04-16 BrianUse generic program limits instead of NV-specific ones...
2007-04-14 Brianmore _mesa_unreference_framebuffer() calls, remove...
2007-04-05 BrianRemove the never-used SI-style imports/exports code.
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 BrianRestore the UseTexEnvProgram logic.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-24 BrianFree shader-related context state: _mesa_free_shader_st...
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianFix/improve framebuffer object reference counting.
2007-02-27 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-26 BrianDo proper framebuffer refcounting in _mesa_make_current().
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-27 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-26 George SapountzisOverride Const.CheckArrayBounds for Xserver in XMesaCre...
2007-01-26 George SapountzisDrop old (pre-AIGLX) GLcore interface.
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'vbo_0_1_branch' into vbo-0.2
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2007-01-15 Keith WhitwellDon't special-case FOG attribute initialization.
2006-12-20 BrianMinor clean-ups, reformatting, comment changes.
2006-12-20 BrianFix shader object reference counting and hash table...
2006-12-20 BrianClean-up and re-org of the main GLSL object types.
2006-12-20 BrianOverhaul of GLSL API functions, dispatching, etc.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 BrianLots of assorted changes for new GLSL compiler backend.
2006-11-27 Brian Paulreplace check for XFree86LOADER and IN_MODULE with...
2006-11-18 Brian Pauldelete shader objects when destroying shared context...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-11-01 Brian PaulAdded a few new ctx->Const. fields for shader-related...
2006-10-30 Keith WhitwellMove edgeflag into the VERT_ATTRIB_SEVEN slot. This...
2006-10-17 Brian Paulcheck if ctx->Driver.GetBufferSize==NULL and no-op
2006-10-15 Brian PaulAdded #if / #else / #endif around code related to frame...
2006-09-22 Keith Whitwellresize buffers in MakeCurrent
2006-08-01 Michal KrolClean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-07-11 Brian Paulfree array objects properly (bug 7493)
2006-07-11 Tilman Sauerbeckfree GL2Objects unconditionally
2006-07-11 Tilman Sauerbeckfree the ArrayObjects hash table
2006-07-11 Tilman Sauerbeckonly access ss->BufferObjects if it's declared
2006-06-30 Brian PaulIn free_shared_state(), use new _mesa_HashDeleteAll...
2006-06-29 Tilman Sauerbeckdestroy left-over VBOs on shutdown
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-05-15 Brian PaulAdded a check_context_limits() function that checks...
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-13 Brian PaulFix comment about MaxTextureUnits, needs to be min...
2006-03-29 Brian Paulminor clean-up
2006-03-20 Brian Paulfix some buffer binding tests in _mesa_make_current()
2006-03-16 Brian PaulMoved _glapi_check_multithread() call into drivers...
2006-03-07 Brian Pauljust a comment for check_compatible()
2006-03-07 Brian Pauldisable double-buffer test in check_compatible(), fixes...
2006-02-26 Brian Pauldisplay list clean-ups
2006-02-24 Brian Paulfix broken _mesa_copy_context() for GL_LIGHTING_BIT
2006-01-16 Brian Paulproperly free ATI fragment shaders (Tilman Sauerbeck)
2005-12-30 Keith Whitwellproperly notify driver on scissor change in MakeCurrent
2005-12-12 Keith WhitwellSplit _MaintainTexEnvProgram into two flags _Maintain...
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-09-21 Brian PaulRemove ACCUM_BITS.
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-09-14 Brian Paulclean-up some _mesa_make_current() code
2005-09-13 Brian Paulprint version with debug info
2005-09-13 Brian PaulMove the ctx->FirstTimeCurrent initialization
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-05-12 Keith WhitwellRein in debug slightly
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-04-15 Brian Pauladded _mesa_share_state()
2005-03-22 Keith Whitwelladd FreeTexImageData hook to help single-copy texturing...
2005-02-26 Brian PaulRename _mesa_update_buffers() to _mesa_update_draw_buff...
2005-02-07 Brian Pauladditional work on GL_EXT_framebuffer_object
2005-02-05 Brian PaulSome initial work on GL_EXT_framebuffer_object.
2005-01-13 Michal Krolinit ARB_shader_objects subsystem
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-27 Brian Pauladd a few functions in add_newer_entrypoints()
2004-11-27 Brian Paulclean up code related to dispatch table initialization
next