mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT function
[mesa.git] / src / mesa / main / stencil.c
2017-06-21 Marek Olšákmesa: stop using _NEW_STENCIL with st/mesa, use DriverF...
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 stencil_op_separate() helper
2017-06-21 Samuel Pitoisetmesa: add KHR_no_error support for glStencilMaskSeparate()
2017-06-21 Samuel Pitoisetmesa: add stencil_mask_separate() helper
2017-06-21 Samuel Pitoisetmesa: add KHR_no_error support for glStencilFuncSeparate()
2017-06-21 Samuel Pitoisetmesa: add stencil_func_separate() helper
2016-08-26 Jordan Justenmain: Add MESA_VERBOSE=api support for glClearStencil
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-12 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-10 Rhys Kiddmesa: Update todo regarding StencilOp and StencilOpSepa...
2015-01-13 Eduardo Lima Mitevmesa: Initializes the stencil value masks to 0xFF inste...
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-15 Chris Forbesmesa: Stop clamping stencil reference value at specific...
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...
2013-04-24 Marek Olšákmesa: don't flush and don't flag _NEW_STENCIL in ClearS...
2013-04-04 Kenneth Graunkemesa: Add new ctx->Stencil._WriteEnabled derived state...
2013-01-22 Eric Anholtmesa: Drop manual checks for outside begin/end.
2012-10-16 Brian Paulmesa: remove #if _HAVE_FULL_GL checks
2012-03-12 Brian Paulmesa: remove ctx->Driver.ClearDepth(), ClearStencil...
2011-09-29 Ian Romanickmesa: Remove EXT_stencil_wrap extension enable flag
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-09 Brian Paulmesa: add/update VERBOSE_API logging
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
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 Brian Paulmesa: add ctx->Stencil._Enabled field
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-19 Brian Paulmesa: fix/update/restore comments related to two-sided...
2009-02-19 Brian Paulmesa: initialize ctx->Stencil._BackFace = 1
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-01-23 Brian PaulMerge branch 'vertex_array_bgra'
2009-01-23 Ian RomanickTrack two sets of back-face stencil state
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-23 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-14 Brian Paulmesa: fix stencil state problem when GL_ATI_separate_st...
2008-07-14 Brian Paulmesa: fix stencil state problem when GL_ATI_separate_st...
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
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Brian PaulUndo some of yesterday's ATI_separate_stencil changes...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-02 Brian PaulAdd ATI_separate_stencil and use it in preference to...
2006-06-19 Ian RomanickPrint the hex value of the errant input when an invalid...
2005-09-20 Brian Paulreplace STENCIL_BITS with stencilMax value
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-09-13 Brian PaulUse GLuint/GLint intead of GLstencil for stencil state.
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....
2003-03-17 Keith WhitwellFix typo
2002-10-24 Brian PaulHeader file clean-up:
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2001-05-09 Brian Paulfixed minor logic error in _mesa_StencilOp()
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-08 Brian Paulchanged gl_frame_buffer Xmax and Ymax to be exclusive...
2000-08-30 Brian Pauladded more extensions testing code
2000-04-11 Brian Paulrenamed stencil functions
2000-04-11 Brian Paulclip depth/stencil spans to window bounds
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix on depth funcs
1999-12-10 Brian Paulchanges in hardware depth buffer support
next