summaryrefslogtreecommitdiff
path: root/src/mesa/main/stencil.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák1-5/+31
2017-06-21mesa: add KHR_no_error support for glStencilOp()Samuel Pitoiset1-0/+2
2017-06-21mesa: add stencil_op() helperSamuel Pitoiset1-1/+1
2017-06-21mesa: add KHR_no_error support for glStencilFunc()Samuel Pitoiset1-0/+3
2017-06-21mesa: add stencil_func() helperSamuel Pitoiset1-1/+1
2017-06-21mesa: add KHR_no_error support for glStencilOpSeparate()Samuel Pitoiset1-0/+3
2017-06-21mesa: add KHR_no_error support for glStencilMaskSeparate()Samuel Pitoiset1-0/+3
2017-06-21mesa: add KHR_no_error support for glStencilFuncSeparate()Samuel Pitoiset1-0/+4
2015-02-28mesa: include macros.h in stencil.hBrian Paul1-0/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-15mesa: add accessor for effective stencil refChris Forbes1-0/+14
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2010-11-20mesa: Clean up header file inclusion in stencil.h.Vinson Lee1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
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