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: remove TC L2 cache flush for index buffers on VI
Marek Olšák
2015-10-07
1
-3
/
+3
*
gallium/radeon: add separate stencil level dirty flags
Marek Olšák
2015-10-03
1
-0
/
+3
*
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
2015-10-03
1
-5
/
+5
*
radeonsi: skip drawing if the tess factor ring allocation fails
Marek Olšák
2015-09-24
1
-2
/
+2
*
radeonsi: handle index buffer alloc failures
Marek Olšák
2015-09-24
1
-0
/
+6
*
radeonsi: don't send IB dword usage to si_need_cs_space
Marek Olšák
2015-09-01
1
-1
/
+1
*
gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_list
Marek Olšák
2015-09-01
1
-5
/
+5
*
gallium/radeon: rename write_*_reg functions
Marek Olšák
2015-09-01
1
-15
/
+15
*
radeonsi: use a bitmask for tracking dirty atoms
Marek Olšák
2015-09-01
1
-6
/
+7
*
radeonsi: call si_init_atom for remaining radeonsi atoms
Marek Olšák
2015-09-01
1
-3
/
+2
*
radeonsi: define the state atom array separately
Marek Olšák
2015-09-01
1
-1
/
+1
*
radeonsi: add IB parser support for CP DMA packets
Marek Olšák
2015-08-26
1
-3
/
+3
*
radeonsi: add IB tracing support for debug contexts
Marek Olšák
2015-08-26
1
-10
/
+9
*
radeonsi: remove old CS tracing code
Marek Olšák
2015-08-26
1
-6
/
+1
*
radeonsi: add VI hardware support
Marek Olšák
2015-08-14
1
-10
/
+31
*
gallium/radeon: use helper functions to mark atoms dirty
Grazvydas Ignotas
2015-08-11
1
-1
/
+1
*
radeonsi: completely rework updating descriptors without CP DMA
Marek Olšák
2015-07-31
1
-5
/
+2
*
radeonsi: add assertions into draw_vbo and check tessellation
Marek Olšák
2015-07-23
1
-1
/
+7
*
radeonsi: set the rasterization primitive type for tessellation
Marek Olšák
2015-07-23
1
-0
/
+3
*
radeonsi: set VGT_LS_HS_CONFIG for tessellation
Marek Olšák
2015-07-23
1
-3
/
+25
*
radeonsi: update IA_MULTI_VGT_PARAM for tessellation
Marek Olšák
2015-07-23
1
-3
/
+51
*
radeonsi: add derived tessellation state
Marek Olšák
2015-07-23
1
-0
/
+123
*
radeonsi: add translation of PATCH primitives
Marek Olšák
2015-07-23
1
-0
/
+2
*
radeonsi: rework how shader pointers to descriptors are set
Marek Olšák
2015-07-23
1
-2
/
+1
*
radeonsi: fix a hang with DrawTransformFeedback on 4 SE chips
Marek Olšák
2015-07-05
1
-0
/
+4
*
radeonsi: move scratch reloc state setup
Marek Olšák
2015-03-16
1
-14
/
+20
*
radeonsi: don't emit PA_SC_LINE_STIPPLE if not rendering lines
Marek Olšák
2015-03-16
1
-0
/
+8
*
radeonsi: don't emit PA_SC_LINE_STIPPLE after every rasterizer state change
Marek Olšák
2015-03-16
1
-2
/
+5
*
radeonsi: move PA_SU_SC_MODE_CNTL to rasterizer state
Marek Olšák
2015-03-16
1
-6
/
+0
*
radeonsi: small cleanup around current_rast_prim
Marek Olšák
2015-02-24
1
-9
/
+6
*
radeonsi: set current_rast_prim in the right place
Marek Olšák
2015-02-24
1
-1
/
+7
*
radeonsi: don't use SQC_CACHES to flush ICACHE and KCACHE on SI
Marek Olšák
2015-02-20
1
-18
/
+11
*
radeonsi: deduce rasterizer primitive type at the beginning of draw_vbo
Marek Olšák
2015-02-04
1
-13
/
+16
*
radeonsi: Enable VGPR spilling for all shader types v5
Tom Stellard
2015-01-28
1
-0
/
+14
*
radeonsi: emit SURFACE_SYNC last
Marek Olšák
2015-01-07
1
-23
/
+35
*
radeonsi: improve and fix streamout flushing
Marek Olšák
2015-01-07
1
-4
/
+3
*
radeonsi: use TC L2 for CP DMA operations with shader resources on CIK
Marek Olšák
2015-01-07
1
-0
/
+5
*
radeonsi: implement separate ICACHE and KCACHE flush for SI
Marek Olšák
2015-01-07
1
-9
/
+17
*
radeonsi: rename flush flags, split the TC flag into L1 and L2
Marek Olšák
2015-01-07
1
-18
/
+19
*
r600g,radeonsi: separate cache flush flags
Marek Olšák
2015-01-07
1
-2
/
+1
*
radeonsi: only emit line stippling and provoking vertex state when it changes
Marek Olšák
2014-12-10
1
-0
/
+5
*
radeonsi: fix line stippling and provoking vertex state for GS primitives
Marek Olšák
2014-12-10
1
-1
/
+3
*
radeonsi: emit DRAW_PREAMBLE only if it changes
Marek Olšák
2014-12-10
1
-8
/
+13
*
radeonsi: remove setting of VGT_DISPATCH_DRAW_INDEX
Marek Olšák
2014-12-10
1
-3
/
+0
*
radeonsi: emit GS_OUT_PRIM_TYPE only if it changes
Marek Olšák
2014-12-10
1
-1
/
+4
*
radeonsi: emit primitive restart only if it changes
Marek Olšák
2014-12-10
1
-2
/
+14
*
radeonsi: emit base vertex and start instance only if they change
Marek Olšák
2014-12-10
1
-3
/
+19
*
radeonsi: emit clip registers only if VS, GS, or rasterizer is changed
Marek Olšák
2014-12-10
1
-31
/
+0
*
radeonsi: get info about VS outputs from tgsi_shader_info
Marek Olšák
2014-12-10
1
-12
/
+19
*
radeonsi: move all shader-related functions to a new file si_state_shaders.c
Marek Olšák
2014-12-10
1
-491
/
+11
[next]