Header file clean-up:
[mesa.git] / src / mesa / main / colortab.c
2002-10-24 Brian PaulHeader file clean-up:
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-08 Brian Pauladded missing texture cube map targets
2001-09-15 Brian Paulmore warning fixes (Karl Schultz)
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-04-20 Brian PaulMinor fixes for Win32 (Karl Schultz).
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
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