summaryrefslogtreecommitdiff
path: root/src/mesa/main/stencil.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-30Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian1-72/+29
2007-10-30Finish up ATI_separate_stencilBrian1-158/+131
2007-10-30add missing _mesa_StencilFuncSeparateATI functionRoland Scheidegger1-0/+75
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell1-2/+6
2006-11-02Undo some of yesterday's ATI_separate_stencil changes. The ATI extensionBrian Paul1-47/+51
2006-11-02merge current trunk into vbo branchAlan Hourihane1-52/+49
2006-11-02Add ATI_separate_stencil and use it in preference to EXT_stencil_two_sideBrian Paul1-52/+49
2006-06-19Print the hex value of the errant input when an invalid stencil function isIan Romanick1-1/+1
2005-09-20replace STENCIL_BITS with stencilMax valueBrian Paul1-6/+4
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul1-17/+22
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul1-38/+123
2005-09-13Use GLuint/GLint intead of GLstencil for stencil state.Brian Paul1-22/+20
2005-01-12Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.Brian Paul1-2/+172
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-5/+5
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-3/+86
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-17Fix typoKeith Whitwell1-2/+2
2002-10-24Header file clean-up:Brian Paul1-8/+2
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul1-19/+41
2001-05-09fixed minor logic error in _mesa_StencilOp()Brian Paul1-2/+1
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-4/+3
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-5/+5
2000-12-26Major rework of tnl moduleKeith Whitwell1-18/+36
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-1267/+1
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-4/+9
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul1-1/+2
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-2/+2
2000-09-08changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul1-8/+8
2000-08-30added more extensions testing codeBrian Paul1-12/+27
2000-04-11renamed stencil functionsBrian Paul1-14/+16
2000-04-11clip depth/stencil spans to window boundsBrian Paul1-43/+64
2000-02-02replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul1-5/+5
1999-12-10changes in hardware depth buffer supportBrian Paul1-7/+5
1999-12-10updated for hardware stencil supportBrian Paul1-118/+386
1999-12-04Clearing stencil buffer now observes the stencil write maskBrian Paul1-79/+104
1999-11-24added support for separate read/draw buffers per contextBrian Paul1-23/+24
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-16/+17
1999-11-08changes to silence MSVC warningsBrian Paul1-6/+3
1999-11-05clean-up to reduce MSVC warningsBrian Paul1-49/+49
1999-10-13removed GL_ prefix from memory macrosBrian Paul1-3/+3
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul1-3/+3
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-1/+7
1999-09-19More Win32 build compliance fixupsTed Jump1-1/+2
1999-09-18Large patch:Keith Whitwell1-2/+2
1999-08-19Initial revisionjtg1-0/+1107