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
/
format_unpack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-6
/
+6
*
mesa: Add warning to _REV pack/unpack functions with incorrect behavior
Mark Mueller
2014-01-31
1
-0
/
+12
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
1
-32
/
+32
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
1
-19
/
+19
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
1
-59
/
+59
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-69
/
+69
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-46
/
+46
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-18
/
+18
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-9
/
+9
*
mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
Francisco Jerez
2014-01-15
1
-0
/
+29
*
mesa: Add MESA_FORMAT_ABGR2101010.
Francisco Jerez
2014-01-15
1
-0
/
+32
*
mesa: Add unpack functions for A/I/L/LA [U]INT8/16/32 formats.
Kenneth Graunke
2013-04-23
1
-0
/
+327
*
mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.
Kenneth Graunke
2013-04-23
1
-0
/
+253
*
mesa: Add an unpack function for ARGB2101010_UINT.
Kenneth Graunke
2013-04-23
1
-0
/
+15
*
mesa: Fix unpack function for ETC2_SRGB8_PUNCHTHROUGH_ALPHA1.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
1
-0
/
+297
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
1
-3
/
+3
*
unpack: support unpacking MESA_FORMAT_ARGB2101010
Jordan Justen
2013-01-12
1
-0
/
+18
*
mesa: Make nonlinear_to_linear() function available outside file
Anuj Phogat
2012-12-07
1
-13
/
+13
*
mesa: Add new MESA_FORMATs for ETC2 compressed textures
Anuj Phogat
2012-12-07
1
-1
/
+74
*
mesa: silence MSVC double/float assignment warnings in pixel unpack code
Brian Paul
2012-10-29
1
-4
/
+4
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
*
mesa unpack: call _mesa_problem when unpack function is not available
Jordan Justen
2012-08-14
1
-0
/
+5
*
mesa formats: add MESA_FORMAT_ABGR2101010_UINT
Jordan Justen
2012-07-21
1
-0
/
+34
*
mesa formats: unpack ARGB8888/XRGB8888
Jordan Justen
2012-07-21
1
-0
/
+34
*
mesa: fix Z32_FLOAT -> uint conversion functions
Brian Paul
2012-05-19
1
-2
/
+2
*
mesa: use z32f_x24s8 struct in format pack/unpack code
Brian Paul
2012-02-15
1
-9
/
+11
*
mesa: Add unpack_uint_z_row support for floating-point depth buffers
Ian Romanick
2012-02-02
1
-0
/
+32
*
mesa/format_unpack: add LUMINANCE 8/16 UINT/INT
Dave Airlie
2012-01-30
1
-0
/
+58
*
mesa: Add missing format unpack for some integer texture formats.
Eric Anholt
2012-01-27
1
-0
/
+321
*
mesa: fix > vs. >> typo in EXPAND_3_8() macro
Brian Paul
2012-01-10
1
-1
/
+1
*
mesa: add _mesa_unpack_ubyte_rgba_row() function
Brian Paul
2012-01-09
1
-0
/
+499
*
mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()
Brian Paul
2012-01-09
1
-2
/
+2
*
format_unpack: add 8/16 rgba/rgb types.
Dave Airlie
2011-12-22
1
-0
/
+134
*
mesa: add a few comments for the z unpacking functions
Brian Paul
2011-12-16
1
-0
/
+8
*
mesa: fix possible precision issues in pack/unpack/fetch functions
Marek Olšák
2011-12-12
1
-4
/
+4
*
mesa: add casts to fix unpack_SIGNED_GR1616()
Brian Paul
2011-12-02
1
-2
/
+2
*
mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
Brian Paul
2011-12-02
1
-2
/
+2
*
mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
Brian Paul
2011-12-02
1
-2
/
+2
*
mesa: fix unpacking of RG88_REV texels
Brian Paul
2011-12-02
1
-2
/
+2
*
mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
1
-0
/
+8
*
mesa: fix unpack_ARGB1555_REV()
Brian Paul
2011-12-01
1
-4
/
+5
*
mesa: access pixels as GLushort in unpack_SL8()
Brian Paul
2011-11-30
1
-3
/
+3
*
mesa: fix indexing error in unpack_Z32_FLOAT_X24S8()
Brian Paul
2011-11-28
1
-1
/
+1
*
mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.
Dave Airlie
2011-11-28
1
-0
/
+17
*
mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
Chia-I Wu
2011-11-27
1
-0
/
+28
*
mesa: fix incorrect error message in format_unpack.c
Brian Paul
2011-11-23
1
-1
/
+2
*
mesa: re-implement unpacking of DEPTH_COMPONENT32F
Marek Olšák
2011-11-23
1
-0
/
+9
[next]