aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_format.c
Commit message (Expand)AuthorAgeFilesLines
* svga: fix size of format_conversion_table[]Neha Bhende2020-02-101-0/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* svga: Drop unsupported formats from the format table.Eric Anholt2019-08-191-170/+0
* svga: Remove duplication in the format table.Eric Anholt2019-08-191-329/+322
* svga: Factor out the format conversion table entry lookup.Eric Anholt2019-08-191-16/+25
* gallium: add AYUV and XYUV formatsMike Blumenkrantz2019-07-311-0/+2
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-16/+16
* gallium: add z24s8_as_r8g8b8a8 formatRob Clark2019-06-151-0/+1
* svga: add new ATC formats to the format conversion tableJonathan Marek2019-04-231-0/+3
* svga: add new gallium formats to the format conversion tableBrian Paul2019-01-221-0/+4
* Gallium: Add format PIPE_FORMAT_R8_SRGBGert Wollny2018-11-021-0/+1
* svga: add format conversion for legacy formatsCharmaine Lee2018-09-101-313/+334
* svga: add missing devcap check for texture array supportCharmaine Lee2018-09-101-1/+11
* svga: no need to check MULTISAMPLE devcap for view formatCharmaine Lee2018-09-101-1/+1
* svga: sync devcap name changes in svga3d_devcaps.hCharmaine Lee2018-09-101-8/+8
* svga: explicit set DXFMT_SHADER_SAMPLE for DS format for pre-SM41 deviceCharmaine Lee2018-09-101-5/+6
* svga: remove obsolete comment on format_cap_table[]Brian Paul2018-09-101-10/+0
* svga: fix missing format multisample devcap checkCharmaine Lee2018-09-101-0/+1
* svga: fix incorrect multisample support in VGPU9 deviceCharmaine Lee2018-09-101-0/+4
* svga: fix the missing devcap for SVGA3D_BC3_UNORM_SRGBCharmaine Lee2018-09-101-0/+1
* svga: add a separate function to get dx format capabilities from vgpu10 deviceCharmaine Lee2018-09-101-97/+91
* svga: assign a separate function for is_format_supported() for vgpu10 deviceCharmaine Lee2018-09-101-18/+106
* svga: add some devcap debugging codeBrian Paul2018-09-101-0/+193
* svga: update device header files from upstreamBrian Paul2018-09-051-1/+1
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-0/+4
* svga: Fix incorrect advertizing of EGL_KHR_gl_colorspaceThomas Hellstrom2018-04-191-1/+1
* gallium: Add a new A4B4G4R4 pipe format for Broadcom.Eric Anholt2018-02-021-0/+1
* svga: move svga_is_format_supported() to svga_format.cBrian Paul2017-11-281-0/+119
* svga: fix format_conversion_table breakageBrian Paul2017-10-161-2/+7
* gallium: Add support for 5551 with the 1-bit field in the low bit.Eric Anholt2017-10-101-0/+2
* svga: fix incorrect case in svga_typeless_format()Brian Paul2017-10-031-2/+1
* svga: add typeless switch cases in svga_typeless_format()Brian Paul2017-10-031-0/+10
* gallium: add PIPE_FORMAT_R10G10B10X2_UNORMNicolai Hähnle2017-10-021-0/+1
* svga: update a few surface format namesBrian Paul2017-06-301-16/+16
* svga: clean up format_cap_tableCharmaine Lee2017-06-271-403/+92
* svga: fix the default devcap for SVGA3D_Z_D24S8_INTCharmaine Lee2017-06-271-4/+1
* svga: Allow format differences in 16-bit RGBA surface sharingThomas Hellstrom2017-06-071-1/+5
* svga: add function svga_linear_to_srgb()Neha Bhende2017-04-281-0/+26
* svga: Add a more elaborate format compatibility determination v2Thomas Hellstrom2017-04-281-0/+70
* svga: fix format for screen targetCharmaine Lee2017-04-261-0/+26
* svga: handle P016 format as wellChristian König2017-03-131-0/+1
* svga: add a helper function to check for typeless formatCharmaine Lee2016-11-031-0/+31
* svga: don't special case caps for SVGA3D_R32_FLOATBrian Paul2016-09-231-6/+2
* svga: add const qualifier on svga_translate_format()Brian Paul2016-09-231-1/+1
* svga: add new svga_format_is_uncompressed_snorm() helperBrian Paul2016-06-301-0/+20
* svga: don't advertise support for R32G32B32_UINT/SINT surface formatsNeha Bhende2016-06-301-2/+2
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* svga: s/Elements/ARRAY_SIZE/Brian Paul2016-04-251-10/+10
* svga: add DXGenMips command supportCharmaine Lee2016-01-141-23/+30
* svga: Add ASTC formats to format table.Jose Fonseca2015-11-231-0/+28