summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-991/+0
2019-10-20gallium: Drop the unused PIPE_FORMAT_A*L* formats.Eric Anholt1-2/+0
2019-10-09gallium/util: add planar format layouts and helpersMarek Olšák1-0/+23
2019-04-17gallium/util: support translating between uint and sint formatsErik Faye-Lund1-0/+62
2019-01-25gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt1-24/+4
2019-01-22gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)Marek Olšák1-0/+40
2018-12-13gallium/aux: add is_unorm() helperRob Clark1-0/+21
2018-11-27util: promote u_memory to src/utilDylan Baker1-1/+1
2018-09-07move u_math to src/utilDylan Baker1-1/+1
2018-06-29gallium/util: remove dummy function util_format_is_supportedMarek Olšák1-13/+0
2018-06-18mesa: Unconditionally enable floating-point texturesTimothy Arceri1-9/+0
2017-11-17gallium/aux/util/u_format.c: Fix one -Wunused-param warningGert Wollny1-0/+2
2017-10-02gallium: Remove util_format_s3tc_enabledMatt Turner1-4/+0
2017-09-14gallium/{r600, radeonsi}: Fix segfault with color format (v2)Denis Pauk1-0/+4
2016-12-06util: (trivial) ETC1 meets the criteria for fitting into unorm8Roland Scheidegger1-0/+5
2016-09-21gallium/util: add comment on util_is_format_compatible()Brian Paul1-0/+24
2016-05-18gallium/util: Implement util_format_translate_3dAxel Davy1-0/+34
2016-05-03gallium,utils: Fix trivial sign compare warningsJan Vesely1-2/+2
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-37/+37
2015-10-24util/format: add helper util_format_is_snorm8Marek Olšák1-0/+19
2014-09-12util/u_format: add _is_alpha()Rob Clark1-0/+17
2014-08-12gallium: add basic support for BPTC formatsIlia Mirkin1-0/+4
2014-06-18util/u_format: move utility function from r600gGrigori Goronzy1-0/+11
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