summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-09vc4: Stop advertising support for VS color clamping.Eric Anholt3-6/+1
2021-02-09vc4: Stop advertising support for PIPE_CAP_TWO_SIDED_COLOR.Eric Anholt3-5/+1
2021-02-09vc4: Remove vestiges of alpha test lowering.Eric Anholt3-12/+0
2021-02-09mesa/st: Assume that the default variant is always first in the list.Eric Anholt2-33/+21
2021-02-09mesa/st: Always precompile the first shader variant.Eric Anholt3-8/+4
2021-02-10freedreno/a5xx: Don't forget to count our custom blits against queries.Eric Anholt1-0/+7
2021-02-10freedreno: Remove FD_STAGE_* in favor of a "disable_all" flag.Eric Anholt16-56/+45
2021-02-10freedreno: Force updating active queries on batch reordering.Eric Anholt1-0/+1
2021-02-10ci/virgl: Fix GLES31 testing on desktop GL.Eric Anholt2-4571/+2431
2021-02-09features: mark off GL 4.3 for zinkMike Blumenkrantz1-12/+12
2021-02-09zink: GLSL 430Mike Blumenkrantz1-1/+1
2021-02-10zink: enable computeMike Blumenkrantz2-3/+1
2021-02-10zink: export compute-specific shader/compute capsMike Blumenkrantz1-0/+64
2021-02-10zink: add launch_grid pipe_context hook for compute handlingMike Blumenkrantz3-0/+29
2021-02-10zink: flush gfx/compute batches when the other pipeline needs resource syncMike Blumenkrantz1-2/+15
2021-02-10zink: handle descriptor set updates for compute operationsMike Blumenkrantz1-8/+27
2021-02-10zink: handle memory barriers for compute batchMike Blumenkrantz1-0/+7
2021-02-10zink: setup compute batch and add handlingMike Blumenkrantz2-4/+29
2021-02-10zink: break out descriptor updating into separate functionMike Blumenkrantz1-174/+194
2021-02-10zink: add compute programs and pipelinesMike Blumenkrantz9-15/+327
2021-02-10zink: rename pipeline_cache_entry -> gfx_pipeline_cache_entryMike Blumenkrantz1-4/+4
2021-02-10zink: explicitly get shader stage from shader during binding setup in drawMike Blumenkrantz1-24/+26
2021-02-10zink: make allocate_descriptor_set() take more params instead of a gfx_programMike Blumenkrantz1-5/+6
2021-02-10zink: refactor batch creationMike Blumenkrantz1-39/+48
2021-02-10zink: take a pipe_reference param in zink_batch_reference_programMike Blumenkrantz3-5/+6
2021-02-10zink: ignore compute batch when starting/ending batchesMike Blumenkrantz1-2/+2
2021-02-10zink: handle nir_intrinsic_memory_barrier_shared in ntvMike Blumenkrantz1-0/+6
2021-02-10zink: add handling for shared atomic ops in ntvMike Blumenkrantz1-3/+38
2021-02-10zink: implement shared load/store nir ops in ntvMike Blumenkrantz1-0/+75
2021-02-10zink: handle COMPUTE glsl variablesMike Blumenkrantz1-0/+23
2021-02-10zink: handle COMPUTE setup in ntvMike Blumenkrantz1-4/+41
2021-02-10zink: handle COMPUTE bindings in compiler/ntvMike Blumenkrantz1-2/+1
2021-02-10zink: add spirv_builder function for emitting a 3word literal exec modeMike Blumenkrantz2-0/+15
2021-02-10zink: wait on compute batch when necessary during transfer mapMike Blumenkrantz1-2/+14
2021-02-10zink: make zink_batch_reference_resource_rw return usage infoMike Blumenkrantz2-2/+18
2021-02-10zink: make get_resource_usage() publicMike Blumenkrantz2-5/+8
2021-02-10zink: bump resource usage flags to allow 5 batchesMike Blumenkrantz1-1/+1
2021-02-10zink: add defines for compute batch and gfx batch countMike Blumenkrantz4-4/+8
2021-02-09intel/stub: plug some gaps in our ioctl fakingLionel Landwerlin1-0/+22
2021-02-09drm-shim: report support for timeline semaphoresLionel Landwerlin1-0/+1
2021-02-09anv: only signal wsi fence BO on last command bufferLionel Landwerlin1-2/+4
2021-02-09anv: break up internal queueing functionLionel Landwerlin1-88/+152
2021-02-09anv: add a comment describing has_relocs fieldLionel Landwerlin1-0/+5
2021-02-09vulkan/lavapipe: add missing VKAPI_ATTR/CALLMichel Zou19-231/+232
2021-02-09aco: remove loop to flag loop blocks as WQMRhys Perry1-24/+1
2021-02-09aco: rewrite setting of Exact_BranchRhys Perry1-11/+65
2021-02-09aco: do not flag all blocks WQM to ensure we enter all nested loops in WQMRhys Perry1-2/+0
2021-02-09ci: Append build image tag to LAVA tag used for minio pathMichel Dänzer1-2/+7
2021-02-09ci: Incorporate base image tag into dependent image tagsMichel Dänzer2-12/+32
2021-02-09ci: Add and use .set-image template to construct docker image nameMichel Dänzer1-13/+38