summaryrefslogtreecommitdiff
path: root/src/mesa/main/polygon.c
AgeCommit message (Expand)AuthorFilesLines
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
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