mesa: fix/simplify initialization of vertex/fragment program limits
[mesa.git] / src / mesa / main / context.c
2008-09-26 Brian Paulmesa: fix/simplify initialization of vertex/fragment...
2008-08-20 Brian Paulmesa: allow for extra per-context init
2008-08-08 Brian Paulmesa: fix some feature tests
2008-08-03 Brian Pauladded null ptr check (fix bug 16959)
2008-07-04 Brian Paulmesa: Implement mutex/locking around texture object...
2008-07-03 Brian Paulmesa: fix problem freeing framebuffer/renderbuffer...
2008-06-20 Brian Paulmesa: init ctx->RenderMode
2008-06-20 Brian Paulmesa: fix some FEATURE_x tests
2008-06-20 Brian Paulmesa: test for FEATURE_ATI_fragment_shader
2008-06-18 Brian Paulmesa: fix ReadBuffer initialization
2008-06-18 Brian Paulmesa: FEATURE_dispatch to control dispatch table usage
2008-06-13 Brian Paulmesa: move some glapi bits around
2008-06-13 Brian Paulmesa: remove some temp debug code
2008-06-13 Brian Paulmesa: check FEATURE_ARB_occlusion_query
2008-06-12 Brian Paulmesa: add some #if FEATURE_x tests
2008-06-10 Brian Paulmesa: refactor: move #define FEATURE flags into new...
2008-06-09 Brian Paulmesa: refactor: move multisample-related functions...
2008-06-09 Brian Paulmesa: refactor: move scissor functions into new scissor...
2008-06-09 Brian Paulmesa: refactor: move _mesa_init_exec_table() into new...
2008-06-09 Brian Paulmesa: refactor: new _mesa_init_pixelstore() function
2008-06-09 Brian Paulmesa: chmod a-x context.c
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-31 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulFix program refcounting assertion failure during contex...
2008-05-07 Brian Paulmesa: free shader program data before deleting shader...
2008-05-07 Brian Paulgallium: implement full reference counting for vertex...
2008-05-07 Brianmesa: free shader program data before deleting shader...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Alan HourihaneFix build problem with MSVC
2008-03-22 Briandelete default programs with ctx->Driver.DeleteProgram()
2008-01-01 Brianfree Default1D/2DArray objects
2007-11-02 Briandisable the driverContext assertions
2007-10-19 Briancall Driver.Flush() in _mesa_notifySwapBuffers()
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-19 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-19 Roland Scheideggermore fixes for mesa's fbo handling (fixes tests/fbotest1/2)
2007-07-18 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-18 Roland Scheideggermore fixes for mesa's fbo handling (fixes tests/fbotest1/2)
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-16 Roland Scheideggerfix bogus fb/drawable information
2007-07-15 Roland Scheideggerfix bogus fb/drawable information (fixes xdemos/wincopy)
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
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...
next