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: don't set deprecated field PARTIAL_ES_WAVE_ON
Marek Olšák
2017-04-26
1
-2
/
+3
*
radeonsi/gfx9: set MAX_PRIMGRP_IN_WAVE in the correct register
Marek Olšák
2017-04-26
1
-1
/
+2
*
radeonsi: don't allow user indices with indirect draws
Marek Olšák
2017-04-17
1
-4
/
+4
*
radeonsi: merge two if (indirect) statements
Marek Olšák
2017-04-17
1
-27
/
+25
*
radeonsi: fix gl_BaseVertex in non-indexed draws
Nicolai Hähnle
2017-04-13
1
-2
/
+6
*
radeonsi: provide VS_STATE input to all VS variants
Nicolai Hähnle
2017-04-13
1
-4
/
+5
*
radeonsi: change the bit-packing of LS out/TCS in data
Nicolai Hähnle
2017-04-13
1
-2
/
+2
*
radeonsi: emit VS_STATE register explicitly from si_draw_vbo
Nicolai Hähnle
2017-04-13
1
-0
/
+14
*
radeonsi: extract derived tess state emit to higher level
Nicolai Hähnle
2017-04-13
1
-6
/
+7
*
r600g/radeonsi: use the correct types (taken from pipe_draw_info)
Constantine Kharlamov
2017-04-04
1
-2
/
+3
*
radeonsi: don't make a copy of pipe_index_buffer in draw_vbo
Marek Olšák
2017-03-30
1
-32
/
+27
*
radeonsi/gfx9: flush CB & DB caches with an EOP TS event
Marek Olšák
2017-03-30
1
-23
/
+84
*
radeonsi/gfx9: use ACQUIRE_MEM
Marek Olšák
2017-03-30
1
-6
/
+17
*
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
[next]