summaryrefslogtreecommitdiff
path: root/src/mesa/main/polygon.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: don't flag _NEW_POLYGON_STIPPLE for st/mesaMarek Olšák1-1/+3
2017-06-22mesa: don't flag _NEW_POLYGON for st/mesaMarek Olšák1-6/+12
2017-06-22mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák1-1/+0
2017-03-31mesa: Add support for GL_NV_fill_rectangleLyude1-2/+11
2017-03-30mesa: Fix trailing whitespace in polygon.cLyude1-3/+3
2017-03-30mesa: Fix gross indenting in _mesa_PolygonMode()Lyude1-5/+4
2015-07-21mesa: move check for no-op glFrontFace call earlierBrian Paul1-3/+3
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-4/+4
2015-02-02mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin1-10/+30
2015-02-02glapi: add GL_EXT_polygon_offset_clampIlia Mirkin1-0/+6
2014-12-01mesa: inline/remove _mesa_polygon_stipple()Brian Paul1-28/+10
2014-10-24mesa: Implement ARB_clip_control.Mathias Fröhlich1-2/+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
2013-04-17mesa: remove DD_TRI_UNFILLED flagBrian Paul1-5/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-6/+0
2012-10-16mesa: remove #if _HAVE_FULL_GL checksBrian Paul1-3/+0
2012-08-29mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core contextIan Romanick1-0/+8
2011-04-26Squashed commit of the following:Brian Paul1-4/+12
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-1/+1
2010-10-23mesa: split up the image.c fileBrian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-02-19mesa: replace old MEMSET macro with memsetBrian Paul1-1/+1
2010-01-18mesa: Remove unnecessary header from polygon.c.Vinson Lee1-1/+0
2009-09-03mesa: use new combined PBO validate/map helpersBrian Paul1-28/+10
2009-09-03mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul1-47/+30
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-2/+2
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