summaryrefslogtreecommitdiff
path: root/src/mesa/main/polygon.c
AgeCommit message (Expand)Author
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2010-10-23mesa: split up the image.c fileBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-19mesa: replace old MEMSET macro with memsetBrian Paul
2010-01-18mesa: Remove unnecessary header from polygon.c.Vinson Lee
2009-09-03mesa: use new combined PBO validate/map helpersBrian Paul
2009-09-03mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2007-09-27Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian
2007-01-09put back missing Driver.PolygonMode call (bug 9578)Roland Scheidegger
2006-12-13Move all the code for computing ctx->_TriangleCaps into state.c.Brian
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-10-31glPolygonStipple() and glGetPolygonStipple() updated for PBOs.Brian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-24Header file clean-up:Brian Paul
2002-10-02removed unused ctx->Polygon.OffsetMRDBrian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13more removal of fprintf() callsBrian Paul
2001-03-22Add PolygonOffset driver callback.Gareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-21polygon offset changes; added Visual->MRD fieldBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-03-13removed old commentBrian Paul
2000-03-13fixed polygon stipple packing/unpackingBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-27add callbacks for stippleKeith Whitwell
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08changes to silence MSVC warningsBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-20Bugfix for ctx->backface_sign calculationKeith Whitwell
1999-08-26various pipeline bugsKeith Whitwell
1999-08-19Initial revisionjtg