index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
colortab.c
Age
Commit message (
Expand
)
Author
2001-07-14
more work on float colors (still not finished)
Brian Paul
2001-04-20
Minor fixes for Win32 (Karl Schultz).
Brian Paul
2001-04-10
Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...
Brian Paul
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-27
colortable w/ size=0 wasn't handled correctly
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-12-10
generate GL_INVALID_OPERATION error for bad image format/type combinations
Brian Paul
2000-12-09
set default table size to 0, minor error check fix
Brian Paul
2000-11-23
More auto* build system updates
Jon Taylor
2000-11-21
call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilter
Brian Paul
2000-11-21
added some RENDER_START/RENDER_FINISH macros. Minor GLchan changes
Brian Paul
2000-11-19
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-10
minor changes to silence compiler warnings
Brian Paul
2000-10-31
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-29
More GLchan color channel changes.
Brian Paul
2000-10-28
Basic work to support deep color channels:
Brian Paul
2000-08-21
fixed image transfer errors
Brian Paul
2000-06-29
several colortable fixes
Brian Paul
2000-06-27
fixed GL_INTENSITY error checking bug
Brian Paul
2000-05-24
replaced _mesa_base_tex_format() with base_colortab_format()
Brian Paul
2000-05-10
more GL_EXT_convolution work
Brian Paul
2000-04-18
more color table and imaging work
Brian Paul
2000-04-17
dynamically allocate color table data, uses less memory
Brian Paul
2000-04-17
work on GL_SGI_color_table
Brian Paul
2000-04-12
more GL_SGI_color_table extension work
Brian Paul
2000-04-11
fixed duplicate variable problem
Brian Paul
2000-04-11
initial work on GL_SGI_color_table extension
Brian Paul
2000-03-21
changed imaging functions to _mesa_ prefix
Brian Paul
2000-02-28
added proxy texture targets to GetColorTableParameter (Steven Fuller)
Brian Paul
2000-02-24
bunch of dispatch and extension-related changes
Brian Paul
1999-11-19
renamed struct gl_palette as struct gl_color_table
Brian Paul
1999-11-11
changed a warning string
Brian Paul
1999-11-11
ColorTableEXT clean-up
Brian Paul
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-08
clean-up of header includes (Daryll)
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-08-19
Initial revision
jtg