Consolidate, move, fix code related to color index and stencil image transfer
[mesa.git] / src / mesa / main / image.h
2006-10-13 Brian PaulConsolidate, move, fix code related to color index...
2006-10-13 Brian PaulIn _mesa_pack_rgba_span_float() we don't need to make...
2006-10-13 Brian Pauls/GLuint/GLbitfield/
2006-10-13 Brian Paulremoved obsolete _mesa_pack_rgba_span_chan()
2006-10-11 Brian PaulAdded _mesa_convert_colors().
2006-03-26 Brian Paulmerge from texman branch
2005-10-01 Brian Pauladded _mesa_pack_depth_stencil_span()
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-09 Brian Pauladded _mesa_clip_drawpixels() and _mesa_clip_readpixels()
2004-04-22 Brian PaulNew glTexImage code.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-28 Brian Paulconsolidate image transfer operations in new _mesa_appl...
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
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....
2002-03-13 Brian Pauladded _mesa_image_image_stride()
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-16 Brian Paulmoved depth/index/stencil span packing into image.c
2000-11-22 Jouk Jansen Committing in .
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-08-31 Brian Paulrenamed some variables
2000-08-30 Brian Pauladded _mesa_pack_float_rgba_span()
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-05-10 Brian Paulmore GL_EXT_convolution work
2000-04-18 Brian Paulmore color table and imaging work
2000-03-21 Brian Paulmade _mesa_native_packing const
2000-03-21 Brian Paulchanged imaging functions to _mesa_ prefix
2000-03-21 Brian Pauladded _mesa_image_row_stride()
2000-03-13 Brian Paulfixed polygon stipple packing/unpacking
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-03 Brian Paulnew texture image processing
1999-08-19 jtgInitial revision