summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-15radeonsi: disable SDMA on gfx6-7 and gfx10.3 to decrease CPU overheadMarek Olšák1-18/+15
2020-12-15radeonsi: fix regression on gpus using the radeon winsys.Dave Airlie1-0/+2
2020-12-15anv: Add DRM_RDWR flag in anv_gem_handle_to_fdRobin Ole Heinemann1-1/+1
2020-12-14spirv: fix GLSLstd450Modf/GLSLstd450Frexp when the destination is vectorRhys Perry1-4/+10
2020-12-14ac: fix min/max_good_num_cu_per_sa on gfx10.3 with disabled SEsMarek Olšák3-4/+15
2020-12-14ac: Don't negate strstr return values in ac_query_gpu_infoMichel Dänzer1-3/+3
2020-12-14ac: fix detection of Pro graphicsMarek Olšák1-3/+3
2020-12-14radeonsi: determine correctly if switching from normal launch to fast launchMarek Olšák1-11/+22
2020-12-14radv: Fix exporting/importing multisample images.Bas Nieuwenhuizen2-126/+131
2020-12-14radv: Fix budget calculations with large BAR.Bas Nieuwenhuizen2-39/+42
2020-12-14radv: Skip tiny non-visible VRAM heap.Bas Nieuwenhuizen1-1/+4
2020-12-14nir/lower_returns: Append missing phis' sources after "break" insertionDanylo Piliaiev5-7/+239
2020-12-14radv: disable SQTT support for unsupported GPUsSamuel Pitoiset1-0/+6
2020-12-14radv: ignore other blend targets if dual-source blending is enabledSamuel Pitoiset1-1/+9
2020-12-14aco: fix combining max(-min(a, b), c) if a or b uses the neg modifierSamuel Pitoiset2-4/+27
2020-12-14radv: don't count unusable vertices to the NGG LDS sizeSamuel Pitoiset1-5/+15
2020-12-14radv: fix applying the NGG minimum vertex count requirementSamuel Pitoiset1-3/+8
2020-12-14radv: do VGT_FLUSH when switching NGG -> legacy on Sienna CichlidSamuel Pitoiset1-4/+5
2020-12-14radv: fix optimizing needed states if some are marked as dynamicSamuel Pitoiset1-10/+22
2020-12-14radv: fix ignoring the vertex attribute stride if set as dynamicSamuel Pitoiset1-1/+31
2020-12-14aco: fix DCE of rematerializable phi operandsDaniel Schürmann1-8/+7
2020-12-14radv: fix access to uninitialized radeon_bo_metadataSimon Ser1-3/+2
2020-12-14st/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_VIEWPORTMike Blumenkrantz1-1/+1
2020-12-14zink: really fix direct image mapping offset (I mean it this time)Mike Blumenkrantz1-2/+2
2020-12-14zink: fix direct image mapping offsetMike Blumenkrantz1-3/+6
2020-12-11aco/ra: use get_reg_specified() for p_extract_vectorDaniel Schürmann1-7/+3
2020-12-11aco: Use program->num_waves as maximum in scheduler.Timur Kristóf1-2/+2
2020-12-11android: fix build failure with libbacktracecheyang1-1/+3
2020-12-10anv: fix calculation of buffer size in case dynamic size is usedTapani Pälli1-4/+15
2020-12-09radv: Deal with unused attachments in mip flushBas Nieuwenhuizen1-0/+3
2020-12-09radv: Fix a hang on CB change by adding flushes.Bas Nieuwenhuizen2-0/+76
2020-12-09zink: Cap PIPE_SHADER_CAP_MAX_CONST_BUFFERS to 32Witold Baryluk2-1/+3
2020-12-09softpipe: Fix swizzled texture gather of int textures.Eric Anholt2-6/+10
2020-12-09aco: use UINT64_C on 64 bit constant argumentsJonathan Gray1-2/+2
2020-12-09iris: Fix resource ptr in resolve_sampler_viewsNanley Chery1-1/+1
2020-12-09panfrost: Make sure we always add a reader -> write dependency when neededBoris Brezillon1-3/+5
2020-12-09iris: update depth value for stages after fast clear depthAndrii Simiklit1-0/+1
2020-12-09android: spirv: fix '::' typo in gen rulesMauro Rossi1-2/+2
2020-12-08iris: fix memleak for query_buffer_uploaderyshi181-0/+1
2020-12-08radv: disable alphaToOne featureSamuel Pitoiset1-1/+1
2020-12-08gallium: do not reset buffers for unsupported stagesErik Faye-Lund1-0/+18
2020-12-07radv: fix exporting multiviews with NGGSamuel Pitoiset1-1/+6
2020-12-07radv: mark GFX10.3 as a non-conformant Vulkan implementationSamuel Pitoiset1-1/+2
2020-12-07aco: don't assume src=lower when splitting self-intersecting copiesRhys Perry1-16/+13
2020-12-07iris: store copy of the border color in the border color hash tableMarcin Ślusarz1-1/+1
2020-12-03freedreno: Break out of "should we free the entry" loop once we've freed.Eric Anholt1-0/+1
2020-12-03gallium: Fix leak of currently bound UBOs at CSO context destruction.Eric Anholt1-4/+5
2020-12-03gallivm: Fix max const buffer count.Eric Anholt1-1/+1
2020-12-03gallium: Fix leak of bound SSBOs at CSO context destruction.Eric Anholt1-0/+7
2020-12-03freedreno: Fix leak of u_transfer_helper.Eric Anholt1-0/+2