summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-27util/u_format: don't crash in util_format_translate if we can't do translationRoland Scheidegger1-5/+16
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure1-10/+6
2013-10-29util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure1-0/+41
2013-09-30gallium: include u_surface.h instead of u_rect.hBrian Paul1-1/+1
2013-07-17gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}intEmil Velikov1-4/+4
2013-06-30st/mesa: handle SNORM formats in generic CopyPixels pathMarek Olšák1-0/+20
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-0/+34
2013-02-06gallium/util: remove duplicated function util_format_is_rgb_no_alphaMarek Olšák1-7/+4
2012-11-29util/u_format: Kill util_format_is_array().José Fonseca1-41/+0
2012-11-28util: Updated util_format_is_array to be more accurate.James Benton1-2/+12
2012-11-09softpipe,util: Fix blending of R and RG formats.José Fonseca1-25/+1
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-6/+2
2012-06-29util: Added util_format_is_array.James Benton1-0/+32
2011-11-06u_format: fix RGTC support in fits 8unorm.Dave Airlie1-2/+7
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-4/+4
2011-10-08gallium: add initial pure integer support (v2)Dave Airlie1-0/+122
2011-10-08u_format: add inline helper to find first non void channelDave Airlie1-8/+2
2011-09-22util: Handle conversion between depth stencil formats.José Fonseca1-0/+44
2011-09-15util: add util_format_is_luminance/intensity/rgb(), etcBrian Paul1-0/+94
2011-08-03util: fix a typo in util_format_swizzle_4fMarek Olšák1-1/+1
2011-08-02gallium/util: add functions for manipulating swizzlesMarek Olšák1-0/+50
2011-04-15gallium: add and use generic function for querying patented format support (v2)Marek Olšák1-0/+49
2010-09-17util: linearized sRGB values don't fit into 8bitsJosé Fonseca1-0/+8
2010-09-05util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca1-4/+52
2010-07-02util: Expose util_format_fits_8unorm().José Fonseca1-1/+1
2010-06-07util: allocate larger tmp_row in util_format_translateKeith Whitwell1-3/+4
2010-04-09util: Add missing break statement.José Fonseca1-0/+1
2010-04-09util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca1-12/+12
2010-04-08util: (Almost) universal format translation function.José Fonseca1-0/+167
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca1-2/+1
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri1-8/+0
2010-04-02gallium/util: pregenerate half float tablesLuca Barbieri1-1/+0
2010-04-02gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri1-0/+10
2010-03-31util: Make the accessors bidimensional again.José Fonseca1-32/+4
2010-03-31util: Use u_format_pack.py's code instead of u_format_access.py.José Fonseca1-0/+146
2010-02-24util: Cope with the fact that formats in u_format.csv are not ordered.José Fonseca1-45/+0
2009-12-08util/format: Take advantage of sequential nature of pipe_format enum.Michal Krol1-8/+7
2009-08-29util: Pixel format database.José Fonseca1-0/+46