summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-08vulkan: remove header files from lib source filesYiwei Zhang2-53/+5
2024-01-23anv: reorder anv_astc_emu.cLionel Landwerlin1-1/+1
2024-01-02anv: move astc_emu to use descriptors2 callsIván Briano2-15/+52
2023-11-15radv: fix image view extent override for astcChia-I Wu1-1/+2
2023-11-01radv: fix vkCmdCopyImage2 for emulated etc2/astcChia-I Wu1-2/+9
2023-10-25anv: add gen9 astc workaroundChia-I Wu4-12/+319
2023-10-25anv: prep for gen9 astc workaroundChia-I Wu4-47/+68
2023-10-14anv: add support for vk_require_astc driconfChia-I Wu2-8/+16
2023-10-14anv: decompress on upload for emulated formatsChia-I Wu6-10/+305
2023-10-14anv: add anv_is_format_emulatedChia-I Wu2-0/+16
2023-10-14radv, drirc: rename radv_require_{etc2,astc}Chia-I Wu3-12/+12
2023-10-11radv: integrate meta astc compute decoder to radvYogesh Mohan Marimuthu11-13/+228
2023-10-11vulkan add 3D texture support for compute astc decoderYogesh Mohan Marimuthu2-5/+22
2023-10-11vulkan/runtime: add compute astc decoder helper functionsYogesh Mohan Marimuthu5-7/+811
2023-10-11util: move ASTCLutHolder from mesa/main to utilYogesh Mohan Marimuthu7-15/+17
2023-10-11mesa: make astc_decoder.glsl vk-compatibleChia-I Wu2-2/+26
2023-10-11ac/surface: add astc block size to bpe_to_format() functionYogesh Mohan Marimuthu1-12/+42
2023-10-06radv: hard code format features for emulated formatsChia-I Wu1-2/+7
2023-08-14etnaviv: switch to U_FIXED(..) macroChristian Gmeiner1-14/+3
2023-08-07pvr: do not claim support for ASTC texture compressionLuigi Santivetti1-1/+1
2023-07-20anv: Don't support ASTC images with modifiersNanley Chery1-4/+9
2023-05-31v3d: Add support for ASTC texture compressionLucas Fryzek2-8/+66
2023-05-12anv: handle missing astc for gfx125 in CreateImageViewTapani Pälli3-1/+53
2023-03-17st/mesa, iris: Add optional CPU-based ASTC void extent denorm flushingKenneth Graunke12-61/+90
2023-02-17mesa/st: support compute shader decoding of ASTCTapani Pälli1-1/+191
2023-02-17mesa: add astc decoder shader template (glsl es version)Tapani Pälli2-1/+1315
2023-02-17mesa/st: initialize resources for ASTC decodingTapani Pälli2-0/+94
2023-02-17mesa/st: add astc decoder lookup tablesTapani Pälli5-0/+790
2023-02-10mesa/st: Add st_compute_transcode_astc_to_dxt5Nanley Chery2-0/+437
2023-02-10mesa/st: Add get_compute_programNanley Chery5-0/+155
2022-10-05zink: Enable ASTC texture format translation.Emma Anholt1-0/+29
2022-09-01asahi: Advertise ASTC formatsAlyssa Rosenzweig1-0/+30
2022-09-01asahi: Fix ASTC enumsAlyssa Rosenzweig1-14/+16
2022-08-30mesa/st: enable bptc extension with fallbackErik Faye-Lund1-0/+6
2022-08-30mesa/main: simplify implementation of _mesa_is_format_astc_2dErik Faye-Lund1-33/+2
2022-08-30venus: Document VK_EXT_texture_compression_astc_hdr supportChad Versace1-0/+1
2022-08-10venus: Enable VK_EXT_texture_compression_astc_hdrJuston Li2-0/+12
2022-07-26mesa: Mark render-to-texture as unsafe if there's no pipe_resourceKenneth Graunke1-0/+1
2022-07-11mesa: Follow ASTC decode mode extension for RGBA8 outputNanley Chery1-28/+8
2022-07-11mesa: Simplify UNORM8 conversions for sRGB ASTC texturesNanley Chery1-2/+4
2022-05-18Revert "st/mesa: Transcode ASTC to BC7 (BPTC) where possible"Kenneth Graunke3-28/+12
2022-05-16radv: Fixes compiling error with msvcYonggang Luo1-1/+1
2022-05-03panfrost: Unit test stride calculationsAlyssa Rosenzweig1-3/+8
2022-04-26panfrost: Always use 64-bit SD with stridesAlyssa Rosenzweig1-59/+11
2022-04-26panfrost: Advertise all textures in drm-shimAlyssa Rosenzweig1-1/+5
2022-04-26panfrost: Add texture features enum to v9.xmlAlyssa Rosenzweig1-0/+31
2022-04-19turnip: Add TU_DEBUG=layout for dumping image layouts.Emma Anholt3-0/+5
2022-04-13st/mesa: Transcode ASTC to BC7 (BPTC) where possibleKenneth Graunke3-12/+28
2022-04-13st/mesa: Make transcode_astc also check for non-SRGB format supportKenneth Graunke1-0/+3
2022-03-18panfrost: Correct ASTC decode mode XMLAlyssa Rosenzweig1-2/+2