summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
5 daysRevert "zink: use a slab allocator for zink_kopper_present_info"Dave Airlie3-5/+2
11 daysnir/lower_cl_images: set binding also for samplersKarol Herbst1-0/+1
12 daysrusticl/mesa/context: flush context before destructionKarol Herbst1-0/+1
12 daysrusticl/device: properly handle devices with no support for imagesKarol Herbst1-26/+54
12 daysrusticl/device/caps: move enough for has_imagesKarol Herbst3-40/+43
12 daysrusticl/device: add DeviceCaps and move timestamp stuff into itKarol Herbst3-13/+24
13 daysevent: break long dependency chains on dropKarol Herbst1-0/+22
13 daysRevert "rusticl/event: use Weak refs for dependencies"Karol Herbst2-18/+10
13 daysrusticl/spirv: enable more capsKarol Herbst1-0/+2
14 daysradv/video/encode: fix quality params on v2 hw.Dave Airlie1-1/+1
2024-05-10meson: Update proc_macro2 meson.build patchJosé Expósito1-0/+9
2024-05-09rusticl/icd: remove CLObjectKarol Herbst1-9/+0
2024-05-08rusticl/event: use Weak refs for dependenciesKarol Herbst2-10/+18
2024-05-08rusticl: add RUSTICL_MAX_WORK_GROUPSKarol Herbst3-2/+19
2024-05-08rusticl: lower huge gridsKarol Herbst4-9/+100
2024-05-08rusticl/kernel: properly handle grid and offsets being usizeKarol Herbst1-29/+26
2024-05-08rusticl: use stream uploader for cb0 if preferedKarol Herbst3-21/+40
2024-05-06nir: fix nir_shader_get_function_for_name for functions without names.Karol Herbst1-1/+1
2024-05-06nouveau: fix potential double-free in nouveau_drm_screen_createKarol Herbst1-2/+2
2024-05-02vulkan/wsi/wayland: refactor wsi_wl_swapchain_wait_for_presentSebastian Wick1-80/+85
2024-04-27rust/program: remove Program::kernelsKarol Herbst4-17/+18
2024-04-27rusticl/program: Arc the stored KernelInfoKarol Herbst2-4/+5
2024-04-27core/kernel: skip validating unique kernel signaturesKarol Herbst2-11/+6
2024-04-26wsi/wayland: Dispatch event queue in wsi_wl_swapchain_queue_presentMichel Dänzer1-0/+8
2024-04-24nir: document base_global_invocation_id and base_workgroup_idKarol Herbst1-0/+3
2024-04-24nir: remove workgroup_id_zero_baseKarol Herbst12-30/+22
2024-04-24nir: remove global_invocation_id_zero_baseKarol Herbst10-25/+16
2024-04-24mesa/st: lower base invoc and workgroup idKarol Herbst3-3/+15
2024-04-24lavapipe: lower base_workgroup_id to zeroKarol Herbst2-2/+6
2024-04-24v3d: call nir_lower_compute_system_values to get rid of base intrinsicsKarol Herbst1-0/+9
2024-04-24intel/compiler: lower workgoup id to index only for mesh shadersKarol Herbst1-1/+1
2024-04-24nir/divergence_analysis: handle load_base_global_invocation_idKarol Herbst1-0/+1
2024-04-24nir: add SYSTEM_VALUE_BASE_WORKGROUP_IDKarol Herbst4-0/+7
2024-04-24rusticl/program: handle -cl-no-subgroup-ifpKarol Herbst1-3/+5
2024-04-12egl/dri2: don't bind dri2 for zinkDave Airlie1-1/+1
2024-04-11radv/video: don't advertise timestamp bits for decode/encodeDave Airlie2-2/+5
2024-04-11radv/video: handle encode control parameters better.Dave Airlie1-65/+69
2024-04-11radv/video: enable video encoding behind perftest flagDave Airlie9-3/+91
2024-04-11radv/video: add h265 encode supportDave Airlie2-0/+488
2024-04-11radv/video: add initial support for encoding with h264.Dave Airlie6-7/+1635
2024-04-11radv/video: add parameter patching calls.Dave Airlie1-1/+18
2024-04-11radv: add encoder queue support pieces and encoder queries.Dave Airlie3-2/+56
2024-04-11radv: add direct cs emit for a dword.Dave Airlie1-0/+7
2024-04-11radv/video: export unified queue header/tail functions.Dave Airlie2-2/+7
2024-04-11vulkan/video: copy the profile over for h264 encode.Dave Airlie2-0/+2
2024-03-29meson: fix link failure with llvm-18Karol Herbst1-1/+4
2024-03-25radv/video: fix h265 decode with unaligned w/hDave Airlie1-4/+18
2024-03-21rusticl/util: make create_pipe_box indepentend of pipe_box's field typesKarol Herbst1-24/+15
2024-03-18Pass no-verify-fixpoint option to instcombine in LLVM 18Nikita Popov1-0/+4
2024-03-13nvk: enable a mappable bar heap when rebar is disabled.Dave Airlie2-4/+13