aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_formats.c
Commit message (Expand)AuthorAgeFilesLines
* iris: handle the failure of converting unsupported yuv formats to islJames Xiong2020-02-061-1/+5
* intel/isl: Move iris's pipe-to-isl format function to isl.Eric Anholt2020-02-051-300/+2
* iris: Disable ASTC 5x5 support on Gen9 for now.Kenneth Graunke2020-01-031-0/+8
* iris: Map FXT1 texture formatsKenneth Graunke2019-12-011-0/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* iris: Update comment about 3-component formats and buffer texturesKenneth Graunke2019-10-071-5/+7
* iris: Allow packed RGB pbo uploadsChris Wilson2019-10-071-2/+2
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-1/+1
* iris: Support storage images that have matching typed formats for readsKenneth Graunke2019-07-221-3/+2
* iris: Stop advertising MSAA storage images by mistakeKenneth Graunke2019-07-221-1/+1
* iris: Minor tidyingKenneth Graunke2019-07-031-35/+3
* iris: Support more RGBX pipe formats.Kenneth Graunke2019-06-171-2/+13
* iris: Fix imageBuffer and PBO download.Kenneth Graunke2019-05-011-2/+2
* iris: Do not advertise multisampled image load/store.Rafael Antognolli2019-04-291-0/+5
* iris: Advertise EXT_texture_sRGB_R8 supportKenneth Graunke2019-04-241-0/+1
* iris: Convert RGBX to RGBA always.Rafael Antognolli2019-03-131-14/+27
* iris: Properly support alpha and luminance-alpha formatsKenneth Graunke2019-03-071-77/+77
* iris: Properly allow rendering to RGBX formats.Kenneth Graunke2019-02-251-2/+9
* iris: Drop RGBX -> RGBA for storage image usagesKenneth Graunke2019-02-251-6/+3
* iris: limit gen8 to 8 samplesDave Airlie2019-02-211-1/+2
* iris: fix alpha channel for RGB BC1 formatsKenneth Graunke2019-02-211-8/+13
* iris: Drop B5G5R5X1 supportKenneth Graunke2019-02-211-1/+0
* iris: Enable A8/A16_UNORM in an inefficient mannerKenneth Graunke2019-02-211-6/+7
* iris: drop dead format //'sKenneth Graunke2019-02-211-56/+0
* iris: X32_S8X24 :/Kenneth Graunke2019-02-211-5/+1
* iris: enable I/L formatsKenneth Graunke2019-02-211-81/+67
* iris: Use R/RG instead of I/L/A when samplingKenneth Graunke2019-02-211-0/+31
* iris: rework format translation apisKenneth Graunke2019-02-211-6/+8
* iris: stencil texturingKenneth Graunke2019-02-211-0/+1
* iris: fix Z32_S8 depth samplingKenneth Graunke2019-02-211-4/+6
* iris: reenable R32G32B32 texture buffersKenneth Graunke2019-02-211-1/+4
* iris: use consistent copyright formattingKenneth Graunke2019-02-211-7/+6
* iris: disallow RGB32 formats tooKenneth Graunke2019-02-211-2/+2
* iris: Convert RGBX to RGBA for rendering.Kenneth Graunke2019-02-211-0/+20
* iris: say no to more formatsKenneth Graunke2019-02-211-2/+17
* iris: allow S8 as a stencil formatKenneth Graunke2019-02-211-1/+2
* iris: comment everythingKenneth Graunke2019-02-211-0/+13
* iris: fix Z24Kenneth Graunke2019-02-211-2/+2
* iris: disable 6x MSAA supportKenneth Graunke2019-02-211-2/+3
* iris: comment out l/a/i/laKenneth Graunke2019-02-211-27/+29
* iris: properly reject formats, fixes RGB32 rendering with texture floatKenneth Graunke2019-02-211-1/+1
* iris: bump GL version to 4.2Kenneth Graunke2019-02-211-3/+9
* iris: some depth stuff :(Kenneth Graunke2019-02-211-3/+4
* iris: enable a few more formatsKenneth Graunke2019-02-211-2/+2
* iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.Kenneth Graunke2019-02-211-0/+474