summaryrefslogtreecommitdiff
path: root/src/mesa/main/stencil.h
AgeCommit message (Expand)Author
2010-11-20mesa: Clean up header file inclusion in stencil.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2007-10-30Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian
2007-10-30Finish up ATI_separate_stencilBrian
2007-10-30add missing _mesa_StencilFuncSeparateATI functionRoland Scheidegger
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.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
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2000-11-22 Committing in .Jouk Jansen
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-04-11renamed stencil functionsBrian Paul
2000-04-11clip depth/stencil spans to window boundsBrian Paul
1999-12-13 Committing in .Jouk Jansen
1999-12-10updated for hardware stencil supportBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-08-19Initial revisionjtg