summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/stencil.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: include macros.h in stencil.hBrian Paul2015-02-281-0/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: add accessor for effective stencil refChris Forbes2013-05-151-0/+14
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Clean up header file inclusion in stencil.h.Vinson Lee2010-11-201-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2007-10-301-3/+0
* Finish up ATI_separate_stencilBrian2007-10-301-2/+6
* add missing _mesa_StencilFuncSeparateATI functionRoland Scheidegger2007-10-301-0/+2
* OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul2005-09-131-1/+5
* Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.Brian Paul2005-01-121-2/+14
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-6/+6
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+7
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-061-3/+6
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
* Committing in .Jouk Jansen2000-11-221-6/+6
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-29/+1
* renamed stencil functionsBrian Paul2000-04-111-12/+10
* clip depth/stencil spans to window boundsBrian Paul2000-04-111-6/+6
* Committing in .Jouk Jansen1999-12-131-2/+4
* updated for hardware stencil supportBrian Paul1999-12-101-21/+14
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-11/+10
* Initial revisionjtg1999-08-191-0/+88