summaryrefslogtreecommitdiff
path: root/.pick_status.json
AgeCommit message (Expand)AuthorFilesLines
2022-05-10.pick_status.json: Mark 8c1d9c7b744b2e5b40fd42cfd51256b16deea6a8 as denominatedDylan Baker1-1/+1
2022-05-10radv: fix memory leak of descriptor set layoutBenjamin Cheng1-1/+1
2022-05-10anv: re-alloc push constants after secondary command buffersIván Briano1-1/+1
2022-05-10gallivm: fix oob txf swizzlingMike Blumenkrantz1-1/+1
2022-05-10llvmpipe: always set ssbo data pointers for drawMike Blumenkrantz1-1/+1
2022-05-10gallivm/draw: fix oob ubo readsMike Blumenkrantz1-1/+1
2022-05-10st/draw_feedback: set constant buffer strideMike Blumenkrantz1-1/+1
2022-05-10lavapipe: fix CmdPushDescriptorSetWithTemplateKHR with refcountingMike Blumenkrantz1-1/+1
2022-05-10gallivm: fix ssbo oob readsMike Blumenkrantz1-1/+1
2022-05-10nir/opt_algebraic: Fix mask in shift by constant combining.Georg Lehmann1-1/+1
2022-05-10gallium/u_threaded_context: Use PIPE_MAX_SHADER_SAMPLER_VIEWS for sampler_buf...Jason Ekstrand1-1/+1
2022-05-10pan/mdg: Fix multiple spilt writes in the same bundleIcecream951-1/+1
2022-05-10pan/mdg: Return the instruction from mir_insert_instruction_*_scheduledIcecream951-1/+1
2022-05-10pan/mdg: Fix mask usage when filling before a spillIcecream951-1/+1
2022-05-10pan/mdg: Use MAX2 to set min_alignmentIcecream951-1/+1
2022-05-10pan/mdg: Keep min_bound at 16 when alignment requires itIcecream951-1/+1
2022-05-10nir/lower_shader_calls: put inserted instructions into a dummy blockLionel Landwerlin1-1/+1
2022-05-10nir/lower_shader_calls: don't insert code after break/continueLionel Landwerlin1-1/+1
2022-05-10nir/lower_shader_calls: don't use nop instructions as cursorsLionel Landwerlin1-1/+1
2022-05-10nir/cf: Return a cursor from nir_cf_extract as wellJason Ekstrand1-1/+1
2022-05-10nir/cf: return cursor after insertion of cf_listLionel Landwerlin1-1/+1
2022-05-10gallium/clover: pass -no-opaque-pointers to ClangThomas Debesse1-1/+1
2022-05-10vulkan/wsi/x11: Ensure we have the required number of images for acquire.Bas Nieuwenhuizen1-1/+1
2022-05-10nir/lower_tex: Copy more fields in lower_tex_to_txd and friendsIcecream951-1/+1
2022-05-10anv: advertise rectangularLines only for Gen10+Chia-I Wu1-1/+1
2022-05-10util/blitter: fix sampler restore with 0 saved samplersMike Blumenkrantz1-1/+1
2022-05-10.pick_status.json: Mark 8daf8ff730b777bb512a237a36783d781cbf9de9 as backportedDylan Baker1-1/+1
2022-05-10.pick_status.json: Mark 8b28d1751c76b0ba72dae1f6b916cb7f2bbc1c0c as backportedDylan Baker1-1/+1
2022-05-10.pick_status.json: Mark ae369e9f6d4f2c826f1f2a748c32a14f9d5f1f54 as backportedDylan Baker1-1/+1
2022-05-10.pick_status.json: Mark 0e49ef5c9f2ec34567613226ad498edca28bce88 as backportedDylan Baker1-1/+1
2022-05-10.pick_status.json: Mark 9a412c10b7a96adf71c9a2ca44a0abca75de1c49 as backportedDylan Baker1-1/+1
2022-05-10.pick_status.json: Mark 5ff3fa5912778adb8117fa26bfe4786b583e741b as backportedDylan Baker1-1/+1
2022-05-10.pick_status.json: Mark 6317f88b044501354a052064478d5b43dfe41809 as backportedDylan Baker1-1/+1
2022-05-10.pick_status.json: Update to 14b1ed1ce105d42652f70e2fd13c90fc4f2e7ffcDylan Baker1-0/+2628
2022-05-05radv: disable instance packing to fix pipeline query statsSamuel Pitoiset1-1/+1
2022-05-05.pick_status.json: Update to 17c98393f9f3cb0801b73b2d4c62442859417368Dylan Baker1-0/+189
2022-05-04vulkan/wsi: Set the right stage flags for semaphore waitsJason Ekstrand1-1/+1
2022-05-04anv: remove static_state_maskLionel Landwerlin1-1/+1
2022-05-04anv: don't emit 3DSTATE_VF_TOPOLOGY in pipeline batchLionel Landwerlin1-1/+1
2022-05-04anv: don't emit 3DSTATE_DEPTH_BOUNDS in pipeline batchLionel Landwerlin1-1/+1
2022-05-04anv: don't emit 3DSTATE_BLEND_STATE_POINTERS in pipeline batchLionel Landwerlin1-1/+1
2022-05-04anv: don't emit 3DSTATE_WM in pipeline batchLionel Landwerlin1-1/+1
2022-05-04anv: don't emit 3DSTATE_STREAMOUT in pipeline batchLionel Landwerlin1-1/+1
2022-05-04anv: never emit 3DSTATE_CPS in the pipeline batchLionel Landwerlin1-1/+1
2022-05-04anv: rework sample locationLionel Landwerlin1-1/+1
2022-05-04Revert "anv: fix dynamic state emission"Lionel Landwerlin1-1/+1
2022-05-04anv: add missing logic op set in pipeline dyn stateLionel Landwerlin1-1/+1
2022-05-04anv: reset all dynamic state after secondary executionLionel Landwerlin1-1/+1
2022-05-04radv: re-emit dynamic line stipple state if the primitive topology changedSamuel Pitoiset1-1/+1
2022-05-04aco/ra: fix vgpr_limitRhys Perry1-1/+1