aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_format.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* svga: use more VGPU10 formatsBrian Paul2015-11-181-30/+67
* svga: add/use new svga_sampler_format() functionBrian Paul2015-11-181-0/+23
* gallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10Thomas Hellstrom2015-09-151-1/+1
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-303/+1672
* svga: split / update svga3d header filesBrian Paul2014-02-141-10/+0
* svga: Add support for 16-bit per channel RGBAJohn Kåre Alsaker2012-10-101-0/+3
* svga: add svga_format_size() functionBrian Paul2012-02-231-0/+156
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-1/+1
* svga: add format translation for DXT/sRGB formatsBrian Paul2011-09-231-2/+8
* svga: add translation for float formatsBrian Paul2011-09-231-0/+14
* svga: Cleanup format capability checking.José Fonseca2011-09-231-0/+562