summaryrefslogtreecommitdiff
path: root/src/mesa/main/polygon.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-02mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin1-0/+3
2015-02-02glapi: add GL_EXT_polygon_offset_clampIlia Mirkin1-1/+4
2014-12-01mesa: inline/remove _mesa_polygon_stipple()Brian Paul1-4/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2011-04-26Squashed commit of the following:Brian Paul1-0/+3
2010-11-20mesa: Clean up header file inclusion in polygon.h.Vinson Lee1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2006-12-13Move all the code for computing ctx->_TriangleCaps into state.c.Brian1-5/+2
2004-10-31glPolygonStipple() and glGetPolygonStipple() updated for PBOs.Brian Paul1-2/+6
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-8/+8
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+9
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-4/+3
2000-11-22 Committing in .Jouk Jansen1-6/+6
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-12/+17
1999-08-19Initial revisionjtg1-0/+53