summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/stencil.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add new ctx->Stencil._WriteEnabled derived state flag.Kenneth Graunke2013-04-041-0/+5
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-11/+0
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-2/+0
* mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooksBrian Paul2012-03-121-4/+0
* mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick2011-09-291-6/+2
* mesa: add/update VERBOSE_API loggingBrian Paul2011-02-081-0/+24
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
* mesa: add ctx->Stencil._Enabled fieldBrian Paul2009-03-021-1/+5
* mesa: fix/update/restore comments related to two-sided stencilBrian Paul2009-02-191-1/+18
* mesa: initialize ctx->Stencil._BackFace = 1Brian Paul2009-02-191-0/+1
* Track two sets of back-face stencil stateIan Romanick2009-01-231-48/+56
* mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabledBrian Paul2008-07-141-47/+49
* Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2007-10-301-72/+29
* Finish up ATI_separate_stencilBrian2007-10-301-158/+131
* add missing _mesa_StencilFuncSeparateATI functionRoland Scheidegger2007-10-301-0/+75
* Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-2/+6
|\
| * Undo some of yesterday's ATI_separate_stencil changes. The ATI extensionBrian Paul2006-11-021-47/+51
| * Add ATI_separate_stencil and use it in preference to EXT_stencil_two_sideBrian Paul2006-11-021-52/+49
* | merge current trunk into vbo branchAlan Hourihane2006-11-021-52/+49
|/
* Print the hex value of the errant input when an invalid stencil function isIan Romanick2006-06-191-1/+1
* replace STENCIL_BITS with stencilMax valueBrian Paul2005-09-201-6/+4
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-17/+22
* OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul2005-09-131-38/+123
* Use GLuint/GLint intead of GLstencil for stencil state.Brian Paul2005-09-131-22/+20
* Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.Brian Paul2005-01-121-2/+172
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-5/+5
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-3/+86
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Fix typoKeith Whitwell2003-03-171-2/+2
* Header file clean-up:Brian Paul2002-10-241-8/+2
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-061-19/+41
* fixed minor logic error in _mesa_StencilOp()Brian Paul2001-05-091-2/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-4/+3
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-5/+5
* Major rework of tnl moduleKeith Whitwell2000-12-261-18/+36
* Committing in .Jouk Jansen2000-11-221-6/+6
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-1267/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-4/+9
* more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul2000-10-291-1/+2
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul2000-09-081-8/+8
* added more extensions testing codeBrian Paul2000-08-301-12/+27
* renamed stencil functionsBrian Paul2000-04-111-14/+16
* clip depth/stencil spans to window boundsBrian Paul2000-04-111-43/+64
* replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul2000-02-021-5/+5
* changes in hardware depth buffer supportBrian Paul1999-12-101-7/+5
* updated for hardware stencil supportBrian Paul1999-12-101-118/+386
* Clearing stencil buffer now observes the stencil write maskBrian Paul1999-12-041-79/+104
* added support for separate read/draw buffers per contextBrian Paul1999-11-241-23/+24
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-16/+17