summaryrefslogtreecommitdiff
path: root/src/mesa/main/polygon.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-27Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian1-0/+5
2007-01-09put back missing Driver.PolygonMode call (bug 9578)Roland Scheidegger1-0/+3
2006-12-13Move all the code for computing ctx->_TriangleCaps into state.c.Brian1-36/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-1/+2
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-2/+2
2004-10-31glPolygonStipple() and glGetPolygonStipple() updated for PBOs.Brian Paul1-7/+85
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-7/+7
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-4/+104
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-24Header file clean-up:Brian Paul1-7/+2
2002-10-02removed unused ctx->Polygon.OffsetMRDBrian Paul1-4/+3
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-7/+7
2002-06-13more removal of fprintf() callsBrian Paul1-9/+9
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