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
/
gallium
/
auxiliary
/
util
/
u_format.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
2018-06-29
1
-7
/
+0
*
gallium/util: implement util_format_is_yuv
Lucas Stach
2018-04-08
1
-0
/
+12
*
gallium/util: Implement util_format_is_etc
Wladimir J. van der Laan
2017-07-21
1
-0
/
+13
*
gallium/util: Implement util_format_translate_3d
Axel Davy
2016-05-18
1
-0
/
+13
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-21
/
+9
*
gallium: add ASTC formats
Ilia Mirkin
2015-11-23
1
-1
/
+64
*
util/format: add helper util_format_is_snorm8
Marek Olšák
2015-10-24
1
-0
/
+3
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-32
/
+32
*
util/u_format: add _is_alpha()
Rob Clark
2014-09-12
1
-0
/
+2
*
gallium: add basic support for BPTC formats
Ilia Mirkin
2014-08-12
1
-1
/
+11
*
util/u_format: move utility function from r600g
Grigori Goronzy
2014-06-18
1
-0
/
+3
*
gallium: add b5g6r5 srgb format
Roland Scheidegger
2014-03-21
1
-0
/
+4
*
gallium: rename R4A4 and A4R4 formats to match their swizzle
Marek Olšák
2014-03-07
1
-2
/
+1
*
util/u_format: don't crash in util_format_translate if we can't do translation
Roland Scheidegger
2014-02-27
1
-1
/
+1
*
gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formats
Marek Olšák
2014-01-23
1
-0
/
+3
*
draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_float
Matthew McClure
2013-11-07
1
-1
/
+17
*
util/u_format: take normalized flag in consideration in util_format_is_rgba8_...
José Fonseca
2013-11-05
1
-0
/
+3
*
util,llvmpipe: correctly set the minimum representable depth value
Matthew McClure
2013-10-29
1
-0
/
+11
*
util/u_format: Assert that format block size is at least 1 byte.
Vinson Lee
2013-09-30
1
-1
/
+6
*
gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}int
Emil Velikov
2013-07-17
1
-4
/
+4
*
st/mesa: handle SNORM formats in generic CopyPixels path
Marek Olšák
2013-06-30
1
-0
/
+3
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
1
-1
/
+24
*
gallium/u_format: add a new helper for initializing pipe_blit_info::mask
Marek Olšák
2013-06-13
1
-0
/
+28
*
st/mesa: optionally apply texture swizzle to border color v2
Christoph Bumiller
2013-04-18
1
-0
/
+12
*
util: add ETC as compressed format
Wladimir
2013-04-05
1
-0
/
+1
*
gallium: add red-alpha texture formats and a couple of util functions
Marek Olšák
2013-02-13
1
-0
/
+117
*
gallium: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
1
-0
/
+8
*
gallium/util: remove duplicated function util_format_is_rgb_no_alpha
Marek Olšák
2013-02-06
1
-25
/
+1
*
util/u_format: Kill util_format_is_array().
José Fonseca
2012-11-29
1
-10
/
+0
*
util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...
José Fonseca
2012-11-29
1
-1
/
+1
*
util: Updated util_format_is_array to be more accurate.
James Benton
2012-11-28
1
-1
/
+4
*
gallium: add util_format_stencil_only helper function
Marek Olšák
2012-07-12
1
-0
/
+29
*
util: Added util_format_is_array.
James Benton
2012-06-29
1
-0
/
+7
*
llvmpipe: Added support for color masks in AoS blending.
James Benton
2012-05-02
1
-0
/
+13
*
u_format: fix a comment about subsampled formats
Christian König
2012-03-09
1
-1
/
+1
*
util: better comment for util_is_format_compatible()
Brian Paul
2012-02-29
1
-2
/
+3
*
u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats
Marek Olšák
2012-01-05
1
-1
/
+21
*
gallium: add PIPE_FORMAT_ETC1_RGB8
Chia-I Wu
2011-12-02
1
-1
/
+6
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-8
/
+8
*
gallium: add initial pure integer support (v2)
Dave Airlie
2011-10-08
1
-1
/
+65
*
u_format: add inline helper to find first non void channel
Dave Airlie
2011-10-08
1
-0
/
+20
*
gallium/util: add util_format_is_srgb() helper
Brian Paul
2011-09-22
1
-0
/
+7
*
util: Allow to make the depth/stencil format queries without repeatedly looki...
José Fonseca
2011-09-22
1
-9
/
+20
*
util: add util_format_is_luminance/intensity/rgb(), etc
Brian Paul
2011-09-15
1
-1
/
+18
*
gallium: minor comments for util_format_channel_description fields
Brian Paul
2011-09-13
1
-2
/
+2
*
gallium/util: add functions for manipulating swizzles
Marek Olšák
2011-08-02
1
-0
/
+19
*
gallium: add and use generic function for querying patented format support (v2)
Marek Olšák
2011-04-15
1
-0
/
+10
*
gallium/util: added util_format_linear()
Brian Paul
2011-01-22
1
-1
/
+41
*
util: Helper function to determined whether two formats can be memcpy'ed.
José Fonseca
2010-09-05
1
-0
/
+9
*
util: Utility function to determine the channels that can be written in a col...
José Fonseca
2010-09-05
1
-0
/
+33
[next]