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