summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/points.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell2001-03-291-2/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-6/+5
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-6/+6
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-141-2/+1
* Added PointSize and PointParametersfv to dd interface, for completeness.Brian Paul2001-01-091-2/+12
* Major rework of tnl moduleKeith Whitwell2000-12-261-14/+30
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-081-1/+2
* Committing in .Jouk Jansen2000-11-221-6/+6
* 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-4/+4
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-1/+2
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-10/+10
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-1157/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-4/+3
* Basic work to support deep color channels:Brian Paul2000-10-281-3/+2
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-66/+67
* Changes for multitexture > 3, code clean-ups.Brian Paul2000-10-201-5/+5
* generalized support for N texure unitsBrian Paul2000-09-291-329/+209
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* fixed some warnings (Alan H.)Brian Paul2000-08-161-8/+8
* fixed AA sampling problem, misc clean-upBrian Paul2000-07-151-36/+57
* add separate specular color support in multitextured_rgba_points()Brian Paul2000-06-281-10/+15
* fixed PB bugs, removed MutablePixels, MonoPixels from GLcontextBrian Paul2000-05-101-6/+44
* Added point UserSize, cleaned up point drawing codeBrian Paul2000-05-071-173/+175
* minor clean-upBrian Paul2000-03-021-14/+12
* code clean-upBrian Paul1999-12-101-32/+41
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-34/+40
* silenced some uninitialized var warningsBrian Paul1999-10-211-7/+38
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-4/+9
* Large patch:Keith Whitwell1999-09-181-63/+4
* Initial revisionjtg1999-08-191-0/+1344