summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-22radv/gfx10: emit the GS NGG prologue before the nested barrierSamuel Pitoiset1-6/+1
2019-07-22radv/gfx10: do not allocate space for the ZPASS_DONE bugSamuel Pitoiset1-6/+8
2019-07-22radv/gfx10: do not set ELEMENT_SIZE for buffer descriptorsSamuel Pitoiset1-4/+4
2019-07-22radv: clean up fill_geom_tess_rings()Samuel Pitoiset1-25/+9
2019-07-22radv: change a bunch of >= GFX9 to == GFX9Samuel Pitoiset4-15/+15
2019-07-22ac/nir: do not clamp shadow reference on GFX10Samuel Pitoiset1-2/+6
2019-07-22radv: move nir_opt_conditional_discard out of optimization loopDaniel Schürmann1-1/+1
2019-07-22v3d: fill logicop_func in the fragment shader key when precompiling shadersIago Toral Quiroga1-0/+2
2019-07-22v3d: Avoid scheduling an instruction that stalls waiting for SFU retvalJose Maria Casanova Crespo1-4/+23
2019-07-22v3d: add shader-db stat to count SFU stallsJose Maria Casanova Crespo5-14/+74
2019-07-21radv: replace memset()+strcpy() with snprintf()Eric Engestrom1-3/+1
2019-07-21radv: drop unnecessary memset() before snprintf()Eric Engestrom1-1/+0
2019-07-21radv: Fix uninitialized warning.Bas Nieuwenhuizen1-1/+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šák4-16/+43
2019-07-19ac: create the LLVM builder in ac_llvm_context_initMarek Olšák4-17/+15
2019-07-19ac: create the LLVM module for Wave32 or Wave64 in ac_llvm_context_initMarek Olšák4-7/+10
2019-07-19ac/rtld: add support for Wave32Marek Olšák8-5/+21
2019-07-19ac: add Wave32 LLVM target machineMarek Olšák2-1/+20
2019-07-19ac: initial Wave32 support in LLVM build helpersMarek Olšák4-13/+21
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