summaryrefslogtreecommitdiff
path: root/src/mesa/main/stencil.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-30Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian1-3/+0
2007-10-30Finish up ATI_separate_stencilBrian1-2/+6
2007-10-30add missing _mesa_StencilFuncSeparateATI functionRoland Scheidegger1-0/+2
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul1-1/+5
2005-01-12Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.Brian Paul1-2/+14
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-6/+6
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+7
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul1-3/+6
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-3/+3
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-29/+1
2000-04-11renamed stencil functionsBrian Paul1-12/+10
2000-04-11clip depth/stencil spans to window boundsBrian Paul1-6/+6
1999-12-13 Committing in .Jouk Jansen1-2/+4
1999-12-10updated for hardware stencil supportBrian Paul1-21/+14
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-11/+10
1999-08-19Initial revisionjtg1-0/+88