summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/lines.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial revisionjtg1999-08-191-0/+1146