Consolidate, move, fix code related to color index and stencil image transfer
[mesa.git] / src / mesa / main / image.c
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-12 Brian Pauldon't use temp storage in _mesa_convert_colors() when...
2006-10-11 Brian PaulAdded _mesa_convert_colors().
2006-09-11 Brian Paulundo some accidental changes in _mesa_is_legal_format_a...
2006-09-10 Brian PaulRedefine the BYTE_TO_FLOAT() and SHORT_TO_FLOAT() macro...
2006-05-07 Brian Paulmisc clean-ups
2006-05-05 Brian Paulcheck for float->uint overflow in _mesa_unpack_depth_span()
2006-03-28 Brian Paulcomment about byteswapping in _mesa_unpack_depth_span()
2006-03-26 Brian Paulmerge from texman branch
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-11-09 Brian PaulBug 4996.
2005-10-01 Brian Pauladded _mesa_pack_depth_stencil_span()
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-06 Brian Paulremove DEFARRAY, CHECKARRAY stuff
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-09 Brian Pauladded a comment and assertion in _mesa_clip_drawpixels...
2004-11-09 Brian Pauladded _mesa_clip_drawpixels() and _mesa_clip_readpixels()
2004-10-31 Brian PaulUse the _mesa_scale_and_bias_rgba() function in the...
2004-10-02 Brian Paulfix a comment
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-06-11 Brian Pauldisable GL_INTENTSITY in _mesa_is_legal_format_and_type...
2004-05-12 Brian PaulGL_BGR can't be used with the packed types, according...
2004-05-12 Brian Paulsome component ordering bugs in extract_float_rgba()
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 Paulminor clean-ups
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...
2004-02-28 Brian Paulmove _swrast_texture_table_lookup() to _mesa_lookup_rgb...
2003-11-25 Brian Paulcasts for g++
2003-11-18 Brian PaulSome groundwork for supporting GLhalf datatype.
2003-07-23 Brian Paulfix a few more glitches from last big check-in
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...
2002-10-24 Brian PaulHeader file clean-up:
2002-09-21 Brian PaulGL_MESA_pack_invert
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-04-26 Brian Paulreplaced GLshort with GLushort in _mesa_sizeof_packed_t...
2002-03-19 Brian PaulUse MESA_PBUFFER_ALLOC/FREE macros to allocate all...
2002-03-13 Brian Pauladded _mesa_image_image_stride()
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-06-13 Brian Paulfixed an assertion
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-15 Brian Paul_mesa_pack_index_span() was broken for non-GLubyte...
2001-04-04 Brian PaulGL_INTENSITY case was incorrect in extract_float_rgba()
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-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-16 Brian Paulmoved depth/index/stencil span packing into image.c
2001-02-13 Brian Paulremoved bogus assertions
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-03 Brian PaulMore color macro clean-ups.
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-11-28 Brian PaulPass scale and bias values to _mesa_scale_and_bias_rgba().
2000-11-22 Jouk Jansen Committing in .
2000-11-10 Brian Paulrenamed imaging files to histogram since that's what...
2000-11-09 Brian PaulGL_BGR case was misplaced in _mesa_is_legal_format_and_...
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-05 Brian Pauldrawing color-index image to RGB window was broken
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-14 Brian Paulupdated comments
2000-09-12 Brian Paulpacking of GLushort packed types was broken
2000-08-31 Brian Paulrenamed some variables
2000-08-30 Brian Pauladded _mesa_pack_float_rgba_span()
2000-08-29 Brian Paulupdated some comments
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-06-30 Brian Paulenabled GL_POST_CONVOLUTION_COLOR_TABLE
2000-06-27 Brian Paulfixed GL_INTENSITY error checking bug
2000-06-22 Brian PaulAdded FREE(depth) in error clause before return
2000-05-19 Brian Paulfixed alignment bug in _mesa_image_row_stride()
2000-05-10 Brian Paulmore GL_EXT_convolution work
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-04-18 Brian Paulmore color table and imaging work
2000-04-17 Brian Paulwork on GL_SGI_color_table
2000-04-15 Brian Paulcleaned up whitespace
2000-04-12 Brian Paulmore work on GL_SGI_color_table, pixel transfer code...
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-03-29 Brian Pauladded missing GL_INTENSITY case in _mesa_components_in_...
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-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-13 Brian Paulfixed polygon stipple packing/unpacking
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-21 Brian Paulfixed bug in GL_UNSIGNED_INT_10_10_10_2 unpacking
2000-01-13 Brian Paulinit a few vars to silence compiler warnings
2000-01-05 Brian Paulminor clean-up in _mesa_unpack_ubyte_color_span()
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-11-03 Brian Pauladded another fast-path in _mesa_unpack_ubyte_color_spa...
1999-11-03 Brian Paulnew texture image processing
1999-10-26 Brian Paulfixed stupid error in GL_RGA case in gl_pack_rgba_span()
next