summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format.h
AgeCommit message (Expand)Author
2011-01-22gallium/util: added util_format_linear()Brian Paul
2010-09-05util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca
2010-09-05util: Utility function to determine the channels that can be written in a col...José Fonseca
2010-08-10util: Add util_format_srgb().José Fonseca
2010-07-02util: Add a fetch_rgba_8unorm.José Fonseca
2010-07-02util: Expose util_format_fits_8unorm().José Fonseca
2010-05-04gallium/util: added is_format_compressed()Brian Paul
2010-05-03util: add util_format_short_nameMarek Olšák
2010-05-03util: add util_format_is_plainMarek Olšák
2010-04-29util: Format error format string as the rest of the pipe formatsJakob Bornecrantz
2010-04-23gallium/util: document that pack/unpack strides are in bytesBrian Paul
2010-04-09util: Get all depth stencil tests passing.José Fonseca
2010-04-09util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca
2010-04-08util: (Almost) universal format translation function.José Fonseca
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri
2010-04-02gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri
2010-04-02gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri
2010-03-31util: Make the accessors bidimensional again.José Fonseca
2010-03-31util: Describe PIPE_FORMAT_NONE as PIPE_FORMAT_R8_USCALED.José Fonseca
2010-03-31util: Add callback to fetch a single pixel.José Fonseca
2010-03-31util: Put the format pack/unpack functions in the description table.José Fonseca
2010-03-31util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant.José Fonseca
2010-03-29util: Distinguish between the different compression formats.José Fonseca
2010-03-09util: simplify util_format_get_nr_components helperRoland Scheidegger
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-06util: Add a new flag, for formats that can be described as a bitmask.José Fonseca
2010-03-06util: Add the shortened format name to the description.José Fonseca
2010-02-24util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx.José Fonseca
2010-02-24util: Kill unused UTIL_FORMAT_LAYOUT_SCALAR.José Fonseca
2010-02-24util: Store more derived data in the the format description.José Fonseca
2010-02-17util: new util_format_get_nr_components helperRoland Scheidegger
2010-02-14util: Add pf_name() replacement: util_format_name().José Fonseca
2010-02-01util: Add missing includes.José Fonseca
2009-12-24gallium/util: quieten compilerKeith Whitwell
2009-12-20util: util_format_get_blocksizebits() returns bits per block.Christoph Bumiller
2009-12-18util: Add util_format_has_alpha(), enclose in extern C.Michal Krol
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17util: Remove util_format_get_block().Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-17util/format: Fix bogus assertion.Michal Krol
2009-12-09Revert "Simplify the redundant meaning of format layout."Michal Krol
2009-12-09util: Document the meaning of util_format_layout.José Fonseca
2009-12-08Simplify the redundant meaning of format layout.Michal Krol
2009-12-08util/format: Remove unreferenced local.Michal Krol
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol