Basic work to support deep color channels:
[mesa.git] / src / mesa / main / colortab.c
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