util: Initialize pipe_shader_state for passthrough and transform shaders
[mesa.git] / src / gallium / drivers / svga / svga_format.c
2020-02-10 Neha Bhendesvga: fix size of format_conversion_table[]
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-08-19 Eric Anholtsvga: Drop unsupported formats from the format table.
2019-08-19 Eric Anholtsvga: Remove duplication in the format table.
2019-08-19 Eric Anholtsvga: Factor out the format conversion table entry...
2019-07-31 Mike Blumenkrantzgallium: add AYUV and XYUV formats
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-06-15 Rob Clarkgallium: add z24s8_as_r8g8b8a8 format
2019-04-23 Jonathan Mareksvga: add new ATC formats to the format conversion...
2019-01-22 Brian Paulsvga: add new gallium formats to the format conversion...
2018-11-02 Gert WollnyGallium: Add format PIPE_FORMAT_R8_SRGB
2018-09-10 Charmaine Leesvga: add format conversion for legacy formats
2018-09-10 Charmaine Leesvga: add missing devcap check for texture array support
2018-09-10 Charmaine Leesvga: no need to check MULTISAMPLE devcap for view...
2018-09-10 Charmaine Leesvga: sync devcap name changes in svga3d_devcaps.h
2018-09-10 Charmaine Leesvga: explicit set DXFMT_SHADER_SAMPLE for DS format...
2018-09-10 Brian Paulsvga: remove obsolete comment on format_cap_table[]
2018-09-10 Charmaine Leesvga: fix missing format multisample devcap check
2018-09-10 Charmaine Leesvga: fix incorrect multisample support in VGPU9 device
2018-09-10 Charmaine Leesvga: fix the missing devcap for SVGA3D_BC3_UNORM_SRGB
2018-09-10 Charmaine Leesvga: add a separate function to get dx format capabili...
2018-09-10 Charmaine Leesvga: assign a separate function for is_format_supporte...
2018-09-10 Brian Paulsvga: add some devcap debugging code
2018-09-05 Brian Paulsvga: update device header files from upstream
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-04-19 Thomas Hellstromsvga: Fix incorrect advertizing of EGL_KHR_gl_colorspace
2018-02-03 Eric Anholtgallium: Add a new A4B4G4R4 pipe format for Broadcom.
2017-11-28 Brian Paulsvga: move svga_is_format_supported() to svga_format.c
2017-10-16 Brian Paulsvga: fix format_conversion_table breakage
2017-10-10 Eric Anholtgallium: Add support for 5551 with the 1-bit field...
2017-10-03 Brian Paulsvga: fix incorrect case in svga_typeless_format()
2017-10-03 Brian Paulsvga: add typeless switch cases in svga_typeless_format()
2017-10-02 Nicolai Hähnlegallium: add PIPE_FORMAT_R10G10B10X2_UNORM
2017-06-30 Brian Paulsvga: update a few surface format names
2017-06-27 Charmaine Leesvga: clean up format_cap_table
2017-06-27 Charmaine Leesvga: fix the default devcap for SVGA3D_Z_D24S8_INT
2017-06-07 Thomas Hellstromsvga: Allow format differences in 16-bit RGBA surface...
2017-04-29 Neha Bhendesvga: add function svga_linear_to_srgb()
2017-04-29 Thomas Hellstromsvga: Add a more elaborate format compatibility determi...
2017-04-26 Charmaine Leesvga: fix format for screen target
2017-03-13 Christian Königsvga: handle P016 format as well
2016-11-03 Charmaine Leesvga: add a helper function to check for typeless format
2016-09-24 Brian Paulsvga: don't special case caps for SVGA3D_R32_FLOAT
2016-09-24 Brian Paulsvga: add const qualifier on svga_translate_format()
2016-06-30 Brian Paulsvga: add new svga_format_is_uncompressed_snorm() helper
2016-06-30 Neha Bhendesvga: don't advertise support for R32G32B32_UINT/SINT...
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-04-25 Brian Paulsvga: s/Elements/ARRAY_SIZE/
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-14 Charmaine Leesvga: add DXGenMips command support
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-23 Jose Fonsecasvga: Add ASTC formats to format table.
2015-11-18 Brian Paulsvga: use more VGPU10 formats
2015-11-18 Brian Paulsvga: add/use new svga_sampler_format() function
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-15 Thomas Hellstromgallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10
2015-09-02 Brian Paulsvga: update driver for version 10 GPU interface
2014-02-14 Brian Paulsvga: split / update svga3d header files
2012-10-11 John Kåre Alsakersvga: Add support for 16-bit per channel RGBA
2012-02-23 Brian Paulsvga: add svga_format_size() function
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-09-23 Brian Paulsvga: add format translation for DXT/sRGB formats
2011-09-23 Brian Paulsvga: add translation for float formats
2011-09-23 José Fonsecasvga: Cleanup format capability checking.