summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_format.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30svga: update timespan in copyright messageMartin Krastev1-1/+1
2024-04-30svga: convert license block to SPDXMartin Krastev1-24/+6
2024-03-22treewide: Replace usage of macro DEBUG with MESA_DEBUG when possibleYonggang Luo1-2/+2
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-6/+6
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-4/+4
2023-02-21svga: fix compatible formats for shareable surfacesCharmaine Lee1-1/+5
2022-11-22gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium codeYonggang Luo1-1/+1
2022-11-19util: Move src/gallium/include/pipe/p_format.h to src/util/format/u_formats.hYonggang Luo1-1/+1
2022-01-18svga: add GL43 resource validation at draw timeNeha Bhende1-54/+147
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer1-1/+1
2020-06-05svga: Add GL4.1(compatibility profile) support in svga driverNeha Bhende1-6/+12
2020-02-10svga: fix size of format_conversion_table[]Neha Bhende1-0/+2
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-08-19svga: Drop unsupported formats from the format table.Eric Anholt1-170/+0
2019-08-19svga: Remove duplication in the format table.Eric Anholt1-329/+322
2019-08-19svga: Factor out the format conversion table entry lookup.Eric Anholt1-16/+25
2019-07-31gallium: add AYUV and XYUV formatsMike Blumenkrantz1-0/+2
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin1-16/+16
2019-06-15gallium: add z24s8_as_r8g8b8a8 formatRob Clark1-0/+1
2019-04-23svga: add new ATC formats to the format conversion tableJonathan Marek1-0/+3
2019-01-22svga: add new gallium formats to the format conversion tableBrian Paul1-0/+4
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