summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-03VERSION: bump for 21.3.0-rc4mesa-21.3.0-rc4Eric Engestrom1-1/+1
2021-11-03tu: fix rast state allocation size on a6xx gen4Danylo Piliaiev2-2/+4
2021-11-03zink: reject all storage multisampling if the feature is unsupportedMike Blumenkrantz3-5/+7
2021-11-03zink: add SpvCapabilityStorageImageMultisample for multisampled storage imagesMike Blumenkrantz2-1/+3
2021-11-03zink: stop double printing validation messagesMike Blumenkrantz2-5/+1
2021-11-03util/hash_table: Clear special 0/1 entries for u64 hash table tooJesse Natalie2-1/+3
2021-11-03vulkan/wsi: set correct bits for host allocations/exports for images.Dave Airlie2-3/+11
2021-11-03radv: Disable coherent L2 optimization on cards with noncoherent L2.Bas Nieuwenhuizen2-5/+12
2021-11-03intel/fs: Fix a cmod prop bug when cmod is set to inst that doesn't support itVadym Shovkoplias3-2/+37
2021-11-03lavapipe: Don't wrap errors returned from vk_device_init in vk_errorJason Ekstrand2-2/+2
2021-11-03zink: force float dest types on some alu resultsMike Blumenkrantz2-7/+16
2021-11-03zink: add more int/float types to cast switching in ntvMike Blumenkrantz2-1/+17
2021-11-03zink: explicitly enable VK_EXT_shader_subgroup_ballotMike Blumenkrantz2-1/+2
2021-11-03zink: clamp max buffer sizes to smallest buffer heap sizeMike Blumenkrantz2-4/+23
2021-11-03zink: error when trying to allocate a bo larger than heap sizeMike Blumenkrantz2-10/+16
2021-11-03zink: don't clamp 2D_ARRAY surfaces to 2DMike Blumenkrantz2-4/+1
2021-11-03zink: don't clamp cube array surfacess to cubesMike Blumenkrantz2-5/+2
2021-11-03lavapipe: drop EXT_acquire_xlib_displayDave Airlie2-4/+1
2021-11-03zink: flag renderpass change when toggling fbfetchMike Blumenkrantz2-2/+7
2021-11-03Revert "iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl-p/display 13"Jordan Justen2-3/+1
2021-11-03zink: inject LOD for sampler version of OpImageQuerySizeMike Blumenkrantz2-1/+9
2021-11-03zink: be more permissive for injecting LOD into texture() instructionsMike Blumenkrantz2-2/+2
2021-11-03radeonsi: print the border color error message only onceMarek Olšák2-4/+8
2021-11-03radeonsi: enable shader culling for indirect drawsMarek Olšák2-1/+2
2021-11-03util: make util_get_process_exec_path work on FreeBSD w/o procfsGreg V2-1/+13
2021-11-03iris: Fix MOCS for buffer copiesKenneth Graunke2-1/+5
2021-11-03ir3/ra: Check register file upper bound when updating preferred_regDanylo Piliaiev2-3/+8
2021-11-03zink: always use explicit lod for texture() when legal in non-fragment stagesMike Blumenkrantz2-1/+7
2021-11-03zink: set aspectMask for renderpass2 VkAttachmentReference2 structsMike Blumenkrantz2-1/+2
2021-11-03zink: use align64 for allocation sizesMike Blumenkrantz2-2/+2
2021-11-03zink: add better handling for CUBE_COMPATIBLE bitMike Blumenkrantz2-18/+15
2021-11-03.pick_status.json: Update to c356f3cfce9459dc1341b6a2a0fd5336a9bdcc3cEric Engestrom1-0/+2052
2021-10-27VERSION: bump for 21.3.0-rc3mesa-21.3.0-rc3Eric Engestrom1-1/+1
2021-10-27util: use anonymous file for memory fd creationThomas Wagner3-16/+20
2021-10-27radv: Add bufferDeviceAddressMultiDevice support.Bas Nieuwenhuizen2-2/+2
2021-10-27nir/lower_samplers_as_deref: rewrite more image intrinsicsMike Blumenkrantz2-2/+6
2021-10-27zink: more accurately update samplemask for fs shader keysMike Blumenkrantz4-10/+24
2021-10-27zink: fix gl_SampleMaskIn spirv generationMike Blumenkrantz2-6/+6
2021-10-27zink: don't add dynamic vertex pipeline states if no attribs are usedMike Blumenkrantz2-7/+9
2021-10-27zink: stop exporting PIPE_SHADER_CAP_FP16_DERIVATIVESMike Blumenkrantz2-3/+2
2021-10-27microsoft/spirv_to_dxil: turn sysvals into input varyingsMichael Tang2-1/+7
2021-10-27anv: fix push constant lowering with bindless shadersLionel Landwerlin2-3/+12
2021-10-27zink: don't check rebind count outside of buffer/image rebind functionMike Blumenkrantz2-3/+4
2021-10-27zink: only reset zink_resource::so_valid on buffer rebindMike Blumenkrantz2-5/+6
2021-10-27zink: don't break early when applying fb clearsMike Blumenkrantz2-5/+1
2021-10-27zink: detect prim type more accurately for tess/gs linesMike Blumenkrantz4-2/+38
2021-10-27vulkan/wsi/wayland: don't expose surface formats not fully supportedLionel Landwerlin2-30/+119
2021-10-27vulkan: Fix entrypoint generation when compiling for x86 with MSVCBoris Brezillon3-4/+4
2021-10-27aco: only load streamout buffers if streamout is enabledSamuel Pitoiset2-12/+6
2021-10-27radv: fix build errors with AndroidSamuel Pitoiset2-3/+3