fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots of poten...
[mesa.git] / src / mesa / main / colortab.c
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Paulcolortable w/ size=0 wasn't handled correctly
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-10 Brian Paulgenerate GL_INVALID_OPERATION error for bad image forma...
2000-12-09 Brian Paulset default table size to 0, minor error check fix
2000-11-23 Jon TaylorMore auto* build system updates
2000-11-21 Brian Paulcall gl_update_state() if needed in glGetColorTable...
2000-11-21 Brian Pauladded some RENDER_START/RENDER_FINISH macros. Minor...
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-10 Brian Paulminor changes to silence compiler warnings
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-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-08-21 Brian Paulfixed image transfer errors
2000-06-29 Brian Paulseveral colortable fixes
2000-06-27 Brian Paulfixed GL_INTENSITY error checking bug
2000-05-24 Brian Paulreplaced _mesa_base_tex_format() with base_colortab_for...
2000-05-10 Brian Paulmore GL_EXT_convolution work
2000-04-18 Brian Paulmore color table and imaging work
2000-04-17 Brian Pauldynamically allocate color table data, uses less memory
2000-04-17 Brian Paulwork on GL_SGI_color_table
2000-04-12 Brian Paulmore GL_SGI_color_table extension work
2000-04-11 Brian Paulfixed duplicate variable problem
2000-04-11 Brian Paulinitial work on GL_SGI_color_table extension
2000-03-21 Brian Paulchanged imaging functions to _mesa_ prefix
2000-02-28 Brian Pauladded proxy texture targets to GetColorTableParameter...
2000-02-24 Brian Paulbunch of dispatch and extension-related changes
1999-11-19 Brian Paulrenamed struct gl_palette as struct gl_color_table
1999-11-11 Brian Paulchanged a warning string
1999-11-11 Brian PaulColorTableEXT clean-up
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-08-19 jtgInitial revision