replace STENCIL_BITS with stencilMax value
[mesa.git] / src / mesa / main / stencil.c
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