summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-02-09iris: disable fast clear for cube array image viewsTapani Pälli1-0/+6
2023-02-09zink: fix pointcoord y inversionSoroushIMG7-24/+35
2023-02-08anv: uncompressed views of compressed 3d images are now validIván Briano1-1/+1
2023-02-08aco: fix imod/omod for gfx11 VOP3 opcodesGeorg Lehmann1-12/+12
2023-02-08util/vbuf: fix multidraw unrollingMike Blumenkrantz1-6/+4
2023-02-08zink: set PIPE_CAP_VALIDATE_ALL_DIRTY_STATESMike Blumenkrantz1-0/+1
2023-02-08gallium/auxiliary/vl: add crop to compute shaderThong Thai1-13/+31
2023-02-08lavapipe: Fix bad array index scale factor in lvp_inline_uniforms passIan Romanick1-1/+1
2023-02-08zink: use screen indexing for bindless descriptor set in template bindMike Blumenkrantz1-1/+1
2023-02-08zink: fix gpl lib hashingMike Blumenkrantz1-3/+31
2023-02-08zink: set zs feedback loop bit from driver workaround on ctx createMike Blumenkrantz1-0/+1
2023-02-08zink: set gfx feedback loop bit in pipeline state for driver workaroundMike Blumenkrantz1-0/+1
2023-02-08zink: add VK_PIPELINE_CREATE_DESCRIPTOR_BUFFER_BIT_EXT for gpl libsMike Blumenkrantz1-0/+4
2023-02-08zink: add a define for testing that an optimal key is the defaultMike Blumenkrantz1-0/+10
2023-02-08zink: add a define for the "default" optimal keyMike Blumenkrantz1-0/+3
2023-02-08zink: make last_vertex_stage the first bit in zink_vs_key_baseMike Blumenkrantz1-1/+1
2023-02-07radv: Disable NGG culling when conservative overestimation is used.Timur Kristóf1-6/+10
2023-02-07zink: clear null image surfaces to 0SoroushIMG1-0/+7
2023-02-07intel/ds: Fix crash when allocating more intel_ds_queues than u_vector was in...José Roberto de Souza11-61/+60
2023-02-07aco: fix out-of-bounds access when moving s_mem(real)time across SMEMRhys Perry1-1/+1
2023-02-07lavapipe: disable VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT for int formatsMike Blumenkrantz1-1/+1
2023-02-07v3dv: ensure we apply binning syncs to secondary command buffersIago Toral Quiroga3-4/+22
2023-02-07v3dv: ensure at least V3D_CL_MAX_INSTR_SIZE bytes in last CL instructionIago Toral Quiroga2-7/+13
2023-02-07loader: unregister special event in loader_dri3_drawable_finiYuxuan Shui1-0/+9
2023-02-07zink: Fix non debug builds failing to compile onSidney Just2-2/+2
2023-02-07dzn: Define a symbol that was present in older D3D headersJesse Natalie1-0/+3
2023-02-06hasvk: don't leave undefined values in exec->syncobj_valuesPaulo Zanoni1-1/+1
2023-02-06hasvk: check the return value of anv_execbuf_add_bo_bitset()Paulo Zanoni1-3/+5
2023-02-06zink: fix max acquired image countMike Blumenkrantz1-2/+2
2023-02-06zink: fix leak when rebinding same image surfaceSoroushIMG1-1/+4
2023-02-06zink: only save frag const buffers when used by blitSoroushIMG2-2/+5
2023-02-06radv: set state.vbo_misaligned_mask_invalid in radv_bind_vs_input_stateRhys Perry1-0/+6
2023-02-06ac/llvm: Fix validation error with global ioKonstantin Seurer1-1/+1
2023-02-06zink: fix cap check for arb sparse texture2SoroushIMG1-1/+3
2023-02-06zink: cache and reuse dummy inputattachment for fbfetchMike Blumenkrantz3-7/+27
2023-02-06zink: fix sparse residency query and minLOD feature checksSoroushIMG1-1/+3
2023-02-03Revert "radeonsi: enable glthread by default"Marek Olšák2-2/+0
2023-02-03ac/nir/ngg: fix clip dist culling mask uninitializedQiang Yu1-2/+5
2023-02-03anv: handle ATTACHMENT_OPTIMAL layoutConstantine Shablya1-2/+4
2023-02-03zink: set VK_PIPELINE_CREATE_DESCRIPTOR_BUFFER_BIT_EXT on compute pipelinesMike Blumenkrantz1-0/+2
2023-02-03zink: skip updating descriptor buffer sets that aren't activeMike Blumenkrantz1-0/+2
2023-02-03amd: fix typo in shadowed uconfig registers on gfx11Marek Olšák1-2/+2
2023-02-03amd: fix tile_swizzle on gfx11 - should be shifted by 10 bits, not 8Marek Olšák6-14/+8
2023-02-03amd: split GFX1103 into GFX1103_R1 and GFX1103_R2Marek Olšák8-12/+17
2023-02-03radeonsi/gfx11: unset SAMPLE_MASK_TRACKER_WATERMARK to fix hangsMarek Olšák1-1/+1
2023-02-03radeonsi: fix RB+ blending with sRGB formatsMarek Olšák1-1/+2
2023-02-03wsi/win32: Don't require buffer blits for software driversJesse Natalie1-3/+1
2023-02-03etnaviv: fix double scanout import of multiplanar resourcesLucas Stach1-9/+3
2023-02-02zink: rework descriptor buffer templating to use offsetsMike Blumenkrantz2-11/+11
2023-02-02zink: fix zink_mem_type_idx_from_bits()Mike Blumenkrantz1-1/+1