index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-4
/
+4
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-2
/
+2
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+1
*
mesa: replace _mesa_problem() with unreachable() in pack.c
Timothy Arceri
2017-05-16
1
-6
/
+4
*
mesa: remove unused clamp_float_to_uint() and clamp_half_to_uint()
Samuel Pitoiset
2017-04-13
1
-15
/
+0
*
mesa: add GL_UNSIGNED_INT_24_8 to _mesa_pack_depth_span
Tapani Pälli
2015-10-09
1
-0
/
+15
*
mesa: include bad type in error string of _mesa_pack_depth_span
Tapani Pälli
2015-10-08
1
-1
/
+2
*
mesa: remove unneeded #include of colormac.h
Mark Janes
2015-10-06
1
-1
/
+0
*
mesa: Replace F_TO_I() with _mesa_lroundevenf().
Matt Turner
2015-08-03
1
-2
/
+2
*
mesa: Avoid double promotion.
Matt Turner
2015-07-29
1
-7
/
+7
*
mesa: Indent break statements and add a missing one.
Matt Turner
2015-03-02
1
-5
/
+6
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-6
/
+6
*
mesa: Rename the CEILING() macro to DIV_ROUND_UP().
Francisco Jerez
2015-02-10
1
-1
/
+1
*
Mesa: Add support for HALF_FLOAT_OES type.
Kalyan Kondapally
2015-01-29
1
-0
/
+6
*
mesa: Move declarations to to of block.
José Fonseca
2015-01-12
1
-3
/
+3
*
mesa: Remove _mesa_rebase_rgba_uint and _mesa_rebase_rgba_float
Iago Toral Quiroga
2015-01-12
1
-126
/
+0
*
mesa: Remove _mesa_(un)pack_index_span
Iago Toral Quiroga
2015-01-12
1
-219
/
+0
*
mesa: Remove _mesa_pack_rgba_span_float and tmp_pack.h
Iago Toral Quiroga
2015-01-12
1
-403
/
+0
*
mesa: Remove _mesa_unpack_color_span_float
Iago Toral Quiroga
2015-01-12
1
-1033
/
+0
*
mesa: Remove (signed) integer pack and span functions.
Iago Toral Quiroga
2015-01-12
1
-225
/
+0
*
mesa: Remove _mesa_unpack_color_span_ubyte
Iago Toral Quiroga
2015-01-12
1
-256
/
+0
*
mesa: Remove _mesa_unpack_color_span_uint
Iago Toral Quiroga
2015-01-12
1
-646
/
+0
*
mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image()
Eduardo Lima Mitev
2015-01-12
1
-103
/
+2
*
mesa: Add helpers to extract GL_COLOR_INDEX to RGBA float/ubyte
Iago Toral Quiroga
2015-01-12
1
-0
/
+85
*
mesa: Add RGBA to Luminance conversion helpers
Iago Toral Quiroga
2015-01-12
1
-0
/
+214
*
mesa/pack: use _mesa_format_from_format_and_type in _mesa_pack_rgba_span_from_*
Samuel Iglesias Gonsalvez
2015-01-12
1
-256
/
+26
*
mesa/pack: refactor _mesa_pack_rgba_span_float()
Samuel Iglesias Gonsalvez
2015-01-12
1
-1166
/
+152
*
mesa/pack: use autogenerated format_pack functions
Samuel Iglesias Gonsalvez
2015-01-12
1
-525
/
+138
*
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
[next]