aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_unpack.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add unpack functions for A/I/L/LA [U]INT8/16/32 formats.Kenneth Graunke2013-04-231-0/+327
* mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.Kenneth Graunke2013-04-231-0/+253
* mesa: Add an unpack function for ARGB2101010_UINT.Kenneth Graunke2013-04-231-0/+15
* mesa: Fix unpack function for ETC2_SRGB8_PUNCHTHROUGH_ALPHA1.Kenneth Graunke2013-04-231-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-071-0/+297
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-061-3/+3
* unpack: support unpacking MESA_FORMAT_ARGB2101010Jordan Justen2013-01-121-0/+18
* mesa: Make nonlinear_to_linear() function available outside fileAnuj Phogat2012-12-071-13/+13
* mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat2012-12-071-1/+74
* mesa: silence MSVC double/float assignment warnings in pixel unpack codeBrian Paul2012-10-291-4/+4
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa unpack: call _mesa_problem when unpack function is not availableJordan Justen2012-08-141-0/+5
* mesa formats: add MESA_FORMAT_ABGR2101010_UINTJordan Justen2012-07-211-0/+34
* mesa formats: unpack ARGB8888/XRGB8888Jordan Justen2012-07-211-0/+34
* mesa: fix Z32_FLOAT -> uint conversion functionsBrian Paul2012-05-191-2/+2
* mesa: use z32f_x24s8 struct in format pack/unpack codeBrian Paul2012-02-151-9/+11
* mesa: Add unpack_uint_z_row support for floating-point depth buffersIan Romanick2012-02-021-0/+32
* mesa/format_unpack: add LUMINANCE 8/16 UINT/INTDave Airlie2012-01-301-0/+58
* mesa: Add missing format unpack for some integer texture formats.Eric Anholt2012-01-271-0/+321
* mesa: fix > vs. >> typo in EXPAND_3_8() macroBrian Paul2012-01-101-1/+1
* mesa: add _mesa_unpack_ubyte_rgba_row() functionBrian Paul2012-01-091-0/+499
* mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()Brian Paul2012-01-091-2/+2
* format_unpack: add 8/16 rgba/rgb types.Dave Airlie2011-12-221-0/+134
* mesa: add a few comments for the z unpacking functionsBrian Paul2011-12-161-0/+8
* mesa: fix possible precision issues in pack/unpack/fetch functionsMarek Olšák2011-12-121-4/+4
* mesa: add casts to fix unpack_SIGNED_GR1616()Brian Paul2011-12-021-2/+2
* mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88Brian Paul2011-12-021-2/+2
* mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul2011-12-021-2/+2
* mesa: fix unpacking of RG88_REV texelsBrian Paul2011-12-021-2/+2
* mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-0/+8
* mesa: fix unpack_ARGB1555_REV()Brian Paul2011-12-011-4/+5
* mesa: access pixels as GLushort in unpack_SL8()Brian Paul2011-11-301-3/+3
* mesa: fix indexing error in unpack_Z32_FLOAT_X24S8()Brian Paul2011-11-281-1/+1
* mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie2011-11-281-0/+17
* mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REVChia-I Wu2011-11-271-0/+28
* mesa: fix incorrect error message in format_unpack.cBrian Paul2011-11-231-1/+2
* mesa: re-implement unpacking of DEPTH_COMPONENT32FMarek Olšák2011-11-231-0/+9
* mesa: Fix unpack for MESA_FORMAT_INTENSITY_FLOAT16.Eric Anholt2011-11-221-1/+1
* mesa: Fix a couple of missed conversion to arrays in format_unpack.Eric Anholt2011-11-151-11/+11
* mesa: convert unpack functions to operate on an array of valuesBrian Paul2011-11-151-630/+900
* mesa: Add support for unpacking 32-bit integer formats to int spans.Eric Anholt2011-11-091-0/+120
* swrast: Make the packed depth/stencil read fastpath use MapRenderbuffer.Eric Anholt2011-11-031-0/+35
* swrast: Directly map the stencil buffer in read_stencil_pixels.Eric Anholt2011-11-031-0/+58
* mesa: Make unpack_uint_z_row return 32 bits of data.Eric Anholt2011-11-011-25/+10
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: implement unpack_SIGNED_GR1616 in format_unpack.cBrian Paul2011-09-171-1/+5
* mesa: s/short/ushort/ in unpack_SIGNED_RGBA_16()Brian Paul2011-09-171-1/+1
* mesa: add new pixel format unpacking codeBrian Paul2011-09-081-0/+1494