summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/polygon.c
Commit message (Expand)AuthorAgeFilesLines
* Add PolygonOffset driver callback.Gareth Hughes2001-03-221-1/+4
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-9/+9
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-4/+4
* Major rework of tnl moduleKeith Whitwell2000-12-261-30/+47
* Committing in .Jouk Jansen2000-11-221-8/+8
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-5/+5
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-7/+6
* polygon offset changes; added Visual->MRD fieldBrian Paul2000-10-211-1/+2
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-3/+3
* removed old commentBrian Paul2000-03-131-5/+2
* fixed polygon stipple packing/unpackingBrian Paul2000-03-131-7/+6
* runtime selectable depth buffer depthBrian Paul2000-03-031-2/+4
* add callbacks for stippleKeith Whitwell2000-02-271-1/+4
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-19/+30
* changes to silence MSVC warningsBrian Paul1999-11-081-2/+2
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+7
* Bugfix for ctx->backface_sign calculationKeith Whitwell1999-09-201-1/+3
* various pipeline bugsKeith Whitwell1999-08-261-4/+1
* Initial revisionjtg1999-08-191-0/+177