index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
radeonsi/gfx9: draw changes
Marek Olšák
2017-03-30
1
-12
/
+31
*
radeonsi/gfx9: add a scissor bug workaround
Marek Olšák
2017-03-30
1
-0
/
+6
*
radeonsi: handle MultiDrawIndirect in si_get_draw_start_count
Nicolai Hähnle
2017-02-21
1
-7
/
+53
*
gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally
Marek Olšák
2017-02-19
1
-1
/
+1
*
radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)
Marek Olšák
2017-02-19
1
-2
/
+2
*
radeonsi: use a clever alignment for index buffer uploads
Marek Olšák
2017-02-18
1
-4
/
+7
*
radeonsi: move index buffer flushing into a non-upload indexed case
Marek Olšák
2017-02-18
1
-7
/
+6
*
gallium/radeon: remove the internal u_upload_mgr pointer
Marek Olšák
2017-02-14
1
-2
/
+4
*
radeonsi: remove SI_CONTEXT_FLUSH_AND_INV_FRAMEBUFFER
Marek Olšák
2017-02-10
1
-1
/
+2
*
radeonsi: remove separate CB/DB_META flush flags
Marek Olšák
2017-02-10
1
-10
/
+5
*
gallium/radeon: merge dirty_fb_counter and dirty_tex_descriptor_counter
Marek Olšák
2017-01-30
1
-11
/
+5
*
radeonsi: handle count_from_stream_output in a few IA_MULTI_VGT_PARAM cases
Marek Olšák
2017-01-30
1
-2
/
+4
*
radeonsi: fold info->indirect conditionals into the last one in draw_vbo
Marek Olšák
2017-01-30
1
-12
/
+13
*
radeonsi: atomize the scratch buffer state
Marek Olšák
2017-01-30
1
-24
/
+0
*
radeonsi: precompute IA_MULTI_VGT_PARAM values into a table
Marek Olšák
2017-01-30
1
-72
/
+120
*
radeonsi: move VGT_VERTEX_REUSE_BLOCK_CNTL into shader states for Polaris
Marek Olšák
2017-01-30
1
-19
/
+0
*
radeonsi: use a bitmask for looping over dirty PM4 states
Marek Olšák
2017-01-30
1
-2
/
+15
*
radeonsi: atomize L2 prefetches
Marek Olšák
2017-01-30
1
-36
/
+1
*
radeonsi: update dirty_level_mask only after the first draw after FB change
Marek Olšák
2017-01-30
1
-24
/
+28
*
radeonsi: always set the TCL1_ACTION_ENA when invalidating L2
Marek Olšák
2017-01-23
1
-1
/
+2
*
radeonsi: use a global dirty mask for shader pointers
Marek Olšák
2017-01-18
1
-1
/
+1
*
ac/debug: Move IB decode to common code.
Bas Nieuwenhuizen
2017-01-09
1
-1
/
+3
*
radeonsi: add TC L2 prefetch for shaders and VBO descriptors
Marek Olšák
2017-01-06
1
-1
/
+36
*
radeonsi: add HUD queries for cache flush stats
Marek Olšák
2017-01-06
1
-0
/
+5
*
radeonsi: add a tess+GS hang workaround for VI dGPUs
Marek Olšák
2016-12-01
1
-2
/
+10
*
radeonsi: apply a tessellation bug workaround for SI
Marek Olšák
2016-12-01
1
-0
/
+7
*
radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chips
Marek Olšák
2016-12-01
1
-2
/
+4
*
radeonsi: fast exit si_emit_derived_tess_state early
Marek Olšák
2016-11-21
1
-11
/
+14
*
radeonsi: generate GS prolog to (partially) fix triangle strip adjacency rota...
Nicolai Hähnle
2016-11-03
1
-0
/
+18
*
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
[next]