summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-20Update file dxil_module.cuav-counter-metaJesse Natalie1-1/+1
2024-02-20intel/fs: Don't include sync.nop in instruction count statisticsKenneth Graunke1-3/+8
2024-02-20zink: add checks/compat for low-spec descriptor buffer implementationsMike Blumenkrantz1-0/+11
2024-02-20iris: Remove no-ops from storage image loweringCaio Oliveira1-5/+8
2024-02-20anv: Remove lower_atomics from storage image lowering optsCaio Oliveira1-4/+1
2024-02-20mesa: add more driver support checks for more format queriesMike Blumenkrantz1-0/+8
2024-02-20vk/wsi/x11/sw: use swapchain depth for putimageMike Blumenkrantz1-2/+2
2024-02-20drisw/egl: delete unused buffer age handlingMike Blumenkrantz1-12/+0
2024-02-20drisw: hook up EXT_buffer_ageMike Blumenkrantz6-2/+43
2024-02-20egl/x11/swrast: deduplicate ANGLE_sync_control_rate enablementMike Blumenkrantz1-4/+1
2024-02-20intel/clc: workaround LLVM17 opaque pointersLionel Landwerlin4-15/+183
2024-02-20intel/clc: lower temp function/shader variables togetherLionel Landwerlin1-3/+3
2024-02-20genxml: generate opencl temporary variables with private qualifierLionel Landwerlin1-2/+2
2024-02-20zink/nir_to_spirv: emit ViewportIndex cap also for inputsGert Wollny1-0/+8
2024-02-20anv: fix emission of Wa_14015055625Lionel Landwerlin2-5/+16
2024-02-20vulkan/properties: Start looping from the next member in GPDP2Oskar Viljasaar1-1/+1
2024-02-20radv: fix a compilation warning in radv_bind_graphics_shaders()Samuel Pitoiset1-0/+1
2024-02-20ci/lava: Broader R8152 error handlingGuilherme Gallo3-14/+28
2024-02-19zink: avoid infinite recursion on (very) small BAR systems in bo allocMike Blumenkrantz1-0/+2
2024-02-19zink: compute bo unique_id on use, not creationMike Blumenkrantz1-4/+1
2024-02-19zink: add an assert for dummy fb surface creationMike Blumenkrantz1-0/+1
2024-02-19zink: validate sample count on image createMike Blumenkrantz1-0/+2
2024-02-19zink: pre-check formats for samplecount supportMike Blumenkrantz1-0/+71
2024-02-19zink: flag the use_img as unsync access with buf2img copies, not the swapchainMike Blumenkrantz1-1/+1
2024-02-19zink: delete maxDescriptorBufferBindings checksMike Blumenkrantz1-17/+0
2024-02-19radv: use radv_shader_info for computing NGG LDS layoutSamuel Pitoiset1-4/+4
2024-02-19radv: store the number of outputs for VS/TES as NGGSamuel Pitoiset3-2/+13
2024-02-19radv: determine the number of invocations only for VS/TES as NGGSamuel Pitoiset1-7/+4
2024-02-19radv: set radv_vgt_shader_key::ngg_streamout for ESOSamuel Pitoiset1-0/+1
2024-02-19radv: prefix radv_vgt_shader_key::streamout with nggSamuel Pitoiset2-4/+4
2024-02-19radv: determine the ES stage for merged NGG shaders compiled separatelySamuel Pitoiset1-1/+11
2024-02-19radv: pass the ES stage when emitting geometry shader with ESOSamuel Pitoiset1-2/+7
2024-02-19meson/rusticl: import rust instead of unstable-rustKarol Herbst1-1/+1
2024-02-19zink: add a750 baselineMike Blumenkrantz3-0/+610
2024-02-19zink: do not use undefined stage mask if on missing KHR_synchronization2Corentin Noël1-1/+1
2024-02-19zink: use symbolic values instead of 0Corentin Noël1-4/+5
2024-02-19r300: fix vertex_buffer related refcnt imbalancePatrick Lerda1-0/+3
2024-02-19zink: always enable glsl_correct_derivatives_after_discardMike Blumenkrantz3-5/+1
2024-02-19anv: fix Wa_16013994831 macrosLionel Landwerlin2-1/+3
2024-02-19anv: remove unused definitionLionel Landwerlin1-2/+0
2024-02-19anv: reenable ANV_ALWAYS_BINDLESSLionel Landwerlin1-2/+30
2024-02-19anv: factor out descriptor buffer flushingLionel Landwerlin5-64/+104
2024-02-19anv: fixup push descriptor shader analysisLionel Landwerlin3-38/+80
2024-02-19android: Use system = 'android' in crossfileJoshua Ashton2-25/+22
2024-02-19radv: disable conditional rendering if enabled when preprocessing DGCSamuel Pitoiset1-0/+9
2024-02-19radv: stop using conditional rendering internally when preprocessing DGCSamuel Pitoiset1-16/+0
2024-02-17mesa: check driver format support for certain GetInternalformativ queriesMike Blumenkrantz3-1/+71
2024-02-17radv: Remove ray_launch_size_addr_amd system value.Bas Nieuwenhuizen12-24/+0
2024-02-17winsys/amdgpu: enable unlimited number of parallel queues for VCNMarek Olšák4-97/+203
2024-02-17winsys/amdgpu: convert amdgpu_cs.c to .cppMarek Olšák4-34/+58