Don't cast the return value of malloc/realloc
[mesa.git] / src / mesa / main / format_unpack.c
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-08-15 Jordan Justenmesa unpack: call _mesa_problem when unpack function...
2012-07-21 Jordan Justenmesa formats: add MESA_FORMAT_ABGR2101010_UINT
2012-07-21 Jordan Justenmesa formats: unpack ARGB8888/XRGB8888
2012-05-19 Brian Paulmesa: fix Z32_FLOAT -> uint conversion functions
2012-02-15 Brian Paulmesa: use z32f_x24s8 struct in format pack/unpack code
2012-02-02 Ian Romanickmesa: Add unpack_uint_z_row support for floating-point...
2012-01-30 Dave Airliemesa/format_unpack: add LUMINANCE 8/16 UINT/INT
2012-01-27 Eric Anholtmesa: Add missing format unpack for some integer textur...
2012-01-10 Brian Paulmesa: fix > vs. >> typo in EXPAND_3_8() macro
2012-01-09 Brian Paulmesa: add _mesa_unpack_ubyte_rgba_row() function
2012-01-09 Brian Paulmesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpac...
2011-12-22 Dave Airlieformat_unpack: add 8/16 rgba/rgb types.
2011-12-16 Brian Paulmesa: add a few comments for the z unpacking functions
2011-12-12 Marek Olšákmesa: fix possible precision issues in pack/unpack...
2011-12-02 Brian Paulmesa: add casts to fix unpack_SIGNED_GR1616()
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
2011-12-02 Brian Paulmesa: fix unpacking of RG88_REV texels
2011-12-02 Chia-I Wumesa: add support for GL_OES_compressed_ETC1_RGB8_texture
2011-12-01 Brian Paulmesa: fix unpack_ARGB1555_REV()
2011-11-30 Brian Paulmesa: access pixels as GLushort in unpack_SL8()
2011-11-28 Brian Paulmesa: fix indexing error in unpack_Z32_FLOAT_X24S8()
2011-11-28 Dave Airliemesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT...
2011-11-27 Chia-I Wumesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
2011-11-23 Brian Paulmesa: fix incorrect error message in format_unpack.c
2011-11-22 Marek Olšákmesa: re-implement unpacking of DEPTH_COMPONENT32F
2011-11-22 Eric Anholtmesa: Fix unpack for MESA_FORMAT_INTENSITY_FLOAT16.
2011-11-16 Eric Anholtmesa: Fix a couple of missed conversion to arrays in...
2011-11-15 Brian Paulmesa: convert unpack functions to operate on an array...
2011-11-09 Eric Anholtmesa: Add support for unpacking 32-bit integer formats...
2011-11-04 Eric Anholtswrast: Make the packed depth/stencil read fastpath...
2011-11-04 Eric Anholtswrast: Directly map the stencil buffer in read_stencil...
2011-11-01 Eric Anholtmesa: Make unpack_uint_z_row return 32 bits of data.
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-09-17 Brian Paulmesa: implement unpack_SIGNED_GR1616 in format_unpack.c
2011-09-17 Brian Paulmesa: s/short/ushort/ in unpack_SIGNED_RGBA_16()
2011-09-09 Brian Paulmesa: add new pixel format unpacking code