aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_compute_prim_discard.c
Commit message (Expand)AuthorAgeFilesLines
* ac: add helper ac_build_triangle_strip_indices_to_triangleMarek Olšák2020-01-201-15/+4
* radeonsi: work around an LLVM crash when using llvm.amdgcn.icmp.i64.i1Marek Olšák2020-01-151-0/+1
* radeonsi: separate code computing info for small primitive cullingMarek Olšák2020-01-151-40/+8
* radeonsi: fold si_create_function into si_llvm_create_funcMarek Olšák2020-01-141-1/+1
* radeonsi: don't enable VBOs in user SGPRs if compute-based culling can be usedMarek Olšák2020-01-131-27/+29
* radeonsi: initialize the per-context compiler on demandMarek Olšák2019-11-251-0/+3
* ac: set swizzled bit in cache policy as a hint not to merge loads/storesMarek Olšák2019-11-251-1/+1
* ac/nir, radv, radeonsi: Switch to using ac_shader_argsConnor Abbott2019-11-251-47/+64
* radeonsi: align scratch and ring buffer allocations for faster memory accessMarek Olšák2019-08-271-1/+1
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* radeonsi: don't use lp_build_if for the prim discard compute shaderMarek Olšák2019-07-301-23/+18
* ac: import ac_get_compute_resource_limits() from RadeonSISamuel Pitoiset2019-07-121-2/+4
* ac: replace glc,slc with cache_policy for loadsMarek Olšák2019-07-041-1/+1
* ac: replace glc,slc with cache_policy for storesMarek Olšák2019-07-041-3/+3
* radeonsi: Fix some warnings.Bas Nieuwenhuizen2019-07-041-1/+1
* radeonsi/gfx10: cosmetic changesMarek Olšák2019-07-031-1/+3
* radeonsi: set the calling convention for inlined function callsMarek Olšák2019-06-241-1/+1
* ac,radeonsi: Always mark buffer stores as inaccessiblememonlyConnor Abbott2019-06-191-2/+2
* radeonsi: use the ac helper for index buffer stores in the culling shaderMarek Olšák2019-06-111-12/+9
* radeonsi: invalidate caches at the beginning of the prim discard compute IBMarek Olšák2019-05-161-0/+11
* radeonsi: disable primitive restart for triangles for DiRT RallyMarek Olšák2019-05-161-10/+16
* radeonsi: cull primitives with async compute for large draw callsMarek Olšák2019-05-161-0/+1567