summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2019-07-23lima/ppir: fix branch codegen register encodeErico Nunes1-2/+2
2019-07-23lima/ppir: fix debug logs in regallocErico Nunes1-2/+2
2019-07-23lima/ppir: fix alignment on regalloc spilling loadsErico Nunes1-1/+1
2019-07-22gallium: remove boolean from state tracker APIsIlia Mirkin20-144/+142
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin160-769/+769
2019-07-22radeonsi: fix warning: ‘ret’ may be used uninitializedMarek Olšák1-1/+1
2019-07-22tgsi: fix warning: ‘interp’ may be used uninitializedMarek Olšák1-0/+1
2019-07-22gallivm: fix warning: ‘op’ may be used uninitializedMarek Olšák1-0/+3
2019-07-22iris: Support storage images that have matching typed formats for readsKenneth Graunke1-3/+2
2019-07-22iris: Stop advertising MSAA storage images by mistakeKenneth Graunke1-1/+1
2019-07-22panfrost: Set `initialized` in more casesAlyssa Rosenzweig2-10/+9
2019-07-22panfrost/ci: Update expectationsAlyssa Rosenzweig1-4/+0
2019-07-22panfrost/midgard: Implement register spillingAlyssa Rosenzweig1-1/+2
2019-07-22v3d: fill logicop_func in the fragment shader key when precompiling shadersIago Toral Quiroga1-0/+2
2019-07-19virgl: fix a sync issue in virgl_buffer_transfer_extendChia-I Wu1-62/+15
2019-07-19virgl: rework virgl_transfer_queue_extendChia-I Wu3-25/+24
2019-07-19virgl: fix virgl_buffer_transfer_extendChia-I Wu1-0/+1
2019-07-19radeonsi: initialize scissor registers etc. without clear stateMarek Olšák1-1/+1
2019-07-19radeonsi: return success from vi_dcc_clear_level to simplify callersMarek Olšák3-28/+26
2019-07-19radeonsi: fix compute-based culling regression in 1ce52c1e373Marek Olšák1-1/+1
2019-07-19radeonsi/gfx10: fix VGT_PRIMITIVE_TYPE programmingMarek Olšák1-1/+3
2019-07-19radeonsi/gfx10: enable Wave32 for vertex, geometry, and tessellation shadersMarek Olšák1-0/+5
2019-07-19radeonsi/gfx10: add debug options to enable/disable Wave32Marek Olšák2-1/+35
2019-07-19radeonsi/gfx10: add as_ngg variant for TES as ES to select Wave32/64Marek Olšák4-15/+32
2019-07-19radeonsi/gfx10: implement Wave32Marek Olšák15-71/+144
2019-07-19radeonsi/gfx10: use 32-bit wavemasks for Wave32Marek Olšák1-8/+20
2019-07-19ac: create the LLVM builder in ac_llvm_context_initMarek Olšák1-4/+3
2019-07-19ac: create the LLVM module for Wave32 or Wave64 in ac_llvm_context_initMarek Olšák1-2/+2
2019-07-19ac/rtld: add support for Wave32Marek Olšák3-0/+5
2019-07-19ac: initial Wave32 support in LLVM build helpersMarek Olšák1-1/+1
2019-07-19radeonsi: assume that selector != NULL for compute shadersMarek Olšák1-14/+6
2019-07-19radeonsi: remove what appears to be legacy compute codeMarek Olšák1-35/+6
2019-07-19radeonsi: remove si_program::use_code_object_v2Marek Olšák2-6/+3
2019-07-19radeonsi: add si_shader_selector into si_computeMarek Olšák4-81/+57
2019-07-19radeonsi: set threadgroup size to 0 for threadgroups with only 1 waveMarek Olšák1-3/+3
2019-07-19radeonsi/gfx10: set as_ngg for GS prologMarek Olšák2-5/+9
2019-07-19radeonsi/gfx10: remove the disable_ngg optionMarek Olšák3-6/+2
2019-07-19radeonsi/gfx10: combine hw edgeflags with user edgeflags for correct behaviorMarek Olšák4-19/+73
2019-07-19radeonsi/gfx10: deduplicate code for esvert_lds_sizeMarek Olšák1-6/+16
2019-07-19radeonsi/gfx10: simplify a streamout loop in gfx10_emit_ngg_epilogueMarek Olšák1-7/+6
2019-07-19radeonsi/gfx10: don't use MALLOC for outputsMarek Olšák1-9/+2
2019-07-19radeonsi/gfx10: clean up ESGS ring size computationMarek Olšák2-24/+11
2019-07-19radeonsi/gfx10: fix unnecessary LDS overallocation for NGG GSMarek Olšák2-8/+2
2019-07-19radeonsi/gfx10: don't compile the GS copy shader if it's 100% not neededMarek Olšák2-8/+12
2019-07-19radeonsi/gfx10: set GE_CTNL.PACKET_TO_ONE_PA for NGGMarek Olšák3-27/+27
2019-07-19radeonsi/gfx10: update a tunable max_es_verts_base for NGGMarek Olšák3-7/+12
2019-07-19radeonsi/gfx10: implement ARB_post_depth_coverageMarek Olšák2-1/+6
2019-07-19radeonsi: fix leaked compute shader NIRMarek Olšák1-0/+1
2019-07-19radeonsi: save the enable_nir option in the shader cache correctlyMarek Olšák1-5/+6
2019-07-19radeonsi/gfx10: enable SDMAMarek Olšák1-2/+0