Header file clean-up:
[mesa.git] / src / mesa / main / points.c
2002-10-24 Brian PaulHeader file clean-up:
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-04-02 Brian PaulGL_ARB_point_parameters support
2001-03-29 Keith WhitwellRemove ENABLE_* flags, ctx->_Enabled.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-14 Keith WhitwellFixed conform feedback and drawelements tests.
2001-01-09 Brian PaulAdded PointSize and PointParametersfv to dd interface...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-08 Brian PaulInitial work on GL_MESA_sprite_point extension.
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-15 Brian PaulReplaced ctx->Point.Size with ctx->Point._Size
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-20 Brian PaulChanges for multitexture > 3, code clean-ups.
2000-09-29 Brian Paulgeneralized support for N texure units
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-16 Brian Paulfixed some warnings (Alan H.)
2000-07-15 Brian Paulfixed AA sampling problem, misc clean-up
2000-06-28 Brian Pauladd separate specular color support in multitextured_rg...
2000-05-10 Brian Paulfixed PB bugs, removed MutablePixels, MonoPixels from...
2000-05-07 Brian PaulAdded point UserSize, cleaned up point drawing code
2000-03-02 Brian Paulminor clean-up
1999-12-10 Brian Paulcode clean-up
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-10-21 Brian Paulsilenced some uninitialized var warnings
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-18 Keith WhitwellLarge patch:
1999-08-19 jtgInitial revision