fix some format conversion bugs in glGetTexImage(), bug 10288
[mesa.git] / src / mesa / main / image.c
2007-03-16 BrianColortable re-org.
2007-03-15 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-15 Brianimplement byteswapping for all multi-byte types in...
2007-03-14 BrianRe-org of gl_pixel_attrib struct.
2007-03-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-13 Xiang, Haihaomesa: _mesa_unpack_image
2007-03-12 Brianclean-up, simplify _mesa_image_row_stride()
2007-03-12 Briantake GL_UNPACK_ALIGNMENT into account in _mesa_image_ro...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianNew IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rg...
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-02-01 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-31 Xiang, Haihao_mesa_pack_rgba_span_float: fix for packing data into...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-16 Brian Paulfix glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) bug 9044
2006-10-13 Brian Paulremove needless condition
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
next