summaryrefslogtreecommitdiff
path: root/.pick_status.json
AgeCommit message (Expand)AuthorFilesLines
2020-12-15radeonsi: disable SDMA on gfx6-7 and gfx10.3 to decrease CPU overheadMarek Olšák1-1/+1
2020-12-15anv: Add DRM_RDWR flag in anv_gem_handle_to_fdRobin Ole Heinemann1-1/+1
2020-12-15.pick_status.json: Update to ada9be1ec9e14fc045086411fbf2d3cb0efbbe2fDylan Baker1-0/+234
2020-12-14aco: fix DCE of rematerializable phi operandsDaniel Schürmann1-1/+1
2020-12-14radv: fix access to uninitialized radeon_bo_metadataSimon Ser1-1/+1
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-1/+1
2020-12-14zink: fix direct image mapping offsetMike Blumenkrantz1-1/+1
2020-12-14.pick_status.json: Update to a7fb3954a1318a6b27e1405a9e799dd8f06eaa34Dylan Baker1-0/+306
2020-12-11aco/ra: use get_reg_specified() for p_extract_vectorDaniel Schürmann1-1/+1
2020-12-11aco: Use program->num_waves as maximum in scheduler.Timur Kristóf1-1/+1
2020-12-11android: fix build failure with libbacktracecheyang1-1/+1
2020-12-11.pick_status.json: Update to 84c8a35aa2ca4d4de66192933735094ed07b4aaaDylan Baker1-0/+261
2020-12-10ci: .lava-test:amd64 template needs arm_buildMichel Dänzer1-1/+1
2020-12-10anv: fix calculation of buffer size in case dynamic size is usedTapani Pälli1-1/+1
2020-12-10.pick_status.json: Update to cf3fc79cd0ab55776bbbabe76237c272ab07133eDylan Baker1-0/+252
2020-12-09radv: Deal with unused attachments in mip flushBas Nieuwenhuizen1-2/+2
2020-12-09radv: Fix a hang on CB change by adding flushes.Bas Nieuwenhuizen1-1/+1
2020-12-09zink: Cap PIPE_SHADER_CAP_MAX_CONST_BUFFERS to 32Witold Baryluk1-1/+1
2020-12-09softpipe: Fix swizzled texture gather of int textures.Eric Anholt1-1/+1
2020-12-09aco: use UINT64_C on 64 bit constant argumentsJonathan Gray1-1/+1
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-1/+1
2020-12-09iris: update depth value for stages after fast clear depthAndrii Simiklit1-1/+1
2020-12-09android: spirv: fix '::' typo in gen rulesMauro Rossi1-1/+1
2020-12-09.pick_status.json: Update to 3f0da800eb4b8184c24707c52d5a519abe948898Dylan Baker1-0/+909
2020-12-08iris: fix memleak for query_buffer_uploaderyshi181-1/+1
2020-12-08radv: disable alphaToOne featureSamuel Pitoiset1-1/+1
2020-12-08gallium: do not reset buffers for unsupported stagesErik Faye-Lund1-1/+1
2020-12-08.pick_status.json: Update to f93b7d14d66d8ba70d44772d1a1b6696310b7d17Dylan Baker1-0/+333
2020-12-07radv: fix exporting multiviews with NGGSamuel Pitoiset1-1/+1
2020-12-07radv: mark GFX10.3 as a non-conformant Vulkan implementationSamuel Pitoiset1-1/+1
2020-12-07meson: Fix Clang microsoft-enum-value detection.Vinson Lee1-1/+1
2020-12-07aco: don't assume src=lower when splitting self-intersecting copiesRhys Perry1-1/+1
2020-12-07iris: store copy of the border color in the border color hash tableMarcin Ślusarz1-1/+1
2020-12-07.pick_status.json: Update to ec3828add38a83b8c09fd5896265abc9d766162eDylan Baker1-0/+864
2020-12-03freedreno: Break out of "should we free the entry" loop once we've freed.Eric Anholt1-1/+1
2020-12-03gallium: Fix leak of currently bound UBOs at CSO context destruction.Eric Anholt1-1/+1
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-1/+1
2020-12-03freedreno: Fix leak of u_transfer_helper.Eric Anholt1-1/+1
2020-12-03freedreno: Add missing dependency to buildDaniel Stone1-1/+1
2020-12-03radv: Fix leak in radv_amdgpu_winsys_destroy()James Park1-1/+1
2020-12-03radeonsi: disable WGP mode on gfx10.3 to prevent hangsMarek Olšák1-1/+1
2020-12-03radeonsi: fix a nasty bug in si_pm4.cMarek Olšák1-1/+1
2020-12-03radeonsi: fix a memory leak in si_create_dcc_retile_csMarek Olšák1-1/+1
2020-12-03aco: fix fp16 *0.5 omodRhys Perry1-1/+1
2020-12-03aco: disable omod if the sign of zeros should be preservedRhys Perry1-1/+1
2020-12-03aco: disallow various v_add_u32 opts if modifiers are usedRhys Perry1-1/+1
2020-12-03aco: fix combine_constant_comparison_ordering() NaN check with 16/64-bitRhys Perry1-1/+1