index
:
~glisse/mesa
master
nouveau_nir_spirv_opencl_v5
nouveau_nir_spirv_opencl_v6
mesa sandbox
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
si_cmd_buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-31
radv: remove predication on cache flushes
Matthew Nicholls
1
-14
/
+12
2018-01-30
radv: Split out the ia_multi_vgt_param precomputation.
Bas Nieuwenhuizen
1
-6
/
+6
2018-01-08
radv: make the indirect GFX config BO read-only for the GPU
Samuel Pitoiset
1
-1
/
+2
2018-01-04
radv: Use correct flush bits for flushing L2 during CB/DB flushes.
Bas Nieuwenhuizen
1
-13
/
+16
2018-01-04
radv: Allow writing 0 scissors.
Bas Nieuwenhuizen
1
-1
/
+2
2017-12-31
radv: Implement binning on GFX9.
Bas Nieuwenhuizen
1
-6
/
+0
2017-12-29
radv/gfx9: use a bigger hammer to flush cb/db caches.
Dave Airlie
1
-1
/
+8
2017-11-28
amd/common: sid.h cleanups
Nicolai Hähnle
1
-6
/
+8
2017-11-13
radv: optimize calling radv_cmd_buffer_trace_emit()
Samuel Pitoiset
1
-2
/
+5
2017-10-26
radv: add support for local bos. (v3)
Dave Airlie
1
-1
/
+2
2017-10-21
radv: don't skip PS/VS partial flush
Andres Rodriguez
1
-8
/
+6
2017-10-21
radv: hardcode shader WAVE_LIMIT to the maximum value
Andres Rodriguez
1
-9
/
+18
2017-10-20
radv: move DB_COUNT_CONTROL initialization to si_emit_config()
Samuel Pitoiset
1
-0
/
+5
2017-10-19
radv: fix CLEAR_STATE packet length.
Dave Airlie
1
-1
/
+1
2017-10-12
radv: use CLEAR_STATE for initializing some registers
Samuel Pitoiset
1
-41
/
+58
2017-10-12
radv: do not set registers for merged ES-GS on GFX9
Samuel Pitoiset
1
-2
/
+5
2017-10-12
radv: move the raster config emission in si_set_raster_config()
Samuel Pitoiset
1
-53
/
+60
2017-10-09
radeonsi: shrink r600d_common.h and stop using it
Marek Olšák
1
-14
/
+14
2017-10-09
radv: emit PA_SU_POINT_{SIZE,MINMAX} in si_emit_config()
Samuel Pitoiset
1
-0
/
+15
2017-09-20
radv: Don't use a virtual function for getting the buffer virtual address.
Bas Nieuwenhuizen
1
-2
/
+2
2017-09-11
radv: work out a base ia_multi_vgt_param.
Dave Airlie
1
-10
/
+5
2017-09-11
radv: calculate non-draw related ia_multi_vgt_param bits in pipeline
Dave Airlie
1
-60
/
+4
2017-09-11
radv: move calculating primgroup_size to pipeline.
Dave Airlie
1
-9
/
+3
2017-09-11
radv: only calculate num_prims when required.
Dave Airlie
1
-4
/
+10
2017-09-11
radv: realign vgt flush on hawaii workaround with radeonsi.
Dave Airlie
1
-6
/
+12
2017-09-08
radv: move shaders related code to radv_shader.c
Samuel Pitoiset
1
-0
/
+1
2017-08-25
radv: fix predication on gfx9
Dave Airlie
1
-1
/
+3
2017-08-16
radv/gfx9: fix set predication packet.
Dave Airlie
1
-9
/
+12
2017-07-17
radv: predicate cmask eliminate when using DCC.
Dave Airlie
1
-1
/
+2
2017-07-06
radv: add support for cmd predication.
Dave Airlie
1
-23
/
+45
2017-06-26
radv: handle primitive id input into fragment shader with no geom shader
Dave Airlie
1
-0
/
+3
2017-06-26
radv: set prim_id for geometry shaders
Dave Airlie
1
-0
/
+5
2017-06-11
radv: assert on CP_DMA_USE_L2 for SI
Grazvydas Ignotas
1
-0
/
+1
2017-06-07
radv: move chip_class extraction down further.
Dave Airlie
1
-1
/
+2
2017-06-07
radv/gfx9: use correct register setting for uconfig regs
Dave Airlie
1
-4
/
+4
2017-06-06
radv: Add early exit for cache flushes.
Bas Nieuwenhuizen
1
-2
/
+4
2017-06-06
radv: add IA_MULTI_VGT_PARAM support for GFX9.
Dave Airlie
1
-4
/
+8
2017-06-06
radv: add rb+ support for GFX9
Dave Airlie
1
-1
/
+1
2017-06-06
radv: add GFX9 cache flushing support.
Dave Airlie
1
-48
/
+127
2017-06-06
radv: add GFX9 to initialisation cmd buffer.
Dave Airlie
1
-14
/
+58
2017-06-06
radv: don't setup raster_config on gfx9.
Dave Airlie
1
-12
/
+16
2017-06-06
radv: add gfx9 cp dma support.
Dave Airlie
1
-5
/
+16
2017-06-06
radv: add some misc gfx9 pieces.
Dave Airlie
1
-0
/
+1
2017-06-06
radv: fix typo in comment.
Dave Airlie
1
-1
/
+1
2017-06-06
radv: add a comment from radeonsi before cp dma function.
Dave Airlie
1
-0
/
+4
2017-06-02
radv: realign cp dma code with radeonsi
Dave Airlie
1
-86
/
+70
2017-06-02
radv: factor out eop event writing code. (v2)
Dave Airlie
1
-7
/
+50
2017-06-02
radv: factor out si_emit_wait_fence code.
Dave Airlie
1
-0
/
+14
2017-05-07
radv: apply the tess+GS hang workaround to Polaris12 as well
Dave Airlie
1
-1
/
+2
2017-05-05
radv: enable POLARIS12 support.
Dave Airlie
1
-0
/
+1
[next]