aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt2019-01-251-0/+10
* gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)Marek Olšák2019-01-221-0/+3
* gallium/aux: add is_unorm() helperRob Clark2018-12-131-0/+3
* Gallium: Add format PIPE_FORMAT_R8_SRGBGert Wollny2018-11-021-0/+4
* gallium/auxiliary: Add util_format_get_depth_only() helper.Kenneth Graunke2018-10-141-0/+21
* gallium/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-291-7/+0
* gallium/util: implement util_format_is_yuvLucas Stach2018-04-081-0/+12
* gallium/util: Implement util_format_is_etcWladimir J. van der Laan2017-07-211-0/+13
* gallium/util: Implement util_format_translate_3dAxel Davy2016-05-181-0/+13
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-21/+9
* gallium: add ASTC formatsIlia Mirkin2015-11-231-1/+64
* util/format: add helper util_format_is_snorm8Marek Olšák2015-10-241-0/+3
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-32/+32
* util/u_format: add _is_alpha()Rob Clark2014-09-121-0/+2
* gallium: add basic support for BPTC formatsIlia Mirkin2014-08-121-1/+11
* util/u_format: move utility function from r600gGrigori Goronzy2014-06-181-0/+3
* gallium: add b5g6r5 srgb formatRoland Scheidegger2014-03-211-0/+4
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-071-2/+1
* util/u_format: don't crash in util_format_translate if we can't do translationRoland Scheidegger2014-02-271-1/+1
* gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formatsMarek Olšák2014-01-231-0/+3
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-071-1/+17
* util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca2013-11-051-0/+3
* util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2013-10-291-0/+11
* util/u_format: Assert that format block size is at least 1 byte.Vinson Lee2013-09-301-1/+6
* gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}intEmil Velikov2013-07-171-4/+4
* st/mesa: handle SNORM formats in generic CopyPixels pathMarek Olšák2013-06-301-0/+3
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-1/+24
* gallium/u_format: add a new helper for initializing pipe_blit_info::maskMarek Olšák2013-06-131-0/+28
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+12
* util: add ETC as compressed formatWladimir2013-04-051-0/+1
* gallium: add red-alpha texture formats and a couple of util functionsMarek Olšák2013-02-131-0/+117
* gallium: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-071-0/+8
* gallium/util: remove duplicated function util_format_is_rgb_no_alphaMarek Olšák2013-02-061-25/+1
* util/u_format: Kill util_format_is_array().José Fonseca2012-11-291-10/+0
* util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...José Fonseca2012-11-291-1/+1
* util: Updated util_format_is_array to be more accurate.James Benton2012-11-281-1/+4
* gallium: add util_format_stencil_only helper functionMarek Olšák2012-07-121-0/+29
* util: Added util_format_is_array.James Benton2012-06-291-0/+7
* llvmpipe: Added support for color masks in AoS blending.James Benton2012-05-021-0/+13
* u_format: fix a comment about subsampled formatsChristian König2012-03-091-1/+1
* util: better comment for util_is_format_compatible()Brian Paul2012-02-291-2/+3
* u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formatsMarek Olšák2012-01-051-1/+21
* gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu2011-12-021-1/+6
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-8/+8
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-081-1/+65
* u_format: add inline helper to find first non void channelDave Airlie2011-10-081-0/+20
* gallium/util: add util_format_is_srgb() helperBrian Paul2011-09-221-0/+7
* util: Allow to make the depth/stencil format queries without repeatedly looki...José Fonseca2011-09-221-9/+20
* util: add util_format_is_luminance/intensity/rgb(), etcBrian Paul2011-09-151-1/+18
* gallium: minor comments for util_format_channel_description fieldsBrian Paul2011-09-131-2/+2