Comment out __FUNCTION__ usage.
[mesa.git] / src / mesa / main / polygon.c
2001-03-22 Gareth HughesAdd PolygonOffset driver callback.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-21 Brian Paulpolygon offset changes; added Visual->MRD field
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-03-13 Brian Paulremoved old comment
2000-03-13 Brian Paulfixed polygon stipple packing/unpacking
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-27 Keith Whitwelladd callbacks for stipple
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulchanges to silence MSVC warnings
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-20 Keith WhitwellBugfix for ctx->backface_sign calculation
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-19 jtgInitial revision