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
/
gfx10_shader_ngg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi/gfx10: remove incorrect ngg/pos_writes_edgeflag variables
Marek Olšák
2019-08-27
1
-6
/
+6
*
gallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_to_nir
Marek Olšák
2019-08-12
1
-2
/
+2
*
radeonsi: don't use lp_build_if for the wrapping if block in merged shaders
Marek Olšák
2019-07-30
1
-2
/
+2
*
radeonsi: don't use lp_build_if (in most common places)
Marek Olšák
2019-07-30
1
-8
/
+6
*
radeonsi: don't use lp_build_alloca
Marek Olšák
2019-07-30
1
-1
/
+1
*
radeonsi: simplify si_get_input_prim and remove incorrect TODO comment
Marek Olšák
2019-07-23
1
-4
/
+1
*
radeonsi/gfx10: implement Wave32
Marek Olšák
2019-07-19
1
-3
/
+3
*
radeonsi/gfx10: combine hw edgeflags with user edgeflags for correct behavior
Marek Olšák
2019-07-19
1
-5
/
+53
*
radeonsi/gfx10: deduplicate code for esvert_lds_size
Marek Olšák
2019-07-19
1
-6
/
+16
*
radeonsi/gfx10: simplify a streamout loop in gfx10_emit_ngg_epilogue
Marek Olšák
2019-07-19
1
-7
/
+6
*
radeonsi/gfx10: don't use MALLOC for outputs
Marek Olšák
2019-07-19
1
-9
/
+2
*
radeonsi/gfx10: clean up ESGS ring size computation
Marek Olšák
2019-07-19
1
-0
/
+8
*
radeonsi/gfx10: fix unnecessary LDS overallocation for NGG GS
Marek Olšák
2019-07-19
1
-7
/
+1
*
radeonsi/gfx10: update a tunable max_es_verts_base for NGG
Marek Olšák
2019-07-19
1
-3
/
+5
*
radeonsi/gfx10: consolidate & improve input_prim determination for NGG
Marek Olšák
2019-07-03
1
-4
/
+2
*
radeonsi/gfx10: jump over the shader query atomic if the queries are disabled
Marek Olšák
2019-07-03
1
-0
/
+8
*
radeonsi/gfx10: export correct PrimitiveID from NGG vertex shaders
Marek Olšák
2019-07-03
1
-4
/
+39
*
radeonsi/gfx10: don't do the query buffer atomic for blit shaders
Marek Olšák
2019-07-03
1
-23
/
+26
*
radeonsi/gfx10: allocate GDS BOs for streamout
Marek Olšák
2019-07-03
1
-0
/
+2
*
radeonsi/gfx10: implement streamout
Nicolai Hähnle
2019-07-03
1
-6
/
+449
*
radeonsi/gfx10: implement streamout-related queries
Nicolai Hähnle
2019-07-03
1
-0
/
+102
*
radeonsi/gfx10: NGG geometry shader PM4 and upload
Nicolai Hähnle
2019-07-03
1
-0
/
+187
*
radeonsi/gfx10: generate geometry shaders for NGG
Nicolai Hähnle
2019-07-03
1
-0
/
+388
*
radeonsi/gfx10: generate VS and TES as NGG merged ESGS shaders
Nicolai Hähnle
2019-07-03
1
-0
/
+265