current raster color index should be GLfloat
[mesa.git] / src / mesa / main / feedback.c
2003-11-25 Brian Paulcurrent raster color index should be GLfloat
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2002-06-15 Brian Pauladded missing ctx parameter to _mesa_debug() calls
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2001-03-29 Keith WhitwellRemoved DD_STENCIL, DD_FEEDBACK, DD_SELECT.
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-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-14 Keith WhitwellFixed conform feedback and drawelements tests.
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
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 PaulNew colormac.h file for color-related macros.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-05-09 Brian Paulremoved printf
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-01-25 Brian Paulfixed VB->IndexPtr==NULL bug (Richard Guenther)
2000-01-17 Brian PaulZ values were wrong in selection mode (Holger Waechtler...
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-19 Ted JumpMore Win32 build compliance fixups
1999-09-18 Keith WhitwellLarge patch:
1999-08-19 jtgInitial revision