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: 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
*
mesa: Fix unpack for MESA_FORMAT_INTENSITY_FLOAT16.
Eric Anholt
2011-11-22
1
-1
/
+1
*
mesa: Fix a couple of missed conversion to arrays in format_unpack.
Eric Anholt
2011-11-15
1
-11
/
+11
*
mesa: convert unpack functions to operate on an array of values
Brian Paul
2011-11-15
1
-630
/
+900
*
mesa: Add support for unpacking 32-bit integer formats to int spans.
Eric Anholt
2011-11-09
1
-0
/
+120
*
swrast: Make the packed depth/stencil read fastpath use MapRenderbuffer.
Eric Anholt
2011-11-03
1
-0
/
+35
*
swrast: Directly map the stencil buffer in read_stencil_pixels.
Eric Anholt
2011-11-03
1
-0
/
+58
*
mesa: Make unpack_uint_z_row return 32 bits of data.
Eric Anholt
2011-11-01
1
-25
/
+10
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-1
/
+1
*
mesa: implement unpack_SIGNED_GR1616 in format_unpack.c
Brian Paul
2011-09-17
1
-1
/
+5
*
mesa: s/short/ushort/ in unpack_SIGNED_RGBA_16()
Brian Paul
2011-09-17
1
-1
/
+1
*
mesa: add new pixel format unpacking code
Brian Paul
2011-09-08
1
-0
/
+1494