summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_format.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Gallium: Add format PIPE_FORMAT_R8_SRGBGert Wollny1-0/+1
2018-09-10svga: add format conversion for legacy formatsCharmaine Lee1-313/+334
2018-09-10svga: add missing devcap check for texture array supportCharmaine Lee1-1/+11
2018-09-10svga: no need to check MULTISAMPLE devcap for view formatCharmaine Lee1-1/+1
2018-09-10svga: sync devcap name changes in svga3d_devcaps.hCharmaine Lee1-8/+8
2018-09-10svga: explicit set DXFMT_SHADER_SAMPLE for DS format for pre-SM41 deviceCharmaine Lee1-5/+6
2018-09-10svga: remove obsolete comment on format_cap_table[]Brian Paul1-10/+0
2018-09-10svga: fix missing format multisample devcap checkCharmaine Lee1-0/+1
2018-09-10svga: fix incorrect multisample support in VGPU9 deviceCharmaine Lee1-0/+4
2018-09-10svga: fix the missing devcap for SVGA3D_BC3_UNORM_SRGBCharmaine Lee1-0/+1
2018-09-10svga: add a separate function to get dx format capabilities from vgpu10 deviceCharmaine Lee1-97/+91
2018-09-10svga: assign a separate function for is_format_supported() for vgpu10 deviceCharmaine Lee1-18/+106
2018-09-10svga: add some devcap debugging codeBrian Paul1-0/+193
2018-09-05svga: update device header files from upstreamBrian Paul1-1/+1
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+4
2018-04-19svga: Fix incorrect advertizing of EGL_KHR_gl_colorspaceThomas Hellstrom1-1/+1
2018-02-02gallium: Add a new A4B4G4R4 pipe format for Broadcom.Eric Anholt1-0/+1
2017-11-28svga: move svga_is_format_supported() to svga_format.cBrian Paul1-0/+119
2017-10-16svga: fix format_conversion_table breakageBrian Paul1-2/+7
2017-10-10gallium: Add support for 5551 with the 1-bit field in the low bit.Eric Anholt1-0/+2
2017-10-03svga: fix incorrect case in svga_typeless_format()Brian Paul1-2/+1
2017-10-03svga: add typeless switch cases in svga_typeless_format()Brian Paul1-0/+10
2017-10-02gallium: add PIPE_FORMAT_R10G10B10X2_UNORMNicolai Hähnle1-0/+1
2017-06-30svga: update a few surface format namesBrian Paul1-16/+16
2017-06-27svga: clean up format_cap_tableCharmaine Lee1-403/+92
2017-06-27svga: fix the default devcap for SVGA3D_Z_D24S8_INTCharmaine Lee1-4/+1
2017-06-07svga: Allow format differences in 16-bit RGBA surface sharingThomas Hellstrom1-1/+5
2017-04-28svga: add function svga_linear_to_srgb()Neha Bhende1-0/+26
2017-04-28svga: Add a more elaborate format compatibility determination v2Thomas Hellstrom1-0/+70
2017-04-26svga: fix format for screen targetCharmaine Lee1-0/+26
2017-03-13svga: handle P016 format as wellChristian König1-0/+1
2016-11-03svga: add a helper function to check for typeless formatCharmaine Lee1-0/+31
2016-09-23svga: don't special case caps for SVGA3D_R32_FLOATBrian Paul1-6/+2
2016-09-23svga: add const qualifier on svga_translate_format()Brian Paul1-1/+1
2016-06-30svga: add new svga_format_is_uncompressed_snorm() helperBrian Paul1-0/+20
2016-06-30svga: don't advertise support for R32G32B32_UINT/SINT surface formatsNeha Bhende1-2/+2
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-04-25svga: s/Elements/ARRAY_SIZE/Brian Paul1-10/+10
2016-01-14svga: add DXGenMips command supportCharmaine Lee1-23/+30
2015-11-23svga: Add ASTC formats to format table.Jose Fonseca1-0/+28
2015-11-18svga: use more VGPU10 formatsBrian Paul1-30/+67
2015-11-18svga: add/use new svga_sampler_format() functionBrian Paul1-0/+23
2015-09-15gallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10Thomas Hellstrom1-1/+1
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-303/+1672
2014-02-14svga: split / update svga3d header filesBrian Paul1-10/+0
2012-10-10svga: Add support for 16-bit per channel RGBAJohn Kåre Alsaker1-0/+3
2012-02-23svga: add svga_format_size() functionBrian Paul1-0/+156
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-1/+1
2011-09-23svga: add format translation for DXT/sRGB formatsBrian Paul1-2/+8
2011-09-23svga: add translation for float formatsBrian Paul1-0/+14