summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: new BYTE/SHORT_TO_FLOATZ() macrosBrian Paul2011-11-151-26/+10
* mesa: move CEILING() macro into macros.hBrian Paul2011-11-151-4/+1
* mesa: replace GLstencil with GLubyteBrian Paul2011-11-151-16/+7
* mesa: Fix memory leak in out-of-memory path.Vinson Lee2011-11-011-0/+1
* mesa: Fix memory leak in out-of-memory path.Vinson Lee2011-10-241-0/+1
* mesa: add packing for int/uintDave Airlie2011-10-081-0/+63
* mesa: s/INLINE/inline/Brian Paul2011-10-011-5/+5
* mesa: convert _mesa_unpack_color_span_chan() to ubyteBrian Paul2011-09-201-50/+48
* mesa/pack: don't apply transfer operations to integer format buffers. (v3)Dave Airlie2011-09-131-0/+23
* mesa: Remove support for unpacking from client memory to color-index pixelsIan Romanick2011-09-061-40/+12
* mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV comboMarek Olšák2011-07-111-5/+16
* mesa: implement depth unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REVMarek Olšák2011-07-101-2/+25
* mesa: implement stencil unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REVMarek Olšák2011-07-101-3/+32
* mesa: don't allocate memory in _mesa_unpack_depth_span if we don't need itMarek Olšák2011-06-241-7/+7
* mesa: fix a memory leak in _mesa_unpack_depth_spanMarek Olšák2011-06-241-0/+1
* mesa: remove unused-but-set variable in extract_uint_rgbaMarek Olšák2011-05-011-3/+0
* mesa: implement EXT_packed_floatMarek Olšák2011-04-291-5/+76
* mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák2011-04-291-1/+1
* mesa: implement EXT_texture_shared_exponentMarek Olšák2011-04-291-5/+77
* main: remove duplicated includesNicolas Kaiser2011-04-251-1/+0
* mesa: Fix _mesa_unpack_dudv_span_byte assertion.Eric Anholt2011-04-171-1/+2
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-11/+0
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1