aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: add and use generic function for querying patented format support (v2)Marek Olšák2011-04-151-0/+10
* gallium/util: added util_format_linear()Brian Paul2011-01-221-1/+41
* util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca2010-09-051-0/+9
* util: Utility function to determine the channels that can be written in a col...José Fonseca2010-09-051-0/+33
* util: Add util_format_srgb().José Fonseca2010-08-101-0/+38
* util: Add a fetch_rgba_8unorm.José Fonseca2010-07-021-0/+10
* util: Expose util_format_fits_8unorm().José Fonseca2010-07-021-0/+3
* gallium/util: added is_format_compressed()Brian Paul2010-05-041-0/+20
* util: add util_format_short_nameMarek Olšák2010-05-031-0/+13
* util: add util_format_is_plainMarek Olšák2010-05-031-0/+15
* util: Format error format string as the rest of the pipe formatsJakob Bornecrantz2010-04-291-1/+1
* gallium/util: document that pack/unpack strides are in bytesBrian Paul2010-04-231-0/+10
* util: Get all depth stencil tests passing.José Fonseca2010-04-091-3/+3
* util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca2010-04-091-15/+86
* util: (Almost) universal format translation function.José Fonseca2010-04-081-0/+13
* util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca2010-04-031-22/+0
* gallium/util: revert util_format_init additionLuca Barbieri2010-04-021-2/+0
* gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri2010-04-021-1/+22
* gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri2010-04-021-0/+3
* util: Make the accessors bidimensional again.José Fonseca2010-03-311-9/+19
* util: Describe PIPE_FORMAT_NONE as PIPE_FORMAT_R8_USCALED.José Fonseca2010-03-311-14/+14
* util: Add callback to fetch a single pixel.José Fonseca2010-03-311-2/+15
* util: Put the format pack/unpack functions in the description table.José Fonseca2010-03-311-0/+17
* util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant.José Fonseca2010-03-311-0/+28
* util: Distinguish between the different compression formats.José Fonseca2010-03-291-6/+14
* util: simplify util_format_get_nr_components helperRoland Scheidegger2010-03-091-8/+1
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-0/+17
|\
| * util: new util_format_get_nr_components helperRoland Scheidegger2010-02-171-0/+17
* | util: Add a new flag, for formats that can be described as a bitmask.José Fonseca2010-03-061-0/+9
* | util: Add the shortened format name to the description.José Fonseca2010-03-061-0/+6
* | util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx.José Fonseca2010-02-241-65/+49
* | util: Kill unused UTIL_FORMAT_LAYOUT_SCALAR.José Fonseca2010-02-241-6/+0
* | util: Store more derived data in the the format description.José Fonseca2010-02-241-0/+18
|/
* util: Add pf_name() replacement: util_format_name().José Fonseca2010-02-141-0/+13
* util: Add missing includes.José Fonseca2010-02-011-0/+1
* gallium/util: quieten compilerKeith Whitwell2009-12-241-1/+1
* util: util_format_get_blocksizebits() returns bits per block.Christoph Bumiller2009-12-201-3/+3
* util: Add util_format_has_alpha(), enclose in extern C.Michal Krol2009-12-181-0/+49
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-3/+80
* util: Remove util_format_get_block().Michal Krol2009-12-171-23/+0
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-0/+36
|\
| * util: Document the meaning of util_format_layout.José Fonseca2009-12-091-0/+36
| * gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-1/+1
* | util/format: Fix bogus assertion.Michal Krol2009-12-171-1/+1
* | Revert "Simplify the redundant meaning of format layout."Michal Krol2009-12-091-2/+5
* | Simplify the redundant meaning of format layout.Michal Krol2009-12-081-5/+2
* | util/format: Remove unreferenced local.Michal Krol2009-12-081-1/+0
* | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-0/+44
* | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-0/+29
* | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+25