util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / drivers / iris / iris_formats.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-08 Kenneth Graunkeiris: Update comment about 3-component formats and...
2019-10-08 Chris Wilsoniris: Allow packed RGB pbo uploads
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-23 Kenneth Graunkeiris: Support storage images that have matching typed...
2019-07-23 Kenneth Graunkeiris: Stop advertising MSAA storage images by mistake
2019-07-04 Kenneth Graunkeiris: Minor tidying
2019-06-18 Kenneth Graunkeiris: Support more RGBX pipe formats.
2019-05-01 Kenneth Graunkeiris: Fix imageBuffer and PBO download.
2019-04-30 Rafael Antognolliiris: Do not advertise multisampled image load/store.
2019-04-24 Kenneth Graunkeiris: Advertise EXT_texture_sRGB_R8 support
2019-03-13 Rafael Antognolliiris: Convert RGBX to RGBA always.
2019-03-07 Kenneth Graunkeiris: Properly support alpha and luminance-alpha formats
2019-02-25 Kenneth Graunkeiris: Properly allow rendering to RGBX formats.
2019-02-25 Kenneth Graunkeiris: Drop RGBX -> RGBA for storage image usages
2019-02-21 Dave Airlieiris: limit gen8 to 8 samples
2019-02-21 Kenneth Graunkeiris: fix alpha channel for RGB BC1 formats
2019-02-21 Kenneth Graunkeiris: Drop B5G5R5X1 support
2019-02-21 Kenneth Graunkeiris: Enable A8/A16_UNORM in an inefficient manner
2019-02-21 Kenneth Graunkeiris: drop dead format //'s
2019-02-21 Kenneth Graunkeiris: X32_S8X24 :/
2019-02-21 Kenneth Graunkeiris: enable I/L formats
2019-02-21 Kenneth Graunkeiris: Use R/RG instead of I/L/A when sampling
2019-02-21 Kenneth Graunkeiris: rework format translation apis
2019-02-21 Kenneth Graunkeiris: stencil texturing
2019-02-21 Kenneth Graunkeiris: fix Z32_S8 depth sampling
2019-02-21 Kenneth Graunkeiris: reenable R32G32B32 texture buffers
2019-02-21 Kenneth Graunkeiris: use consistent copyright formatting
2019-02-21 Kenneth Graunkeiris: disallow RGB32 formats too
2019-02-21 Kenneth Graunkeiris: Convert RGBX to RGBA for rendering.
2019-02-21 Kenneth Graunkeiris: say no to more formats
2019-02-21 Kenneth Graunkeiris: allow S8 as a stencil format
2019-02-21 Kenneth Graunkeiris: comment everything
2019-02-21 Kenneth Graunkeiris: fix Z24
2019-02-21 Kenneth Graunkeiris: disable 6x MSAA support
2019-02-21 Kenneth Graunkeiris: comment out l/a/i/la
2019-02-21 Kenneth Graunkeiris: properly reject formats, fixes RGB32 rendering...
2019-02-21 Kenneth Graunkeiris: bump GL version to 4.2
2019-02-21 Kenneth Graunkeiris: some depth stuff :(
2019-02-21 Kenneth Graunkeiris: enable a few more formats
2019-02-21 Kenneth Graunkeiris: Initial commit of a new 'iris' driver for Intel...