summaryrefslogtreecommitdiff
path: root/.pick_status.json
AgeCommit message (Expand)AuthorFilesLines
2021-01-20aco: fix convert_to_SDWA() check in add_subdword_definition()Rhys Perry1-1/+1
2021-01-20radeonsi: inhibit clockgating when using SQTTPierre-Eric Pelloux-Prayer1-1/+1
2021-01-20radv: flush L2 metadata as part of CB/DB flush instead of CS_DONE on GFX9Samuel Pitoiset1-1/+1
2021-01-20mesa: fix alpha channel of ETC2_SRGB8 decompression for !bgraMarek Olšák1-1/+1
2021-01-20pan/bi: Iterate from zero when setting RA interferenceIcecream951-1/+1
2021-01-20pan/bi: Fix printing of node 0Alyssa Rosenzweig1-1/+1
2021-01-20pan/bi: Fix RA of node 0Alyssa Rosenzweig1-1/+1
2021-01-20pan/bi: Fix 64-bit SSBO addressesAlyssa Rosenzweig1-1/+1
2021-01-20pan/mdg: Fix spilling when scratch memory is usedIcecream951-1/+1
2021-01-20nvc0: index_bias is now only set for indexed drawsIlia Mirkin1-1/+1
2021-01-20cso: set index_bounds_valid = true for arrays drawsIlia Mirkin1-1/+1
2021-01-20zink: handle NULL views in zink_set_sampler_viewsErik Faye-Lund1-1/+1
2021-01-20radv: Do not use a pipe offset for aliased sparse images.Bas Nieuwenhuizen1-1/+1
2021-01-20wsi/x11: Use get_screen_resources_current in wsi_x11_detect_xwaylandMichel Dänzer1-1/+1
2021-01-20glsl: only expose int64 atomics when extension is enabledIlia Mirkin1-1/+1
2021-01-20ac/surface: Fix GFX9 sparse mip info.Bas Nieuwenhuizen1-1/+1
2021-01-20lavapipe: fix missing piece of VK_KHR_get_physical_device_properties2Dave Airlie1-1/+1
2021-01-19pan/bi: Fix assertionAlyssa Rosenzweig1-1/+1
2021-01-19device-select-layer: update for vulkan 1.2Dave Airlie1-1/+1
2021-01-19util: Fix pointer to integer conversion error when using libunwindJeremy Huddleston Sequoia1-1/+1
2021-01-19util/format: Fix pack/unpack of A1R5G5B5_UINT.Eric Anholt1-1/+1
2021-01-19.pick_status.json: Update to 3e13c1f8dfef4a4c0fd5e79bbc364f9e5f998856Dylan Baker1-0/+990
2021-01-15intel/mi_builder: fix self modifying batchesLionel Landwerlin1-1/+1
2021-01-15v3d: fix dest offset in TFU setupJuan A. Suarez Romero1-1/+1
2021-01-15android: r600/sfn: add sfn_nir_lower_64bit.cpp to Makefile.sourcesMauro Rossi1-1/+1
2021-01-15radv: do not invalidate the L2 metadata cache on compute queuesSamuel Pitoiset1-1/+1
2021-01-15mesa: always set valid index bounds for non-indexed draws for classic driversMarek Olšák1-1/+1
2021-01-15iris: Fix android build due to missing link to libmesa_iris_gen125Jordan Justen1-1/+1
2021-01-15iris: only set point sprite overrides if actually using pointsYevhenii Kolesnikov1-1/+1
2021-01-15.pick_status.json: Update to c27347b2e1883a30e023347a36bdcf86cdec4a7cDylan Baker1-0/+684
2021-01-14radeonsi: invalidate compute sgprs in si_rebind_bufferPierre-Eric Pelloux-Prayer1-1/+1
2021-01-14anv: add transfer usage for color/depth/stencil attachmentsLionel Landwerlin1-1/+1
2021-01-14lavapipe: Defer lavapipe warning to CreateDeviceWitold Baryluk1-1/+1
2021-01-14.pick_status.json: Update to 184bbef33d1fff3520958c130f2b8e4fce17379cDylan Baker1-0/+342
2021-01-13nir/loop_unroll: unroll more aggressively if it can improve load schedulingRhys Perry1-1/+1
2021-01-13aco: remove divergent branches which only jump over very few instructionsDaniel Schürmann1-1/+1
2021-01-13aco: propagate swizzles when optimizing packed clamp & fmaDaniel Schürmann1-1/+1
2021-01-13aco: optimize v_pk_fma_f16 -> v_pk_fmac_f16 on GFX10Daniel Schürmann1-1/+1
2021-01-13aco: optimize packed fnegDaniel Schürmann1-1/+1
2021-01-13aco: optimize packed clampDaniel Schürmann1-1/+1
2021-01-13aco: optimize packed mul+add to v_pk_fma_f16Daniel Schürmann1-1/+1
2021-01-13aco: simplify multiply-add combiningDaniel Schürmann1-1/+1
2021-01-13radv: vectorize 16bit instructionsDaniel Schürmann1-1/+1
2021-01-13aco: emit packed 16bit instructionsDaniel Schürmann1-1/+1
2021-01-13aco: create helpers to emit vop3p instructionsDaniel Schürmann1-1/+1
2021-01-13aco: change usesModifiers() considering opsel_hi on packed instructionsDaniel Schürmann1-1/+1
2021-01-13aco: allow SGPRs on every src position for VOP3PDaniel Schürmann1-1/+1
2021-01-13aco: allow constants/literals on every src position for VOP3PDaniel Schürmann1-1/+1
2021-01-13aco/RA: fix subdword operands on VOP3P instructionsDaniel Schürmann1-1/+1
2021-01-13aco: fix VOP3P assembly, VN and validationDaniel Schürmann1-1/+1