summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/polygon.c
Commit message (Expand)AuthorAgeFilesLines
* put back missing Driver.PolygonMode call (bug 9578)Roland Scheidegger2007-01-091-0/+3
* Move all the code for computing ctx->_TriangleCaps into state.c.Brian2006-12-131-36/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+2
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-2/+2
* glPolygonStipple() and glGetPolygonStipple() updated for PBOs.Brian Paul2004-10-311-7/+85
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-7/+7
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-4/+104
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Header file clean-up:Brian Paul2002-10-241-7/+2
* removed unused ctx->Polygon.OffsetMRDBrian Paul2002-10-021-4/+3
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-7/+7
* more removal of fprintf() callsBrian Paul2002-06-131-9/+9
* 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