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
*
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
*
util: Add util_format_srgb().
José Fonseca
2010-08-10
1
-0
/
+38
*
util: Add a fetch_rgba_8unorm.
José Fonseca
2010-07-02
1
-0
/
+10
*
util: Expose util_format_fits_8unorm().
José Fonseca
2010-07-02
1
-0
/
+3
*
gallium/util: added is_format_compressed()
Brian Paul
2010-05-04
1
-0
/
+20
*
util: add util_format_short_name
Marek Olšák
2010-05-03
1
-0
/
+13
*
util: add util_format_is_plain
Marek Olšák
2010-05-03
1
-0
/
+15
*
util: Format error format string as the rest of the pipe formats
Jakob Bornecrantz
2010-04-29
1
-1
/
+1
*
gallium/util: document that pack/unpack strides are in bytes
Brian Paul
2010-04-23
1
-0
/
+10
*
util: Get all depth stencil tests passing.
José Fonseca
2010-04-09
1
-3
/
+3
*
util: Add dedicated depth-stencil packing/unpacking functions.
José Fonseca
2010-04-09
1
-15
/
+86
*
util: (Almost) universal format translation function.
José Fonseca
2010-04-08
1
-0
/
+13
*
util: Revert unsolicited, untested, unreviewed, and broken changes to format ...
José Fonseca
2010-04-03
1
-22
/
+0
*
gallium/util: revert util_format_init addition
Luca Barbieri
2010-04-02
1
-2
/
+0
*
gallium/util: add util_format_is_supported to check for pack/unpack
Luca Barbieri
2010-04-02
1
-1
/
+22
*
gallium/util: add util_format_init that inits s3tc and util_half
Luca Barbieri
2010-04-02
1
-0
/
+3
*
util: Make the accessors bidimensional again.
José Fonseca
2010-03-31
1
-9
/
+19
*
util: Describe PIPE_FORMAT_NONE as PIPE_FORMAT_R8_USCALED.
José Fonseca
2010-03-31
1
-14
/
+14
*
util: Add callback to fetch a single pixel.
José Fonseca
2010-03-31
1
-2
/
+15
*
util: Put the format pack/unpack functions in the description table.
José Fonseca
2010-03-31
1
-0
/
+17
*
util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant.
José Fonseca
2010-03-31
1
-0
/
+28
*
util: Distinguish between the different compression formats.
José Fonseca
2010-03-29
1
-6
/
+14
*
util: simplify util_format_get_nr_components helper
Roland Scheidegger
2010-03-09
1
-8
/
+1
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
1
-0
/
+17
|
\
|
*
util: new util_format_get_nr_components helper
Roland Scheidegger
2010-02-17
1
-0
/
+17
*
|
util: Add a new flag, for formats that can be described as a bitmask.
José Fonseca
2010-03-06
1
-0
/
+9
*
|
util: Add the shortened format name to the description.
José Fonseca
2010-03-06
1
-0
/
+6
*
|
util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx.
José Fonseca
2010-02-24
1
-65
/
+49
*
|
util: Kill unused UTIL_FORMAT_LAYOUT_SCALAR.
José Fonseca
2010-02-24
1
-6
/
+0
*
|
util: Store more derived data in the the format description.
José Fonseca
2010-02-24
1
-0
/
+18
|
/
*
util: Add pf_name() replacement: util_format_name().
José Fonseca
2010-02-14
1
-0
/
+13
*
util: Add missing includes.
José Fonseca
2010-02-01
1
-0
/
+1
*
gallium/util: quieten compiler
Keith Whitwell
2009-12-24
1
-1
/
+1
*
util: util_format_get_blocksizebits() returns bits per block.
Christoph Bumiller
2009-12-20
1
-3
/
+3
*
util: Add util_format_has_alpha(), enclose in extern C.
Michal Krol
2009-12-18
1
-0
/
+49
[next]