index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
pack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fix regression introduced by commit "mesa: fix packing of float texels ...
Pavel Popov
2014-07-18
1
-8
/
+8
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-137
/
+0
*
mesa: fix packing of float texels to GL_SHORT/GL_BYTE
Chris Forbes
2014-04-10
1
-58
/
+58
*
mesa: fix GetTexImage if mesa format and internal format don't match
Marek Olšák
2013-02-11
1
-0
/
+26
*
ReadPixels: Force ALPHA to 1 while rebasing RGBA values for GL_RGB format
Carl Worth
2013-01-23
1
-0
/
+10
*
pack: handle GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV case
Jordan Justen
2013-01-14
1
-2
/
+10
*
mesa: Use MIN instead of CLAMP for unsigned source data
Ian Romanick
2012-10-24
1
-108
/
+108
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-17
/
+17
*
mesa: add cast to silence warning in _mesa_pack_rgba_span_from_ints()
Brian Paul
2012-08-16
1
-1
/
+1
*
mesa pack: handle packed integer formats with clamping
Jordan Justen
2012-08-14
1
-10
/
+619
*
mesa pack: handle uint and int clamping properly
Jordan Justen
2012-08-14
1
-7
/
+99
*
mesa: Use GLdouble for depthMax in final unpack conversions.
Kenneth Graunke
2012-08-13
1
-1
/
+1
*
mesa pack: use _mesa_problem instead of assert
Jordan Justen
2012-07-21
1
-7
/
+10
*
mesa: add glformats integer type/format detection routines
Jordan Justen
2012-07-21
1
-4
/
+5
*
mesa: disable MSVC global optimization in pack.c
José Fonseca
2012-07-20
1
-0
/
+13
*
mesa: use F_TO_I() instead of IROUND()
Brian Paul
2012-05-19
1
-110
/
+110
*
mesa: add _mesa_rebase_rgba_float/uint() functions
Brian Paul
2012-03-08
1
-0
/
+91
*
mesa: Fix copy-and-paste error in _mesa_pack_rgba_span_float
Ian Romanick
2012-02-02
1
-3
/
+2
*
mesa: remove redundant byte swap check
Brian Paul
2012-01-27
1
-6
/
+2
*
mesa: When unpacking signed integer pixel data, don't clamp to 0.
Eric Anholt
2012-01-27
1
-33
/
+12
*
mesa: Add clamping for packing of integer data.
Eric Anholt
2012-01-27
1
-4
/
+4
*
mesa: Add the remaining from/to types for GL_EXT_texture_integer (and R/RG).
Eric Anholt
2012-01-24
1
-51
/
+61
*
mesa: Add missing GL_RG_INTEGER cases
Ian Romanick
2012-01-04
1
-0
/
+39
*
mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.
Dave Airlie
2011-12-10
1
-0
/
+4
*
mesa: remove unreachable code in _mesa_unpack_color_span_ubyte()
Brian Paul
2011-12-02
1
-64
/
+0
*
image/pack: fix missing GL_BGR(A)_INTEGER support.
Dave Airlie
2011-11-28
1
-0
/
+2
*
pack: fix indentation (trivial)
Dave Airlie
2011-11-27
1
-1
/
+1
*
mesa: new BYTE/SHORT_TO_FLOATZ() macros
Brian Paul
2011-11-15
1
-26
/
+10
*
mesa: move CEILING() macro into macros.h
Brian Paul
2011-11-15
1
-4
/
+1
*
mesa: replace GLstencil with GLubyte
Brian Paul
2011-11-15
1
-16
/
+7
*
mesa: Fix memory leak in out-of-memory path.
Vinson Lee
2011-11-01
1
-0
/
+1
*
mesa: Fix memory leak in out-of-memory path.
Vinson Lee
2011-10-24
1
-0
/
+1
*
mesa: add packing for int/uint
Dave Airlie
2011-10-08
1
-0
/
+63
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-5
/
+5
*
mesa: convert _mesa_unpack_color_span_chan() to ubyte
Brian Paul
2011-09-20
1
-50
/
+48
*
mesa/pack: don't apply transfer operations to integer format buffers. (v3)
Dave Airlie
2011-09-13
1
-0
/
+23
*
mesa: Remove support for unpacking from client memory to color-index pixels
Ian Romanick
2011-09-06
1
-40
/
+12
*
mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV combo
Marek Olšák
2011-07-11
1
-5
/
+16
*
mesa: implement depth unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-2
/
+25
*
mesa: implement stencil unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-3
/
+32
*
mesa: don't allocate memory in _mesa_unpack_depth_span if we don't need it
Marek Olšák
2011-06-24
1
-7
/
+7
*
mesa: fix a memory leak in _mesa_unpack_depth_span
Marek Olšák
2011-06-24
1
-0
/
+1
*
mesa: remove unused-but-set variable in extract_uint_rgba
Marek Olšák
2011-05-01
1
-3
/
+0
*
mesa: implement EXT_packed_float
Marek Olšák
2011-04-29
1
-5
/
+76
*
mesa, util: move RGB9E5 conversion functions to gallium/util
Marek Olšák
2011-04-29
1
-1
/
+1
*
mesa: implement EXT_texture_shared_exponent
Marek Olšák
2011-04-29
1
-5
/
+77
*
main: remove duplicated includes
Nicolas Kaiser
2011-04-25
1
-1
/
+0
*
mesa: Fix _mesa_unpack_dudv_span_byte assertion.
Eric Anholt
2011-04-17
1
-1
/
+2
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-11
/
+0
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
[next]