index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_compute_prim_discard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: add helper ac_build_triangle_strip_indices_to_triangle
Marek Olšák
2020-01-20
1
-15
/
+4
*
radeonsi: work around an LLVM crash when using llvm.amdgcn.icmp.i64.i1
Marek Olšák
2020-01-15
1
-0
/
+1
*
radeonsi: separate code computing info for small primitive culling
Marek Olšák
2020-01-15
1
-40
/
+8
*
radeonsi: fold si_create_function into si_llvm_create_func
Marek Olšák
2020-01-14
1
-1
/
+1
*
radeonsi: don't enable VBOs in user SGPRs if compute-based culling can be used
Marek Olšák
2020-01-13
1
-27
/
+29
*
radeonsi: initialize the per-context compiler on demand
Marek Olšák
2019-11-25
1
-0
/
+3
*
ac: set swizzled bit in cache policy as a hint not to merge loads/stores
Marek Olšák
2019-11-25
1
-1
/
+1
*
ac/nir, radv, radeonsi: Switch to using ac_shader_args
Connor Abbott
2019-11-25
1
-47
/
+64
*
radeonsi: align scratch and ring buffer allocations for faster memory access
Marek Olšák
2019-08-27
1
-1
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
radeonsi: don't use lp_build_if for the prim discard compute shader
Marek Olšák
2019-07-30
1
-23
/
+18
*
ac: import ac_get_compute_resource_limits() from RadeonSI
Samuel Pitoiset
2019-07-12
1
-2
/
+4
*
ac: replace glc,slc with cache_policy for loads
Marek Olšák
2019-07-04
1
-1
/
+1
*
ac: replace glc,slc with cache_policy for stores
Marek Olšák
2019-07-04
1
-3
/
+3
*
radeonsi: Fix some warnings.
Bas Nieuwenhuizen
2019-07-04
1
-1
/
+1
*
radeonsi/gfx10: cosmetic changes
Marek Olšák
2019-07-03
1
-1
/
+3
*
radeonsi: set the calling convention for inlined function calls
Marek Olšák
2019-06-24
1
-1
/
+1
*
ac,radeonsi: Always mark buffer stores as inaccessiblememonly
Connor Abbott
2019-06-19
1
-2
/
+2
*
radeonsi: use the ac helper for index buffer stores in the culling shader
Marek Olšák
2019-06-11
1
-12
/
+9
*
radeonsi: invalidate caches at the beginning of the prim discard compute IB
Marek Olšák
2019-05-16
1
-0
/
+11
*
radeonsi: disable primitive restart for triangles for DiRT Rally
Marek Olšák
2019-05-16
1
-10
/
+16
*
radeonsi: cull primitives with async compute for large draw calls
Marek Olšák
2019-05-16
1
-0
/
+1567