glthread: rename marshal.h/c to glthread_marshal.h and glthread_shaderobj.c
[mesa.git] / src / mesa / main / stencil.h
2017-06-21 Marek Olšákmesa: replace _mesa_update_stencil() with helper functions
2017-06-21 Samuel Pitoisetmesa: add KHR_no_error support for glStencilOp()
2017-06-21 Samuel Pitoisetmesa: add stencil_op() helper
2017-06-21 Samuel Pitoisetmesa: add KHR_no_error support for glStencilFunc()
2017-06-21 Samuel Pitoisetmesa: add stencil_func() helper
2017-06-21 Samuel Pitoisetmesa: add KHR_no_error support for glStencilOpSeparate()
2017-06-21 Samuel Pitoisetmesa: add KHR_no_error support for glStencilMaskSeparate()
2017-06-21 Samuel Pitoisetmesa: add KHR_no_error support for glStencilFuncSeparate()
2015-02-28 Brian Paulmesa: include macros.h in stencil.h
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-15 Chris Forbesmesa: add accessor for effective stencil ref
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-21 Vinson Leemesa: Clean up header file inclusion in stencil.h.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2008-04-09 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-04 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2008-04-04 BrianFinish up ATI_separate_stencil
2008-04-04 Roland Scheideggeradd missing _mesa_StencilFuncSeparateATI function
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-30 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2007-10-30 BrianFinish up ATI_separate_stencil
2007-10-30 Roland Scheideggeradd missing _mesa_StencilFuncSeparateATI function
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-01-12 Brian PaulSome initial work for OpenGL 2.0: glStencilFunc/Op...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2000-11-22 Jouk Jansen Committing in .
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-04-11 Brian Paulrenamed stencil functions
2000-04-11 Brian Paulclip depth/stencil spans to window bounds
1999-12-13 Jouk Jansen Committing in .
1999-12-10 Brian Paulupdated for hardware stencil support
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-08-19 jtgInitial revision