Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / main / context.c
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-14 Keith Whitwellmesa: modify fixed function vertex programs not to...
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-26 Brian Paulmesa: fix/simplify initialization of vertex/fragment...
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-26 Brian Paulmesa: fix/simplify initialization of vertex/fragment...
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-22 Brian Paulmesa: allow for extra per-context init
2008-09-22 Brian Paulmesa: fix some feature tests
2008-09-22 Brian Paulmesa: init ctx->RenderMode
2008-09-22 Brian Paulmesa: fix some FEATURE_x tests
2008-09-22 Brian Paulmesa: test for FEATURE_ATI_fragment_shader
2008-09-22 Brian Paulmesa: fix ReadBuffer initialization
2008-09-22 Brian Paulmesa: FEATURE_dispatch to control dispatch table usage
2008-09-22 Brian Paulmesa: move some glapi bits around
2008-09-22 Brian Paulmesa: remove some temp debug code
2008-09-22 Brian Paulmesa: check FEATURE_ARB_occlusion_query
2008-09-22 Keith Whitwellmesa: refactor: move #define FEATURE flags into new...
2008-09-22 Brian Paulmesa: refactor: move multisample-related functions...
2008-09-22 Brian Paulmesa: refactor: move scissor functions into new scissor...
2008-09-22 Brian Paulmesa: refactor: new _mesa_init_pixelstore() function
2008-09-22 Brian Paulmesa: refactor: move _mesa_init_exec_table() into new...
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-19 José FonsecaMerge branch 'gallium-0.2' of ssh+git://git.freedesktop...
2008-09-19 Alan Hourihanemesa: add missing FEATURE_attrib_stack around
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-20 Brian Paulmesa: allow for extra per-context init
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Brian Paulmesa: fix some feature tests
2008-08-03 Brian Pauladded null ptr check (fix bug 16959)
2008-08-03 Brian Pauladded null ptr check (fix bug 16959)
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-04 Brian Paulmesa: Implement mutex/locking around texture object...
2008-07-03 Brian Paulmesa: fix problem freeing framebuffer/renderbuffer...
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-04 Keith PackardMerge commit 'origin/master' into drm-gem
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-28 Dave AirlieMerge branch 'r500-support'
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-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 Brianimplement full reference counting for vertex/fragment...
2008-05-07 Brianmesa: free shader program data before deleting shader...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alan HourihaneFix build problem with MSVC
2008-04-23 George Sapountzisdrop stray includes of glapi
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-31 Xiang, Haihaomesa: Free all shader program data before deleting all
2008-03-31 Xiang, HaihaoRevert "mesa: separate shader program object from shade...
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-22 Briandelete default programs with ctx->Driver.DeleteProgram()
2008-03-22 Briandelete default programs with ctx->Driver.DeleteProgram()
2008-03-09 Markus Amslerinit vertex weight attrib to (1,0,0,0)
2008-02-28 Xiang, Haihaomesa: separate shader program object from shader object.
2008-01-30 Briancheck if fb->Delete is null (bugs 13507,14293)
2008-01-01 Brianfree Default1D/2DArray objects
2008-01-01 Brianremove unneeded conditional
2007-11-30 Brianfix broken two-sided stencil
2007-11-02 Briandisable the driverContext assertions
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-19 Briancall Driver.Flush() in _mesa_notifySwapBuffers()
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
next