summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/stencil.c
Commit message (Expand)AuthorAgeFilesLines
* 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://keithw@git.freedesktop.org/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
* Header file clean-up:Brian Paul2002-10-241-8/+2
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-061-19/+41
* fixed minor logic error in _mesa_StencilOp()Brian Paul2001-05-091-2/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-4/+3
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-5/+5
* Major rework of tnl moduleKeith Whitwell2000-12-261-18/+36
* Committing in .Jouk Jansen2000-11-221-6/+6
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-1267/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-4/+9
* more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul2000-10-291-1/+2
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul2000-09-081-8/+8
* added more extensions testing codeBrian Paul2000-08-301-12/+27
* renamed stencil functionsBrian Paul2000-04-111-14/+16
* clip depth/stencil spans to window boundsBrian Paul2000-04-111-43/+64
* replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul2000-02-021-5/+5
* changes in hardware depth buffer supportBrian Paul1999-12-101-7/+5
* updated for hardware stencil supportBrian Paul1999-12-101-118/+386
* Clearing stencil buffer now observes the stencil write maskBrian Paul1999-12-041-79/+104
* added support for separate read/draw buffers per contextBrian Paul1999-11-241-23/+24
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-16/+17
* changes to silence MSVC warningsBrian Paul1999-11-081-6/+3
* clean-up to reduce MSVC warningsBrian Paul1999-11-051-49/+49
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-3/+3
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-3/+3
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+7
* More Win32 build compliance fixupsTed Jump1999-09-191-1/+2
* Large patch:Keith Whitwell1999-09-181-2/+2
* Initial revisionjtg1999-08-191-0/+1107