summaryrefslogtreecommitdiff
path: root/src/mesa/main/lines.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-1/+49
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2002-10-24Header file clean-up:Brian Paul1-6/+1
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-7/+5
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-2/+2
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell1-2/+1
2001-01-13Fix crash in book/stencil.Keith Whitwell1-3/+5
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell1-1/+5
2000-12-26Major rework of tnl moduleKeith Whitwell1-13/+21
2000-11-22 Committing in .Jouk Jansen1-7/+7
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-2/+1
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-3/+3
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-1137/+1
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-4/+11
2000-10-28Basic work to support deep color channels:Brian Paul1-17/+20
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell1-22/+53
2000-10-20Changes for multitexture > 3, code clean-ups.Brian Paul1-3/+3
2000-09-30support for N texture unitsBrian Paul1-132/+124
2000-09-29generalized support for N texure unitsBrian Paul1-2/+9
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-2/+2
2000-07-14Fixed pixel color problem in general_flat_rgba_line(). Added debug codeBrian Paul1-33/+65
2000-06-28added flat_multitextured_line()Brian Paul1-2/+103
2000-05-10fixed PB bugs, removed MutablePixels, MonoPixels from GLcontextBrian Paul1-57/+33
2000-03-03added LineWidth device driver functionBrian Paul1-1/+3
2000-02-27add callbacks for stippleKeith Whitwell1-1/+4
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell1-5/+3
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-12/+9
1999-11-08flush pb after each line segment - for conformanceBrian Paul1-16/+16
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/+5
1999-09-18Large patch:Keith Whitwell1-80/+3
1999-08-19Initial revisionjtg1-0/+1146