aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/stencil.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: stop using _NEW_STENCIL with st/mesa, use DriverFlags.NewStencil insteadMarek Olšák2017-06-221-11/+22
* mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák2017-06-221-28/+0
* mesa: add KHR_no_error support for glStencilOp()Samuel Pitoiset2017-06-211-0/+8
* mesa: add stencil_op() helperSamuel Pitoiset2017-06-211-19/+28
* mesa: add KHR_no_error support for glStencilFunc()Samuel Pitoiset2017-06-211-0/+8
* mesa: add stencil_func() helperSamuel Pitoiset2017-06-211-11/+19
* mesa: add KHR_no_error support for glStencilOpSeparate()Samuel Pitoiset2017-06-211-0/+9
* mesa: add stencil_op_separate() helperSamuel Pitoiset2017-06-211-24/+37
* mesa: add KHR_no_error support for glStencilMaskSeparate()Samuel Pitoiset2017-06-211-0/+8
* mesa: add stencil_mask_separate() helperSamuel Pitoiset2017-06-211-11/+20
* mesa: add KHR_no_error support for glStencilFuncSeparate()Samuel Pitoiset2017-06-211-0/+9
* mesa: add stencil_func_separate() helperSamuel Pitoiset2017-06-211-17/+28
* main: Add MESA_VERBOSE=api support for glClearStencilJordan Justen2016-08-261-0/+3
* mesa: Update todo regarding StencilOp and StencilOpSeparate.Rhys Kidd2016-01-111-12/+6
* mesa: Initializes the stencil value masks to 0xFF instead of ~0uEduardo Lima Mitev2015-01-131-6/+18
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Stop clamping stencil reference value at specification timeChris Forbes2013-05-151-9/+0
* 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: don't flush and don't flag _NEW_STENCIL in ClearStencil, ActiveStencilFaceMarek Olšák2013-04-241-5/+0
* 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://[email protected]/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