summaryrefslogtreecommitdiff
path: root/src/mesa/main/polygon.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-22Add PolygonOffset driver callback.Gareth Hughes1-1/+4
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+2
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-9/+9
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-4/+4
2000-12-26Major rework of tnl moduleKeith Whitwell1-30/+47
2000-11-22 Committing in .Jouk Jansen1-8/+8
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-5/+5
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-7/+6
2000-10-21polygon offset changes; added Visual->MRD fieldBrian Paul1-1/+2
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-3/+3
2000-03-13removed old commentBrian Paul1-5/+2
2000-03-13fixed polygon stipple packing/unpackingBrian Paul1-7/+6
2000-03-03runtime selectable depth buffer depthBrian Paul1-2/+4
2000-02-27add callbacks for stippleKeith Whitwell1-1/+4
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-19/+30
1999-11-08changes to silence MSVC warningsBrian Paul1-2/+2
1999-11-08clean-up of header includes (Daryll)Brian Paul1-4/+1
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-1/+7
1999-09-20Bugfix for ctx->backface_sign calculationKeith Whitwell1-1/+3
1999-08-26various pipeline bugsKeith Whitwell1-4/+1
1999-08-19Initial revisionjtg1-0/+177