summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/polygon.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: move check for no-op glFrontFace call earlierBrian Paul2015-07-211-3/+3
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-4/+4
* mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin2015-02-021-10/+30
* glapi: add GL_EXT_polygon_offset_clampIlia Mirkin2015-02-021-0/+6
* mesa: inline/remove _mesa_polygon_stipple()Brian Paul2014-12-011-28/+10
* mesa: Implement ARB_clip_control.Mathias Fröhlich2014-10-241-2/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove DD_TRI_UNFILLED flagBrian Paul2013-04-171-5/+0
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-6/+0
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-3/+0
* mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core contextIan Romanick2012-08-291-0/+8
* Squashed commit of the following:Brian Paul2011-04-261-4/+12
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-1/+1
* mesa: split up the image.c fileBrian Paul2010-10-231-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-191-1/+1
* mesa: Remove unnecessary header from polygon.c.Vinson Lee2010-01-181-1/+0
* mesa: use new combined PBO validate/map helpersBrian Paul2009-09-031-28/+10
* mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul2009-09-031-47/+30
* mesa: use _mesa_is_bufferobj()Brian Paul2009-08-121-2/+2
* Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian2007-09-271-0/+5
* 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