Merge commit 'origin/gallium-0.2' into gallium-master-merge
[mesa.git] / src / mesa / main / stencil.c
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-01-23 Brian PaulMerge branch 'vertex_array_bgra'
2009-01-23 Ian RomanickTrack two sets of back-face stencil state
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-23 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-14 Brian Paulmesa: fix stencil state problem when GL_ATI_separate_st...
2008-07-14 Brian Paulmesa: fix stencil state problem when GL_ATI_separate_st...
2008-04-09 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-04 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2008-04-04 BrianFinish up ATI_separate_stencil
2008-04-04 Roland Scheideggeradd missing _mesa_StencilFuncSeparateATI function
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-30 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2007-10-30 BrianFinish up ATI_separate_stencil
2007-10-30 Roland Scheideggeradd missing _mesa_StencilFuncSeparateATI function
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-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Brian PaulUndo some of yesterday's ATI_separate_stencil changes...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-02 Brian PaulAdd ATI_separate_stencil and use it in preference to...
2006-06-19 Ian RomanickPrint the hex value of the errant input when an invalid...
2005-09-20 Brian Paulreplace STENCIL_BITS with stencilMax value
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-09-13 Brian PaulUse GLuint/GLint intead of GLstencil for stencil state.
2005-01-12 Brian PaulSome initial work for OpenGL 2.0: glStencilFunc/Op...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-17 Keith WhitwellFix typo
2002-10-24 Brian PaulHeader file clean-up:
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2001-05-09 Brian Paulfixed minor logic error in _mesa_StencilOp()
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-08 Brian Paulchanged gl_frame_buffer Xmax and Ymax to be exclusive...
2000-08-30 Brian Pauladded more extensions testing code
2000-04-11 Brian Paulrenamed stencil functions
2000-04-11 Brian Paulclip depth/stencil spans to window bounds
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix on depth funcs
1999-12-10 Brian Paulchanges in hardware depth buffer support
1999-12-10 Brian Paulupdated for hardware stencil support
1999-12-04 Brian PaulClearing stencil buffer now observes the stencil write...
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulchanges to silence MSVC warnings
1999-11-05 Brian Paulclean-up to reduce MSVC warnings
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-19 Ted JumpMore Win32 build compliance fixups
1999-09-18 Keith WhitwellLarge patch:
1999-08-19 jtgInitial revision