| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: stop using _NEW_STENCIL with st/mesa, use DriverFlags.NewStencil instead | Marek Olšák | 2017-06-22 | 1 | -11/+22 |
* | mesa: replace _mesa_update_stencil() with helper functions | Marek Olšák | 2017-06-22 | 1 | -28/+0 |
* | mesa: add KHR_no_error support for glStencilOp() | Samuel Pitoiset | 2017-06-21 | 1 | -0/+8 |
* | mesa: add stencil_op() helper | Samuel Pitoiset | 2017-06-21 | 1 | -19/+28 |
* | mesa: add KHR_no_error support for glStencilFunc() | Samuel Pitoiset | 2017-06-21 | 1 | -0/+8 |
* | mesa: add stencil_func() helper | Samuel Pitoiset | 2017-06-21 | 1 | -11/+19 |
* | mesa: add KHR_no_error support for glStencilOpSeparate() | Samuel Pitoiset | 2017-06-21 | 1 | -0/+9 |
* | mesa: add stencil_op_separate() helper | Samuel Pitoiset | 2017-06-21 | 1 | -24/+37 |
* | mesa: add KHR_no_error support for glStencilMaskSeparate() | Samuel Pitoiset | 2017-06-21 | 1 | -0/+8 |
* | mesa: add stencil_mask_separate() helper | Samuel Pitoiset | 2017-06-21 | 1 | -11/+20 |
* | mesa: add KHR_no_error support for glStencilFuncSeparate() | Samuel Pitoiset | 2017-06-21 | 1 | -0/+9 |
* | mesa: add stencil_func_separate() helper | Samuel Pitoiset | 2017-06-21 | 1 | -17/+28 |
* | main: Add MESA_VERBOSE=api support for glClearStencil | Jordan Justen | 2016-08-26 | 1 | -0/+3 |
* | mesa: Update todo regarding StencilOp and StencilOpSeparate. | Rhys Kidd | 2016-01-11 | 1 | -12/+6 |
* | mesa: Initializes the stencil value masks to 0xFF instead of ~0u | Eduardo Lima Mitev | 2015-01-13 | 1 | -6/+18 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Stop clamping stencil reference value at specification time | Chris Forbes | 2013-05-15 | 1 | -9/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: don't flush and don't flag _NEW_STENCIL in ClearStencil, ActiveStencilFace | Marek Olšák | 2013-04-24 | 1 | -5/+0 |
* | mesa: Add new ctx->Stencil._WriteEnabled derived state flag. | Kenneth Graunke | 2013-04-04 | 1 | -0/+5 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -11/+0 |
* | mesa: remove #if _HAVE_FULL_GL checks | Brian Paul | 2012-10-16 | 1 | -2/+0 |
* | mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks | Brian Paul | 2012-03-12 | 1 | -4/+0 |
* | mesa: Remove EXT_stencil_wrap extension enable flag | Ian Romanick | 2011-09-29 | 1 | -6/+2 |
* | mesa: add/update VERBOSE_API logging | Brian Paul | 2011-02-08 | 1 | -0/+24 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -8/+8 |
* | mesa: add ctx->Stencil._Enabled field | Brian Paul | 2009-03-02 | 1 | -1/+5 |
* | mesa: fix/update/restore comments related to two-sided stencil | Brian Paul | 2009-02-19 | 1 | -1/+18 |
* | mesa: initialize ctx->Stencil._BackFace = 1 | Brian Paul | 2009-02-19 | 1 | -0/+1 |
* | Track two sets of back-face stencil state | Ian Romanick | 2009-01-23 | 1 | -48/+56 |
* | mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabled | Brian Paul | 2008-07-14 | 1 | -47/+49 |
* | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian | 2007-10-30 | 1 | -72/+29 |
* | Finish up ATI_separate_stencil | Brian | 2007-10-30 | 1 | -158/+131 |
* | add missing _mesa_StencilFuncSeparateATI function | Roland Scheidegger | 2007-10-30 | 1 | -0/+75 |
* | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 1 | -2/+6 |
|\ |
|
| * | Undo some of yesterday's ATI_separate_stencil changes. The ATI extension | Brian Paul | 2006-11-02 | 1 | -47/+51 |
| * | Add ATI_separate_stencil and use it in preference to EXT_stencil_two_side | Brian Paul | 2006-11-02 | 1 | -52/+49 |
* | | merge current trunk into vbo branch | Alan Hourihane | 2006-11-02 | 1 | -52/+49 |
|/ |
|
* | Print the hex value of the errant input when an invalid stencil function is | Ian Romanick | 2006-06-19 | 1 | -1/+1 |
* | replace STENCIL_BITS with stencilMax value | Brian Paul | 2005-09-20 | 1 | -6/+4 |
* | Replace ctx->Driver.StencilOp/Func/Mask() functions with | Brian Paul | 2005-09-13 | 1 | -17/+22 |
* | OpenGL 2.0's two-sided stencil feature wasn't implemented correctly. | Brian Paul | 2005-09-13 | 1 | -38/+123 |
* | Use GLuint/GLint intead of GLstencil for stencil state. | Brian Paul | 2005-09-13 | 1 | -22/+20 |
* | Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions. | Brian Paul | 2005-01-12 | 1 | -2/+172 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -5/+5 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -3/+86 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Fix typo | Keith Whitwell | 2003-03-17 | 1 | -2/+2 |