summaryrefslogtreecommitdiff
path: root/src/mesa/main/points.c
AgeCommit message (Expand)Author
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-09Added PointSize and PointParametersfv to dd interface, for completeness.Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-08Initial work on GL_MESA_sprite_point extension.Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-15Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith 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-29generalized support for N texure unitsBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-08-16fixed some warnings (Alan H.)Brian Paul
2000-07-15fixed AA sampling problem, misc clean-upBrian Paul
2000-06-28add separate specular color support in multitextured_rgba_points()Brian Paul
2000-05-10fixed PB bugs, removed MutablePixels, MonoPixels from GLcontextBrian Paul
2000-05-07Added point UserSize, cleaned up point drawing codeBrian Paul
2000-03-02minor clean-upBrian Paul
1999-12-10code clean-upBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-10-21silenced some uninitialized var warningsBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-18Large patch:Keith Whitwell
1999-08-19Initial revisionjtg