Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / main / colortab.c
2008-07-04 Brian Paulmesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-16 BrianReplace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTU...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-17 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-16 BrianColortable re-org.
2007-03-15 Brianin _mesa_GetColorTable, return silently if table size...
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-23 Brianfixes for C++ warnings/errors
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-13 Brian PaulIn _mesa_pack_rgba_span_float() we don't need to make...
2006-10-13 Brian Pauls/GL_FALSE/0x0/
2006-10-13 Brian PaulRevamp color table code.
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