fixes for CHAN_BITS!=8
[mesa.git] / src / mesa / main / colortab.c
2006-04-27 Brian Paulfixes for CHAN_BITS!=8
2005-10-05 Brian Pauls/IntFormat/InternalFormat/ and s/Format/_BaseFormat...
2005-09-03 Brian Paulfudge set_component_sizes() a bit, see comments
2005-08-28 Brian Paulfix a few proxy color table bugs (bug 4270)
2005-04-27 Brian Paulmove set_component_sizes() to fix bug 3135
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-31 Brian PaulPBO support for glColorTable, glColorSubTable, glGetCol...
2004-09-09 Jose FonsecaUpdate the doxygen configuration file.
2004-04-22 Brian PaulNew glTexImage code.
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2004-02-28 Brian Paulconsolidate some code
2004-02-28 Brian Paulreplace color table FloatTable boolean with Type enum
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-07-22 Brian PaulRestore more code lost during last big merge.
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...
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-21 Brian PaulGL_SGI_texture_color_table extension (Eric Plante)
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