summaryrefslogtreecommitdiff
path: root/src/mesa/main/stencil.c
AgeCommit message (Expand)Author
2011-02-08mesa: add/update VERBOSE_API loggingBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2009-03-02mesa: add ctx->Stencil._Enabled fieldBrian Paul
2009-02-19mesa: fix/update/restore comments related to two-sided stencilBrian Paul
2009-02-19mesa: initialize ctx->Stencil._BackFace = 1Brian Paul
2009-01-23Track two sets of back-face stencil stateIan Romanick
2008-07-14mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabledBrian Paul
2007-10-30Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian
2007-10-30Finish up ATI_separate_stencilBrian
2007-10-30add missing _mesa_StencilFuncSeparateATI functionRoland Scheidegger
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-02Undo some of yesterday's ATI_separate_stencil changes. The ATI extensionBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-02Add ATI_separate_stencil and use it in preference to EXT_stencil_two_sideBrian Paul
2006-06-19Print the hex value of the errant input when an invalid stencil function isIan Romanick
2005-09-20replace STENCIL_BITS with stencilMax valueBrian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul
2005-09-13Use GLuint/GLint intead of GLstencil for stencil state.Brian Paul
2005-01-12Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.Brian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-17Fix typoKeith Whitwell
2002-10-24Header file clean-up:Brian Paul
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul
2001-05-09fixed minor logic error in _mesa_StencilOp()Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-08changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul
2000-08-30added more extensions testing codeBrian Paul
2000-04-11renamed stencil functionsBrian Paul
2000-04-11clip depth/stencil spans to window boundsBrian Paul
2000-02-02replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul
1999-12-10changes in hardware depth buffer supportBrian Paul
1999-12-10updated for hardware stencil supportBrian Paul
1999-12-04Clearing stencil buffer now observes the stencil write maskBrian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08changes to silence MSVC warningsBrian Paul
1999-11-05clean-up to reduce MSVC warningsBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell