summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-03intel/dev: Add BMG PCI IDs (0xe210, 0xe215, 0xe216)bmg-pci-ids-2Jordan Justen1-0/+3
2025-02-03radv/meta: Stop using strings for meta keysKonstantin Seurer16-194/+425
2025-02-03hk: Stop using strings or common key types for meta keysKonstantin Seurer2-17/+23
2025-02-03vulkan/meta: Stop using strings for meta keysKonstantin Seurer4-39/+22
2025-02-03vulkan/meta: Remove object types from vk_meta_object_key_typeKonstantin Seurer5-23/+23
2025-02-03vulkan: Stop using strings for BVH build pipeline keysKonstantin Seurer2-12/+18
2025-02-03v3dv: serialize jobs after any barrier when debug sync is setIago Toral Quiroga1-0/+9
2025-02-03v3dv: implement sync debug optionIago Toral Quiroga1-0/+5
2025-02-03Revert "ci: disable Collabora's farm due to maintenance"Sergi Blanch Torne1-0/+0
2025-02-03d3d12: Enable warnings C4056, C4305, C4351, C4756, C4800, C4291, C4020, C4624...Sil Vilerino1-0/+12
2025-02-03d3d12: Fix warning C4800 forcing value to bool 'true' or 'false'Sil Vilerino4-13/+13
2025-02-03u_thread.h: Fix warning C4800 forcing value to bool 'true' or 'false'Sil Vilerino1-1/+1
2025-02-03nir.h: Fix warning C4800 forcing value to bool 'true' or 'false'Sil Vilerino1-3/+3
2025-02-03d3d12: Fix warning 4305 truncation from type1 to type2Sil Vilerino1-1/+1
2025-02-03khronos-update: Update ANDROID guards in vk_android_native_buffer.hValentine Burley1-2/+20
2025-02-03ci: disable Collabora's farm due to maintenanceSergi Blanch Torne1-0/+0
2025-02-02intel: Initialize upper 32bits of drm_xe_sync.handleJosé Roberto de Souza2-5/+10
2025-02-02iris: xe: fully initialize drm_xe_sync addr/handle unionJuston Li1-1/+2
2025-02-02anv: xe: fully initialize drm_xe_sync addr/handle unionJuston Li2-7/+14
2025-02-02i915/ci: use debian-build-testing instead of debian-testingPavel Ondračka1-1/+1
2025-02-01dril: Check for null config in dril_target.cTim Keller1-1/+3
2025-02-01intel/vulkan: Add bvh build dependencyErnst Persson2-2/+2
2025-02-01spirv: remove spirv_library_to_nir_builderLionel Landwerlin2-199/+0
2025-02-01intel_clc: remove NIR output supportLionel Landwerlin1-137/+37
2025-02-01compiler: drop vtn_bindgenLionel Landwerlin3-87/+1
2025-02-01intel: move internal shader compile to vtn_bindgen2Lionel Landwerlin8-147/+16
2025-02-01anv: fixup missing compiler dependency on testsLionel Landwerlin1-2/+2
2025-02-01ci/debian-ppc64el: don't build AMD drivers due to having only LLVM 15Marek Olšák1-2/+2
2025-02-01amd: drop support for LLVM 15, 16, 17Marek Olšák12-76/+11
2025-02-01intel/brw: Remove brw_gs_compile structCaio Oliveira4-78/+41
2025-02-01lima: ppir: handle ffma in the backendVasily Khoruzhick5-7/+75
2025-02-01CI/Windows: Update container depsJesse Natalie4-20/+9
2025-02-01meson: Enable /Zc:preprocessor for MSVCJesse Natalie1-0/+1
2025-02-01rusticl/queue: check device error statusKarol Herbst1-10/+27
2025-02-01rusticl/mesa: add PipeContext::device_reset_statusKarol Herbst1-0/+10
2025-01-31rusticl/mem: set bind flags for gl importsKarol Herbst3-3/+25
2025-01-31d3d12: Fix array of texture DPB cap detectionSil Vilerino5-12/+12
2025-01-31d3d12: Increase DPB video texture array pool size for async queue depthSil Vilerino1-1/+1
2025-01-31d3d12: Add some missing members initialization for d3d12_video_bufferSil Vilerino1-3/+3
2025-01-31d3d12: Add NULL initialization for d3d12_video_enc::m_pVideoTexArrayDPBPoolSil Vilerino1-1/+1
2025-01-31d3d12: Add support for Y210, Y410, YUY2 and HEVC 422 8/10b, HEVC 444 10b prof...Sil Vilerino5-10/+84
2025-01-31pipe: Add profiles for HEVC 422 8/10b and 444 10bSil Vilerino4-1/+10
2025-01-31d3d12: Fix HEVC range extension pic params validationSil Vilerino1-76/+138
2025-01-31d3d12: use log2_max_pic_order_cnt_lsb_minus4 from upper layer for h264Pohsiang (John) Hsu1-13/+0
2025-01-31d3d12: use log2_max_pic_order_cnt_lsb_minus from upper layerPohsiang (John) Hsu1-5/+1
2025-01-31d3d12: fix d3d12_video_nalu_writer_h264::write_slice_svc_prefixPohsiang (John) Hsu1-2/+3
2025-01-31d3d12: fix start code prevention in write_sei_nalu()Pohsiang (John) Hsu1-3/+3
2025-01-31d3d12: initialize ReconstructedPicTexturePohsiang (John) Hsu2-0/+2
2025-01-31d3d12: log all the field of dpb buffer for better diagnostic, cosmetic space ...Pohsiang (John) Hsu1-5/+11
2025-01-31d3d12: fix incorrect IsRefUsedByCurrentPic marking for P FramePohsiang (John) Hsu1-2/+5