summaryrefslogtreecommitdiff
path: root/src/mesa/main/points.c
AgeCommit message (Collapse)Author
2000-10-28Basic work to support deep color channels:Brian Paul
Replace GLubyte with GLchan Replace 255 with CHAN_MAX
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
EXT_secondary_color is disabled until we get some dispatch offsets from SGI.
2000-10-20Changes for multitexture > 3, code clean-ups.Brian Paul
Added GLboolean ctx->Texture.MultiTextureEnabled to determine when multitexture is enabled. Eventually ctx->Texture.ReallyEnabled may become a boolean.
2000-09-29generalized support for N texure unitsBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
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
- FX bug fixes. - Polygon mode and edgeflag work properly. - Clipping works with edgeflag. - Driver.ReducedPrimitiveChange() callback so drivers that implement lines & points as triangles can turn culling off before rendering groups of these primitives. - Cleaned up feedback & select primitives.
1999-08-19Initial revisionjtg