summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* vulkan: Win32 sync import/export supportJesse Natalie2023-05-153-14/+245
* intel: switch over to unified atomicsLionel Landwerlin2023-05-159-341/+77
* radv: Move perf counter CS creation to where it's used.Timur Kristóf2023-05-151-19/+14
* radv/amdgpu: Use STACK_ARRAY for IB array to reduce stack usage.Timur Kristóf2023-05-151-5/+8
* radv/amdgpu: Pass preambles to get_bo_list.Timur Kristóf2023-05-151-20/+20
* radv/amdgpu: Split radv_amdgpu_get_bo_list to smaller functions.Timur Kristóf2023-05-151-48/+60
* radv/amdgpu: Remove unused extra BO array.Timur Kristóf2023-05-151-12/+4
* zink: do not open-code memcpyErik Faye-Lund2023-05-151-2/+3
* zink: clean up tcs_vertices_out_word handlingErik Faye-Lund2023-05-151-7/+5
* zink: fix bad indentErik Faye-Lund2023-05-151-1/+1
* nir/inline_uniforms: Handle num_components > 1Konstantin Seurer2023-05-151-1/+1
* gallium/nir: Handle unified atomics in nir_to_tgsi_infoKonstantin Seurer2023-05-151-0/+8
* radv: Use common GetPhysicalDeviceFeatures2Alyssa Rosenzweig2023-05-151-641/+372
* radv: Constify radv_device_supports_etcAlyssa Rosenzweig2023-05-152-2/+2
* pvr: fixup stack overflow in {start,end}_sub_cmdLuigi Santivetti2023-05-151-6/+19
* zink: add some ci flakesMike Blumenkrantz2023-05-152-0/+8
* amd/drm-shim: add navi10Rhys Perry2023-05-151-0/+129
* amd/drm-shim: add vega10Rhys Perry2023-05-151-0/+129
* amd/drm-shim: add polaris10Rhys Perry2023-05-151-0/+190
* amd/drm-shim: move device list to external fileRhys Perry2023-05-154-886/+908
* zink: don't create invalid inputs in `zink_create_quads_emulation_gs`antonino2023-05-151-0/+5
* nir: make var arrays large enough in `nir_create_passthrough_gs`antonino2023-05-151-2/+2
* zink: handle interface blocks in `copy_vars`antonino2023-05-151-1/+1
* nir: handle interface blocks in `copy_vars`antonino2023-05-151-1/+1
* zink: don't replace non generated gsantonino2023-05-151-2/+2
* nir: don't create invalid inputs in `nir_create_passthrough_gs`antonino2023-05-151-0/+5
* nir: use `nir_variable_clone` in `nir_create_passthrough_gs`antonino2023-05-151-23/+11
* pvr: Remove unneeded assert in pvr_get_hw_clear_color()Matt Coster2023-05-151-7/+0
* pvr: Fix off-by-one in pvr_cmd_buffer_upload_desc_set_table() assertMatt Coster2023-05-151-1/+1
* pvr: Correctly compile graphics pipelines without a fragment shaderMatt Coster2023-05-151-75/+81
* pvr: Initialize aspect_mask when creating buffer viewsMatt Coster2023-05-151-0/+1
* pvr: Actually check for depth load when setting up load op constantsMatt Coster2023-05-151-1/+11
* radv: stop using the pipeline for determining the null export workaroundSamuel Pitoiset2023-05-153-28/+47
* radv: remove unused pipeline param in radv_generate_ps_epilog_key()Samuel Pitoiset2023-05-153-7/+3
* radv: reset the emitted PS epilog when a new fragment shader is boundSamuel Pitoiset2023-05-151-11/+11
* panvk: drop path from panvk_physical_device structDavid Heidelberg2023-05-152-3/+0
* radv/ci: Test ray tracing pipelinesKonstantin Seurer2023-05-151-0/+1
* radv: advertise VK_EXT_tooling_infoSamuel Pitoiset2023-05-151-0/+71
* broadcom/compiler: use unified atomicsIago Toral Quiroga2023-05-154-139/+82
* radv: stop compiling a noop FS when the application doesn't provide a FSSamuel Pitoiset2023-05-151-86/+61
* radv: allow to determine NGG settings with a NULL fragment shaderSamuel Pitoiset2023-05-151-3/+3
* radv: rework the checks for implicit exports with GPLSamuel Pitoiset2023-05-152-2/+4
* radv: handle NULL fragment shaders when creating graphics pipelinesSamuel Pitoiset2023-05-151-23/+28
* radv: handle NULL fragment shaders when recording cmdbufSamuel Pitoiset2023-05-151-10/+14
* radv: implement dynamic sample locations enableSamuel Pitoiset2023-05-155-21/+39
* glx: fix build with APPLEGLFilip Gawin2023-05-151-1/+2
* radeonsi: be able to use aco compiler for mono psQiang Yu2023-05-151-1/+7
* radeonsi: fixup sampler desc for tg4 in nirQiang Yu2023-05-151-0/+20
* ac/llvm,radeonsi: enable lower_array_layer_round_evenQiang Yu2023-05-152-24/+1
* radeonsi: clamp shadow texture reference in nir for acoQiang Yu2023-05-151-5/+50