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
/
amd
/
vulkan
/
si_cmd_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: move chip_class extraction down further.
Dave Airlie
2017-06-07
1
-1
/
+2
*
radv/gfx9: use correct register setting for uconfig regs
Dave Airlie
2017-06-07
1
-4
/
+4
*
radv: Add early exit for cache flushes.
Bas Nieuwenhuizen
2017-06-06
1
-2
/
+4
*
radv: add IA_MULTI_VGT_PARAM support for GFX9.
Dave Airlie
2017-06-06
1
-4
/
+8
*
radv: add rb+ support for GFX9
Dave Airlie
2017-06-06
1
-1
/
+1
*
radv: add GFX9 cache flushing support.
Dave Airlie
2017-06-06
1
-48
/
+127
*
radv: add GFX9 to initialisation cmd buffer.
Dave Airlie
2017-06-06
1
-14
/
+58
*
radv: don't setup raster_config on gfx9.
Dave Airlie
2017-06-06
1
-12
/
+16
*
radv: add gfx9 cp dma support.
Dave Airlie
2017-06-06
1
-5
/
+16
*
radv: add some misc gfx9 pieces.
Dave Airlie
2017-06-06
1
-0
/
+1
*
radv: fix typo in comment.
Dave Airlie
2017-06-06
1
-1
/
+1
*
radv: add a comment from radeonsi before cp dma function.
Dave Airlie
2017-06-06
1
-0
/
+4
*
radv: realign cp dma code with radeonsi
Dave Airlie
2017-06-02
1
-86
/
+70
*
radv: factor out eop event writing code. (v2)
Dave Airlie
2017-06-02
1
-7
/
+50
*
radv: factor out si_emit_wait_fence code.
Dave Airlie
2017-06-02
1
-0
/
+14
*
radv: apply the tess+GS hang workaround to Polaris12 as well
Dave Airlie
2017-05-07
1
-1
/
+2
*
radv: enable POLARIS12 support.
Dave Airlie
2017-05-05
1
-0
/
+1
*
radv: Add shader prefetch.
Bas Nieuwenhuizen
2017-04-19
1
-0
/
+10
*
radv: Rework guard band calculation.
Bas Nieuwenhuizen
2017-04-03
1
-40
/
+15
*
radv: fix order of the guardband register emission.
Dave Airlie
2017-04-02
1
-2
/
+2
*
radv: add ia_multi_vgt_param tessellation support.
Dave Airlie
2017-04-01
1
-2
/
+30
*
radv: port polaris vgt vertex reuse workaround.
Dave Airlie
2017-04-01
1
-1
/
+2
*
radv: configure tessellation distribution register.
Dave Airlie
2017-04-01
1
-4
/
+12
*
radv: Use the guard band.
Bas Nieuwenhuizen
2017-03-30
1
-10
/
+84
*
radv: Drop the default viewport when 0 viewports are given.
Bas Nieuwenhuizen
2017-03-30
1
-17
/
+2
*
amd: GFX9 packet changes
Marek Olšák
2017-03-30
1
-2
/
+2
*
radv: fix ia_multi_vgt_param for instanced vs indirect draw.
Dave Airlie
2017-03-28
1
-6
/
+6
*
Revert "radv: Emit cache flushes before CP DMA."
Bas Nieuwenhuizen
2017-03-16
1
-3
/
+0
*
radv: Emit cache flushes before CP DMA.
Bas Nieuwenhuizen
2017-03-14
1
-0
/
+3
*
radv: Add L2 writeback.
Bas Nieuwenhuizen
2017-03-06
1
-26
/
+44
*
radv: Flush in the initial preamble CS.
Bas Nieuwenhuizen
2017-02-21
1
-1
/
+1
*
radv: Split emitting the cache flush out.
Bas Nieuwenhuizen
2017-02-21
1
-64
/
+77
*
Revert "radv: detect command buffers that do no work and drop them (v2)"
Dave Airlie
2017-02-20
1
-1
/
+1
*
radv: fixup IA_MULTI_VGT_PARAM handling.
Dave Airlie
2017-02-14
1
-20
/
+58
*
radv: adopt some init config workarounds from radeonsi.
Dave Airlie
2017-02-15
1
-2
/
+9
*
radv: align the initial state command buffer.
Dave Airlie
2017-02-15
1
-0
/
+7
*
radv: use indirect buffer for initial gfx state.
Dave Airlie
2017-02-13
1
-0
/
+31
*
radv: start splitting init config up
Dave Airlie
2017-02-13
1
-8
/
+20
*
radv: don't pass physical device to si_init_ fns.
Dave Airlie
2017-02-13
1
-5
/
+5
*
radv: detect command buffers that do no work and drop them (v2)
Dave Airlie
2017-02-13
1
-1
/
+1
*
radv: fixup ia multi vgt param code to handle geom shaders.
Dave Airlie
2017-01-31
1
-11
/
+9
*
radv: Get physical device from radv_device instead of the instance.
Bas Nieuwenhuizen
2017-01-16
1
-8
/
+8
*
radv: fix multi-viewport emission
Dave Airlie
2017-01-11
1
-2
/
+2
*
radv: Dump command buffer on hang.
Bas Nieuwenhuizen
2017-01-09
1
-0
/
+5
*
radv: Only emit PFP ME syncs for DMA on the GFX queue.
Bas Nieuwenhuizen
2016-12-18
1
-2
/
+2
*
radv: Implement cache flushing for the MEC.
Bas Nieuwenhuizen
2016-12-18
1
-7
/
+29
*
radv: init compute queue and avoid initing transfer queues
Dave Airlie
2016-12-18
1
-3
/
+4
*
radv: add initial non-conformant radv vulkan driver
Dave Airlie
2016-10-07
1
-0
/
+1119