summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_points.c
Commit message (Expand)AuthorAgeFilesLines
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-8/+7
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-3/+3
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-1/+15
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+3
* changed some point functions, new picking codeBrian Paul2001-01-041-57/+81
* New point rasterization functions based on template code thatBrian Paul2001-01-031-894/+81
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-081-2/+111
* Compute attenuated point size in a new pipeline stage.Brian Paul2000-12-081-43/+29
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-13/+13
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+1
* Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul2000-11-151-11/+11
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-8/+11
* minor changes to silence compiler warningsBrian Paul2000-11-101-1/+3
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-892/+654
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+1193