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
*
radeonsi/gfx10: fix L2 cache rinse programming
Marek Olšák
2019-09-30
1
-5
/
+17
*
ac: add has_ls_vgpr_init_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
ac: add has_gfx9_scissor_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-4
/
+3
*
ac: add has_distributed_tess to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-2
/
+2
*
radeonsi/gfx10: add global use_ngg and use_ngg_streamout flags
Marek Olšák
2019-08-06
1
-4
/
+5
*
radeonsi/gfx10: implement a bug workaround for NGG -> legacy transitions
Marek Olšák
2019-08-06
1
-2
/
+6
*
radeonsi/gfx10: set GE_CNTL for tessellation correctly
Marek Olšák
2019-08-06
1
-5
/
+11
*
radeonsi: make sure that rasterizer state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-1
/
+0
*
radeonsi: skip draw calls with 0-sized index buffers
Marek Olšák
2019-08-06
1
-0
/
+6
*
radeonsi: fix compute-based culling regression in 1ce52c1e373
Marek Olšák
2019-07-19
1
-1
/
+1
*
radeonsi/gfx10: fix VGT_PRIMITIVE_TYPE programming
Marek Olšák
2019-07-19
1
-1
/
+3
*
radeonsi/gfx10: implement Wave32
Marek Olšák
2019-07-19
1
-3
/
+5
*
radeonsi/gfx10: set GE_CTNL.PACKET_TO_ONE_PA for NGG
Marek Olšák
2019-07-19
1
-21
/
+24
*
radeonsi: determine the rasterization primitive type accurately (v2)
Marek Olšák
2019-07-03
1
-8
/
+11
*
radeonsi/gfx10: cosmetic changes
Marek Olšák
2019-07-03
1
-3
/
+5
*
radeonsi/gfx10: export correct PrimitiveID from NGG vertex shaders
Marek Olšák
2019-07-03
1
-2
/
+12
*
radeonsi/gfx10: fix vertex color clamping for TES
Marek Olšák
2019-07-03
1
-5
/
+18
*
radeonsi/gfx10: don't use the GS workaround for triangle strips w/ adjancency
Marek Olšák
2019-07-03
1
-1
/
+1
*
radeonsi/gfx10: implement si_emit_derived_tess_state
Nicolai Hähnle
2019-07-03
1
-2
/
+6
*
radeonsi/gfx10: allow rectangle outputs from NGG primitive shader
Nicolai Hähnle
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: emit VGT_GS_OUT_PRIM_TYPE from draw and add it to VS_STATE
Nicolai Hähnle
2019-07-03
1
-12
/
+46
*
radeonsi/gfx10: emit GE_CNTL instead of IA_MULTI_VGT_PARAM for legacy mode
Nicolai Hähnle
2019-07-03
1
-7
/
+60
*
radeonsi/gfx10: implement gfx10_emit_cache_flush
Nicolai Hähnle
2019-07-03
1
-0
/
+185
*
radeonsi/gfx10: add si_context::emit_cache_flush
Nicolai Hähnle
2019-07-03
1
-2
/
+4
*
amd/common/gfx10: add register JSON
Nicolai Hähnle
2019-07-03
1
-1
/
+1
*
radeonsi: rename and re-document cache flush flags
Marek Olšák
2019-06-24
1
-19
/
+19
*
radeonsi: use an explicit symbol for the LSHS LDS memory
Nicolai Hähnle
2019-06-12
1
-0
/
+5
*
amd/common: use generated register header
Nicolai Hähnle
2019-06-03
1
-1
/
+1
*
radeonsi: update buffer descriptors in all contexts after buffer invalidation
Marek Olšák
2019-05-16
1
-1
/
+8
*
radeonsi: compute culling - flush CS to remove write references to buffers
Marek Olšák
2019-05-16
1
-5
/
+16
*
radeonsi: invalidate caches at the beginning of the prim discard compute IB
Marek Olšák
2019-05-16
1
-9
/
+10
*
radeonsi: disable primitive restart for triangles for DiRT Rally
Marek Olšák
2019-05-16
1
-3
/
+6
*
radeonsi: add primitive culling stats to the HUD
Marek Olšák
2019-05-16
1
-4
/
+10
*
radeonsi: cull primitives with async compute for large draw calls
Marek Olšák
2019-05-16
1
-16
/
+236
*
radeonsi: use pipe_draw_info::instance_count indirectly
Marek Olšák
2019-05-16
1
-14
/
+22
*
radeonsi: use pipe_draw_info::prim and primitive_restart indirectly
Marek Olšák
2019-05-16
1
-31
/
+40
*
radeonsi: add a cs parameter into si_cp_copy_data
Marek Olšák
2019-05-16
1
-1
/
+1
*
radeonsi: add a cs parameter into si_cp_release_mem
Marek Olšák
2019-05-16
1
-2
/
+2
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-43
/
+43
*
radeonsi: remove dirty slot masks from scissor and viewport states
Marek Olšák
2019-04-25
1
-6
/
+4
*
radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)
Marek Olšák
2019-04-25
1
-35
/
+51
*
radeonsi: add BOs after need_cs_space
Marek Olšák
2019-04-24
1
-3
/
+3
*
radeonsi: delay adding BOs at the beginning of IBs until the first draw
Marek Olšák
2019-04-23
1
-0
/
+3
*
radeonsi: add si_cp_copy_data
Marek Olšák
2019-04-23
1
-15
/
+5
*
radeonsi: always use compute rings for clover on CI and newer (v2)
Marek Olšák
2019-02-26
1
-6
/
+19
*
radeonsi: don't leak an index buffer if draw_vbo fails
Marek Olšák
2019-02-06
1
-3
/
+5
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
1
-13
/
+13
*
radeonsi: move PKT3_WRITE_DATA generation into a helper function
Marek Olšák
2019-01-22
1
-9
/
+3
*
radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIK
Marek Olšák
2019-01-22
1
-1
/
+2
*
radeonsi: correct WRITE_DATA.DST_SEL definitions
Marek Olšák
2019-01-22
1
-1
/
+1
[next]