aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx10: implement NGG culling for 4x wave32 subgroupsMarek Olšák2020-01-2012-54/+951
* radeonsi/gfx10: move GE_PC_ALLOC setting to shader statesMarek Olšák2020-01-205-15/+40
* radeonsi/gfx10: don't initialize VGPRs not used by NGG passthroughMarek Olšák2020-01-201-3/+5
* radeonsi/gfx10: merge main and pos/param export IF blocks into one if possibleMarek Olšák2020-01-201-4/+21
* radeonsi/gfx10: export primitives at the beginning of VS/TESMarek Olšák2020-01-203-26/+66
* radeonsi/gfx10: move s_sendmsg gs_alloc_req to the beginning of shadersMarek Olšák2020-01-203-3/+13
* radeonsi/gfx10: correct VS PrimitiveID implementation for NGGMarek Olšák2020-01-201-12/+13
* radeonsi/gfx10: update comments and remove invalid TODOsMarek Olšák2020-01-201-12/+1
* radeonsi: turn an assertion into return in si_nir_store_output_tcsMarek Olšák2020-01-201-3/+5
* radeonsi: fix doubles and int64Marek Olšák2020-01-202-7/+7
* radeonsi: don't invoke decompression inside internal launch_gridMarek Olšák2020-01-203-4/+22
* radeonsi: clean up how internal compute dispatches are handledMarek Olšák2020-01-201-22/+13
* Revert "radeonsi: unbind image before compute clear"Marek Olšák2020-01-201-5/+0
* radeonsi: merge si_compile_llvm and si_llvm_compile functionsMarek Olšák2020-01-154-109/+81
* radeonsi: remove useless #includesMarek Olšák2020-01-157-18/+0
* radeonsi: move code for shader resources into si_shader_llvm_resources.cMarek Olšák2020-01-157-302/+327
* radeonsi: move geometry shader code into si_shader_llvm_gs.cMarek Olšák2020-01-157-812/+865
* radeonsi: remove llvm_type_is_64bitMarek Olšák2020-01-153-17/+7
* radeonsi: move tessellation shader code into si_shader_llvm_tess.cMarek Olšák2020-01-156-1290/+1343
* radeonsi: move si_insert_input_* functionsMarek Olšák2020-01-152-28/+28
* radeonsi: work around an LLVM crash when using llvm.amdgcn.icmp.i64.i1Marek Olšák2020-01-151-0/+1
* radeonsi: fix si_build_wrapper_function for compute-based primitive cullingMarek Olšák2020-01-151-1/+14
* radeonsi/gfx10: separate code for determining the number of vertices for NGGMarek Olšák2020-01-151-25/+41
* radeonsi/gfx10: separate code for getting edgeflags from the gs_invocation_id...Marek Olšák2020-01-151-9/+13
* radeonsi: move VS_STATE.LS_OUT_PATCH_SIZE a few bits higher to make space thereMarek Olšák2020-01-153-5/+8
* radeonsi: make si_insert_input_* functions non-staticMarek Olšák2020-01-152-9/+12
* radeonsi: separate code computing info for small primitive cullingMarek Olšák2020-01-153-40/+54
* radeonsi: drop the negation from fmask_is_not_identityPierre-Eric Pelloux-Prayer2020-01-154-5/+5
* radeonsi: unbind image before compute clearPierre-Eric Pelloux-Prayer2020-01-151-0/+5
* radeonsi: make sure fmask expand is done if neededPierre-Eric Pelloux-Prayer2020-01-151-1/+2
* radeonsi: fix fmask expand compute shaderPierre-Eric Pelloux-Prayer2020-01-151-1/+1
* radeonsi: move PS LLVM code into si_shader_llvm_ps.cMarek Olšák2020-01-147-1283/+1317
* radeonsi: remove always constant ballot_mask_bits from si_llvm_context_initMarek Olšák2020-01-143-10/+6
* radeonsi: fold si_create_function into si_llvm_create_funcMarek Olšák2020-01-144-43/+30
* radeonsi: rename si_shader_create -> si_create_shader_variant for clarityMarek Olšák2020-01-144-8/+10
* radeonsi: rename si_compile_tgsi_main -> si_build_main_functionMarek Olšák2020-01-141-5/+5
* radeonsi: clean up si_shader_infoMarek Olšák2020-01-143-131/+45
* radeonsi: merge si_tessctrl_info into si_shader_infoMarek Olšák2020-01-144-23/+10
* radeonsi: fork tgsi_shader_info and tgsi_tessctrl_infoMarek Olšák2020-01-1412-56/+205
* radeonsi: rename si_shader_info -> si_shader_binary_infoMarek Olšák2020-01-141-2/+2
* radeonsi: remove TGSI from commentsMarek Olšák2020-01-144-11/+9
* radeonsi: rename DBG_NO_TGSI -> DBG_NO_NIRMarek Olšák2020-01-143-3/+3
* radeonsi: don't adjust depth and stencil PS output locationsMarek Olšák2020-01-142-11/+3
* radeonsi: actually enable VBOs in user SGPRsMarek Olšák2020-01-141-1/+1
* radeonsi: fix assertion and other failures in si_emit_graphics_shader_pointersMarek Olšák2020-01-141-3/+4
* radeonsi: don't enable VBOs in user SGPRs if compute-based culling can be usedMarek Olšák2020-01-133-30/+46
* radeonsi: put up to 5 VBO descriptors into user SGPRsMarek Olšák2020-01-1310-62/+148
* ac,radeonsi: increase the maximum number of shader args and return valuesMarek Olšák2020-01-131-6/+6
* radeonsi: simplify si_set_vertex_buffersMarek Olšák2020-01-131-7/+8
* radeonsi: don't allow draw calls with uninitialized VS inputsMarek Olšák2020-01-133-1/+8