summaryrefslogtreecommitdiff
path: root/src/mesa/main/lines.c
AgeCommit message (Expand)Author
2011-02-08mesa: add/update VERBOSE_API loggingBrian Paul
2010-11-10mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricapsRoland Scheidegger
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-01-18mesa: Remove unnecessary headers from lines.c.Vinson Lee
2007-09-27Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2006-12-13Move all the code for computing ctx->_TriangleCaps into state.c.Brian
2003-10-23added a few missing GLAPIENTRYs to make MinGW compile againDaniel Borca
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
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
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-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-13Fix crash in book/stencil.Keith Whitwell
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-10-20Changes for multitexture > 3, code clean-ups.Brian Paul
2000-09-30support for N texture unitsBrian Paul
2000-09-29generalized support for N texure unitsBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-07-14Fixed pixel color problem in general_flat_rgba_line(). Added debug codeBrian Paul
2000-06-28added flat_multitextured_line()Brian Paul
2000-05-10fixed PB bugs, removed MutablePixels, MonoPixels from GLcontextBrian Paul
2000-03-03added LineWidth device driver functionBrian Paul
2000-02-27add callbacks for stippleKeith Whitwell
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08flush pb after each line segment - for conformanceBrian 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-18Large patch:Keith Whitwell
1999-08-19Initial revisionjtg