summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pack.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add GL_UNSIGNED_INT_24_8 to _mesa_pack_depth_spanTapani Pälli2015-10-091-0/+15
* mesa: include bad type in error string of _mesa_pack_depth_spanTapani Pälli2015-10-081-1/+2
* mesa: remove unneeded #include of colormac.hMark Janes2015-10-061-1/+0
* mesa: Replace F_TO_I() with _mesa_lroundevenf().Matt Turner2015-08-031-2/+2
* mesa: Avoid double promotion.Matt Turner2015-07-291-7/+7
* mesa: Indent break statements and add a missing one.Matt Turner2015-03-021-5/+6
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-6/+6
* mesa: Rename the CEILING() macro to DIV_ROUND_UP().Francisco Jerez2015-02-101-1/+1
* Mesa: Add support for HALF_FLOAT_OES type.Kalyan Kondapally2015-01-291-0/+6
* mesa: Move declarations to to of block.José Fonseca2015-01-121-3/+3
* mesa: Remove _mesa_rebase_rgba_uint and _mesa_rebase_rgba_floatIago Toral Quiroga2015-01-121-126/+0
* mesa: Remove _mesa_(un)pack_index_spanIago Toral Quiroga2015-01-121-219/+0
* mesa: Remove _mesa_pack_rgba_span_float and tmp_pack.hIago Toral Quiroga2015-01-121-403/+0
* mesa: Remove _mesa_unpack_color_span_floatIago Toral Quiroga2015-01-121-1033/+0
* mesa: Remove (signed) integer pack and span functions.Iago Toral Quiroga2015-01-121-225/+0
* mesa: Remove _mesa_unpack_color_span_ubyteIago Toral Quiroga2015-01-121-256/+0
* mesa: Remove _mesa_unpack_color_span_uintIago Toral Quiroga2015-01-121-646/+0
* mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image()Eduardo Lima Mitev2015-01-121-103/+2
* mesa: Add helpers to extract GL_COLOR_INDEX to RGBA float/ubyteIago Toral Quiroga2015-01-121-0/+85
* mesa: Add RGBA to Luminance conversion helpersIago Toral Quiroga2015-01-121-0/+214
* mesa/pack: use _mesa_format_from_format_and_type in _mesa_pack_rgba_span_from_*Samuel Iglesias Gonsalvez2015-01-121-256/+26
* mesa/pack: refactor _mesa_pack_rgba_span_float()Samuel Iglesias Gonsalvez2015-01-121-1166/+152
* mesa/pack: use autogenerated format_pack functionsSamuel Iglesias Gonsalvez2015-01-121-525/+138
* mesa: Fix regression introduced by commit "mesa: fix packing of float texels ...Pavel Popov2014-07-181-8/+8
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-137/+0
* mesa: fix packing of float texels to GL_SHORT/GL_BYTEChris Forbes2014-04-101-58/+58
* mesa: fix GetTexImage if mesa format and internal format don't matchMarek Olšák2013-02-111-0/+26
* ReadPixels: Force ALPHA to 1 while rebasing RGBA values for GL_RGB formatCarl Worth2013-01-231-0/+10
* pack: handle GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV caseJordan Justen2013-01-141-2/+10
* mesa: Use MIN instead of CLAMP for unsigned source dataIan Romanick2012-10-241-108/+108
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-17/+17
* mesa: add cast to silence warning in _mesa_pack_rgba_span_from_ints()Brian Paul2012-08-161-1/+1
* mesa pack: handle packed integer formats with clampingJordan Justen2012-08-141-10/+619
* mesa pack: handle uint and int clamping properlyJordan Justen2012-08-141-7/+99
* mesa: Use GLdouble for depthMax in final unpack conversions.Kenneth Graunke2012-08-131-1/+1
* mesa pack: use _mesa_problem instead of assertJordan Justen2012-07-211-7/+10
* mesa: add glformats integer type/format detection routinesJordan Justen2012-07-211-4/+5
* mesa: disable MSVC global optimization in pack.cJosé Fonseca2012-07-201-0/+13
* mesa: use F_TO_I() instead of IROUND()Brian Paul2012-05-191-110/+110
* mesa: add _mesa_rebase_rgba_float/uint() functionsBrian Paul2012-03-081-0/+91
* mesa: Fix copy-and-paste error in _mesa_pack_rgba_span_floatIan Romanick2012-02-021-3/+2
* mesa: remove redundant byte swap checkBrian Paul2012-01-271-6/+2
* mesa: When unpacking signed integer pixel data, don't clamp to 0.Eric Anholt2012-01-271-33/+12
* mesa: Add clamping for packing of integer data.Eric Anholt2012-01-271-4/+4
* mesa: Add the remaining from/to types for GL_EXT_texture_integer (and R/RG).Eric Anholt2012-01-241-51/+61
* mesa: Add missing GL_RG_INTEGER casesIan Romanick2012-01-041-0/+39
* mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.Dave Airlie2011-12-101-0/+4
* mesa: remove unreachable code in _mesa_unpack_color_span_ubyte()Brian Paul2011-12-021-64/+0
* image/pack: fix missing GL_BGR(A)_INTEGER support.Dave Airlie2011-11-281-0/+2
* pack: fix indentation (trivial)Dave Airlie2011-11-271-1/+1