summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/stencil.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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