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