summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-28intel/dev/test: Assert (verx10 / 10) == ververx10-devinfo-testJordan Justen1-0/+1
2021-10-28broadcom/compiler: padding fixes to QPU assembly dumpsIago Toral Quiroga2-44/+46
2021-10-28zink: always use explicit lod for texture() when legal in non-fragment stagesMike Blumenkrantz1-0/+6
2021-10-28zink: set aspectMask for renderpass2 VkAttachmentReference2 structsMike Blumenkrantz1-0/+1
2021-10-28zink: use align64 for allocation sizesMike Blumenkrantz1-1/+1
2021-10-28zink: cache bo SpvId array typesMike Blumenkrantz1-1/+7
2021-10-28venus: implement vn_buffer_cache_entries_createYiwei Zhang1-2/+74
2021-10-28venus: implement vn_buffer_cache_get_memory_requirementsYiwei Zhang1-0/+46
2021-10-28venus: implement vn_buffer_get_max_buffer_sizeYiwei Zhang1-1/+27
2021-10-28venus: add buffer cache init and usage flowsYiwei Zhang5-13/+113
2021-10-28venus: add struct vn_image_memory_requirementsYiwei Zhang3-18/+21
2021-10-28venus: add struct vn_buffer_memory_requirementsYiwei Zhang4-14/+18
2021-10-28venus: refactor the ahb buffer mem_type_bits query apiYiwei Zhang3-5/+12
2021-10-28venus: refactor to add vn_buffer_initYiwei Zhang1-21/+32
2021-10-28venus: refactor to add vn_device_initYiwei Zhang1-54/+68
2021-10-28venus: release queues on device creation failureYiwei Zhang1-0/+8
2021-10-28zink: add better handling for CUBE_COMPATIBLE bitMike Blumenkrantz1-17/+14
2021-10-28venus: assign valid memoryTypeIndex of exportable ahb memory for imageYiwei Zhang3-12/+31
2021-10-27amd/rgp: Use VGH clocks for RGP workaround.Bas Nieuwenhuizen1-4/+4
2021-10-27ci/piglit-runner: Merge piglit-driver-*.txt files into driver-*.txt.Emma Anholt47-6151/+6237
2021-10-27ci/deqp-runner: Rename the deqp-drivername-*.txt files to drivername-*.txtEmma Anholt101-83/+83
2021-10-27iris: destroy our mutexes a little laterPaulo Zanoni1-3/+3
2021-10-27docs: update calendar for 21.3.0-rc3Eric Engestrom1-2/+1
2021-10-27venus: refactor private descriptor_set helpers to be privateYiwei Zhang2-21/+17
2021-10-27anv: Enable CCS for storage image formatsSagar Ghuge3-33/+73
2021-10-27anv: Pass correct aux usage while filling out surface stateSagar Ghuge1-5/+16
2021-10-27zink: move all shader bo/sharedmem access to compiler passesMike Blumenkrantz2-221/+138
2021-10-27zink: add more glsl base types to get_glsl_basetype()Mike Blumenkrantz1-0/+9
2021-10-27zink: move all 64-32bit shader store rewriting to nir passMike Blumenkrantz2-35/+37
2021-10-27zink: move shared intrinsic offset adjustments to compiler passesMike Blumenkrantz2-2/+8
2021-10-27zink: move ssbo store offset adjustment to compiler passesMike Blumenkrantz2-8/+7
2021-10-27zink: move all 64-32bit shader load rewriting to nir passMike Blumenkrantz2-58/+57
2021-10-27zink: run lower_io_to_scalar before rewriting bo accessMike Blumenkrantz1-2/+6
2021-10-27zink: move bo load offset adjustment to compiler passesMike Blumenkrantz2-10/+35
2021-10-27zink: run optimize_nir() only once during compileMike Blumenkrantz1-7/+14
2021-10-27nir/lower_io_to_scalar: add support for bo and shared ioMike Blumenkrantz1-0/+100
2021-10-27ci/radeonsi: Use a deqp-runner suite suite for stoney.Emma Anholt2-30/+34
2021-10-27util: use anonymous file for memory fd creationThomas Wagner2-15/+19
2021-10-27radv: don't use a separate cache entry for GS copy shadersRhys Perry1-43/+34
2021-10-27radv: fix invalid wait_dst_stage_mask typeSamuel Pitoiset1-1/+1
2021-10-27glsl/nir/linker: Also remove image variablesJason Ekstrand1-2/+4
2021-10-27broadcom/compiler: fix condition encoding bugIago Toral Quiroga1-2/+7
2021-10-27broadcom/compiler: rework simultaneous peripheral access checksIago Toral Quiroga3-41/+62
2021-10-27gbm: add GBM_FORMAT_GR1616 and RG1616Manuel Stoeckl3-0/+11
2021-10-27gbm: add missing R16 case in gbm_bo_get_bppManuel Stoeckl1-0/+1
2021-10-27radv: Add bufferDeviceAddressMultiDevice support.Bas Nieuwenhuizen1-1/+1
2021-10-27glthread: add a trivial thread-safe way to skip display list executionMarek Olšák3-0/+6
2021-10-27glthread: add an option to make glCheckFramebufferStatus a no-opMarek Olšák8-1/+18
2021-10-27glthread: don't sync for glIsEnabled with a few enumsMarek Olšák7-6/+53
2021-10-27glthread: don't execute display lists if they have no effectMarek Olšák2-1/+50