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_state_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: use r600_gfx_write_event_eop everywhere
Marek Olšák
2016-10-26
1
-9
/
+3
*
radeonsi: implement TC-compatible HTILE
Marek Olšák
2016-10-13
1
-1
/
+2
*
radeonsi: use TC write-back instead of full cache invalidation
Marek Olšák
2016-10-12
1
-3
/
+3
*
radeonsi: implement TC L2 write-back (flush) without cache invalidation
Marek Olšák
2016-10-12
1
-19
/
+62
*
radeonsi: remove unnecessary #includes
Marek Olšák
2016-10-04
1
-2
/
+0
*
radeonsi: separate IA_MULTI_VGT_PARAM and VGT_PRIMITIVE_TYPE emission
Marek Olšák
2016-10-04
1
-7
/
+10
*
radeonsi: move VGT_LS_HS_CONFIG to derived tess_state
Marek Olšák
2016-10-04
1
-26
/
+14
*
radeonsi: Fix primitive restart when index changes
James Legg
2016-10-04
1
-7
/
+7
*
radeonsi: fix the VGT performance tweak for small instances
Marek Olšák
2016-09-09
1
-5
/
+6
*
radeonsi: remove the cache_flush atom
Marek Olšák
2016-09-09
1
-5
/
+5
*
radeonsi: skip redundant INDEX_TYPE writes
Marek Olšák
2016-09-07
1
-20
/
+30
*
radeonsi: add more unlikely() uses into si_draw_vbo
Marek Olšák
2016-09-07
1
-5
/
+5
*
radeonsi: skip draws with instance_count == 0
Marek Olšák
2016-09-07
1
-3
/
+13
*
radeonsi: fix variable naming in si_emit_cache_flush
Marek Olšák
2016-09-05
1
-31
/
+31
*
radeonsi: don't emit CS_PARTIAL_FLUSH if compute is not used
Marek Olšák
2016-09-05
1
-1
/
+3
*
radeonsi: add HUD queries for counting VS/PS/CS partial flushes
Marek Olšák
2016-09-05
1
-0
/
+8
*
radeonsi: fix a badly implemented GS bug workaround
Marek Olšák
2016-09-05
1
-8
/
+13
*
radeonsi: program additional multi draw parameters
Nicolai Hähnle
2016-08-09
1
-5
/
+25
*
radeonsi: program the DRAWID SGPR
Nicolai Hähnle
2016-08-09
1
-2
/
+6
*
radeonsi: remove an incorrect assertion
Nicolai Hähnle
2016-08-09
1
-2
/
+0
*
radeonsi: flush TC L2 cache for indirect draw data
Nicolai Hähnle
2016-08-09
1
-0
/
+5
*
radeonsi: add has_draw_indirect_multi flag
Nicolai Hähnle
2016-08-08
1
-1
/
+1
*
radeonsi: transpose indirect/index draw dispatch
Nicolai Hähnle
2016-08-08
1
-45
/
+31
*
radeonsi: move index buffer calculations in si_emit_draw_packets up
Nicolai Hähnle
2016-08-08
1
-9
/
+12
*
radeonsi: unify emitting PKT3_SET_BASE for indirect draws
Nicolai Hähnle
2016-08-08
1
-16
/
+9
*
radeonsi: deal with high vertex buffer memory usage correctly
Marek Olšák
2016-08-06
1
-0
/
+7
*
radeonsi: take scratch buffer and draw indirect memory usage into account
Marek Olšák
2016-08-06
1
-0
/
+6
*
radeonsi: skip unnecessary si_update_shaders calls
Marek Olšák
2016-08-03
1
-7
/
+13
*
radeonsi: remove the DRAW_PREAMBLE packet
Nicolai Hähnle
2016-07-16
1
-6
/
+1
*
gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)
Marek Olšák
2016-06-29
1
-1
/
+4
*
radeonsi: enable distributed tess on multi-SE parts only
Marek Olšák
2016-06-29
1
-1
/
+1
*
radeonsi: set optimal VGT_HS_OFFCHIP_PARAM
Marek Olšák
2016-06-29
1
-2
/
+3
*
radeonsi: use conformant line rasterization
Marek Olšák
2016-06-29
1
-2
/
+4
*
radeonsi: use optimal WD settings for primitive restart on Polaris
Marek Olšák
2016-06-27
1
-2
/
+10
*
radeonsi: fix fractional odd tessellation spacing for Polaris
Marek Olšák
2016-06-24
1
-0
/
+19
*
radeonsi: drop the DRAW_PREAMBLE packet on Polaris
Nicolai Hähnle
2016-06-24
1
-1
/
+6
*
radeonsi: use DRAW_(INDEX_)INDIRECT_MULTI on Polaris
Nicolai Hähnle
2016-06-24
1
-10
/
+36
*
gallium/radeon: add driver queries for compute/dma call stats and spills
Marek Olšák
2016-06-14
1
-0
/
+2
*
radeonsi: add a performance tweak for 4 SE parts
Marek Olšák
2016-06-06
1
-0
/
+11
*
radeonsi: simplify PRIMGROUP_SIZE computation for tessellation
Marek Olšák
2016-06-06
1
-9
/
+1
*
radeonsi: implement global resetting of texture descriptors
Marek Olšák
2016-06-01
1
-1
/
+8
*
radeonsi: Allow TES distribution between shader engines.
Bas Nieuwenhuizen
2016-05-26
1
-0
/
+8
*
radeonsi: Process multiple patches per threadgroup.
Bas Nieuwenhuizen
2016-05-26
1
-15
/
+35
*
radeonsi: Remove LDS layout user SGPR's from TES.
Bas Nieuwenhuizen
2016-05-26
1
-3
/
+1
*
radeonsi: Add user SGPR for the layout of the offchip buffer.
Bas Nieuwenhuizen
2016-05-26
1
-2
/
+7
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-2
/
+2
*
radeonsi: fix missing include for Elements.
Dave Airlie
2016-04-26
1
-0
/
+1
*
radeonsi: Add CE synchronization for compute dispatches.
Bas Nieuwenhuizen
2016-04-19
1
-2
/
+2
*
radeonsi: clean up compute flush
Bas Nieuwenhuizen
2016-04-19
1
-15
/
+8
*
radeonsi: split setting graphics and compute descriptors
Bas Nieuwenhuizen
2016-04-19
1
-1
/
+1
[next]