summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/lines.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: check for unchanged line width before error checkingBrian Paul2015-10-221-3/+4
* mesa: Avoid double promotion.Matt Turner2015-07-291-2/+2
* main: Fix deprecation of glLineWidth()Paul Berry2013-08-091-1/+2
* 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: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-2/+0
* mesa: Disallow wide lines in forward compatible contextIan Romanick2012-08-291-0/+17
* mesa: add/update VERBOSE_API loggingBrian Paul2011-02-081-0/+6
* mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricapsRoland Scheidegger2010-11-101-5/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* mesa: Remove unnecessary headers from lines.c.Vinson Lee2010-01-181-2/+0
* Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian2007-09-271-0/+5
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-6/+2
* Move all the code for computing ctx->_TriangleCaps into state.c.Brian2006-12-131-20/+3
* added a few missing GLAPIENTRYs to make MinGW compile againDaniel Borca2003-10-231-1/+1
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-2/+2
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-1/+49
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* Header file clean-up:Brian Paul2002-10-241-6/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-7/+5
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+2
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-141-2/+1
* Fix crash in book/stencil.Keith Whitwell2001-01-131-3/+5
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-1/+5
* Major rework of tnl moduleKeith Whitwell2000-12-261-13/+21
* Committing in .Jouk Jansen2000-11-221-7/+7
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+1
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-3/+3
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-1137/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-4/+11
* Basic work to support deep color channels:Brian Paul2000-10-281-17/+20
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-22/+53
* Changes for multitexture > 3, code clean-ups.Brian Paul2000-10-201-3/+3
* support for N texture unitsBrian Paul2000-09-301-132/+124
* generalized support for N texure unitsBrian Paul2000-09-291-2/+9
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* Fixed pixel color problem in general_flat_rgba_line(). Added debug codeBrian Paul2000-07-141-33/+65
* added flat_multitextured_line()Brian Paul2000-06-281-2/+103
* fixed PB bugs, removed MutablePixels, MonoPixels from GLcontextBrian Paul2000-05-101-57/+33
* added LineWidth device driver functionBrian Paul2000-03-031-1/+3
* add callbacks for stippleKeith Whitwell2000-02-271-1/+4
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-5/+3
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-12/+9
* flush pb after each line segment - for conformanceBrian Paul1999-11-081-16/+16
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+5
* Large patch:Keith Whitwell1999-09-181-80/+3