| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/util: add comment on util_is_format_compatible() | Brian Paul | 2016-09-21 | 1 | -0/+24 |
* | gallium/util: Implement util_format_translate_3d | Axel Davy | 2016-05-18 | 1 | -0/+34 |
* | gallium,utils: Fix trivial sign compare warnings | Jan Vesely | 2016-05-03 | 1 | -2/+2 |
* | gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* | Marek Olšák | 2016-04-22 | 1 | -37/+37 |
* | util/format: add helper util_format_is_snorm8 | Marek Olšák | 2015-10-24 | 1 | -0/+19 |
* | util/u_format: add _is_alpha() | Rob Clark | 2014-09-12 | 1 | -0/+17 |
* | gallium: add basic support for BPTC formats | Ilia Mirkin | 2014-08-12 | 1 | -0/+4 |
* | util/u_format: move utility function from r600g | Grigori Goronzy | 2014-06-18 | 1 | -0/+11 |
* | util/u_format: don't crash in util_format_translate if we can't do translation | Roland Scheidegger | 2014-02-27 | 1 | -5/+16 |
* | draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_float | Matthew McClure | 2013-11-07 | 1 | -10/+6 |
* | util,llvmpipe: correctly set the minimum representable depth value | Matthew McClure | 2013-10-29 | 1 | -0/+41 |
* | gallium: include u_surface.h instead of u_rect.h | Brian Paul | 2013-09-30 | 1 | -1/+1 |
* | 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/+20 |
* | st/mesa: optionally apply texture swizzle to border color v2 | Christoph Bumiller | 2013-04-18 | 1 | -0/+34 |
* | gallium/util: remove duplicated function util_format_is_rgb_no_alpha | Marek Olšák | 2013-02-06 | 1 | -7/+4 |
* | util/u_format: Kill util_format_is_array(). | José Fonseca | 2012-11-29 | 1 | -41/+0 |
* | util: Updated util_format_is_array to be more accurate. | James Benton | 2012-11-28 | 1 | -2/+12 |
* | softpipe,util: Fix blending of R and RG formats. | José Fonseca | 2012-11-09 | 1 | -25/+1 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 1 | -6/+2 |
* | util: Added util_format_is_array. | James Benton | 2012-06-29 | 1 | -0/+32 |
* | u_format: fix RGTC support in fits 8unorm. | Dave Airlie | 2011-11-06 | 1 | -2/+7 |
* | gallium: rename ZS stencil type to UINT (v2) | Dave Airlie | 2011-10-11 | 1 | -4/+4 |
* | gallium: add initial pure integer support (v2) | Dave Airlie | 2011-10-08 | 1 | -0/+122 |
* | u_format: add inline helper to find first non void channel | Dave Airlie | 2011-10-08 | 1 | -8/+2 |
* | util: Handle conversion between depth stencil formats. | José Fonseca | 2011-09-22 | 1 | -0/+44 |
* | util: add util_format_is_luminance/intensity/rgb(), etc | Brian Paul | 2011-09-15 | 1 | -0/+94 |
* | util: fix a typo in util_format_swizzle_4f | Marek Olšák | 2011-08-03 | 1 | -1/+1 |
* | gallium/util: add functions for manipulating swizzles | Marek Olšák | 2011-08-02 | 1 | -0/+50 |
* | gallium: add and use generic function for querying patented format support (v2) | Marek Olšák | 2011-04-15 | 1 | -0/+49 |
* | util: linearized sRGB values don't fit into 8bits | José Fonseca | 2010-09-17 | 1 | -0/+8 |
* | util: Helper function to determined whether two formats can be memcpy'ed. | José Fonseca | 2010-09-05 | 1 | -4/+52 |
* | util: Expose util_format_fits_8unorm(). | José Fonseca | 2010-07-02 | 1 | -1/+1 |
* | util: allocate larger tmp_row in util_format_translate | Keith Whitwell | 2010-06-07 | 1 | -3/+4 |
* | util: Add missing break statement. | José Fonseca | 2010-04-09 | 1 | -0/+1 |
* | util: Add dedicated depth-stencil packing/unpacking functions. | José Fonseca | 2010-04-09 | 1 | -12/+12 |
* | util: (Almost) universal format translation function. | José Fonseca | 2010-04-08 | 1 | -0/+167 |
* | util: Revert unsolicited, untested, unreviewed, and broken changes to format ... | José Fonseca | 2010-04-03 | 1 | -2/+1 |
* | gallium/util: revert util_format_init addition | Luca Barbieri | 2010-04-02 | 1 | -8/+0 |
* | gallium/util: pregenerate half float tables | Luca Barbieri | 2010-04-02 | 1 | -1/+0 |
* | gallium/util: add util_format_init that inits s3tc and util_half | Luca Barbieri | 2010-04-02 | 1 | -0/+10 |
* | util: Make the accessors bidimensional again. | José Fonseca | 2010-03-31 | 1 | -32/+4 |
* | util: Use u_format_pack.py's code instead of u_format_access.py. | José Fonseca | 2010-03-31 | 1 | -0/+146 |
* | util: Cope with the fact that formats in u_format.csv are not ordered. | José Fonseca | 2010-02-24 | 1 | -45/+0 |
* | util/format: Take advantage of sequential nature of pipe_format enum. | Michal Krol | 2009-12-08 | 1 | -8/+7 |
* | util: Pixel format database. | José Fonseca | 2009-08-29 | 1 | -0/+46 |