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
/
amd
/
vulkan
/
si_cmd_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9
Samuel Pitoiset
2018-07-12
1
-5
/
+21
*
radv: make sure to wait for CP DMA when needed
Samuel Pitoiset
2018-07-11
1
-4
/
+32
*
radv: remove unused 'predicated' parameter from some functions
Samuel Pitoiset
2018-06-27
1
-16
/
+12
*
radv: emit PIPELINESTAT_{START,STOP} events for pipeline stats queries
Samuel Pitoiset
2018-06-26
1
-0
/
+10
*
radv: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation
Samuel Pitoiset
2018-06-21
1
-3
/
+9
*
radv: use EOP_DATA_SEL_* instead of magic numbers
Samuel Pitoiset
2018-06-21
1
-2
/
+5
*
radv: remove unnecessary code around CACHE_FLUSH_AND_INV_TS_EVENT
Samuel Pitoiset
2018-06-20
1
-18
/
+1
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-13
/
+13
*
ac/radv/radeonsi: refactor harvest config register getters.
Dave Airlie
2018-04-24
1
-101
/
+7
*
radv: only set raster_config_1 outside the index registers.
Dave Airlie
2018-04-24
1
-15
/
+16
*
ac/radv/radeonsi: refactor raster_config default values getters.
Dave Airlie
2018-04-24
1
-82
/
+3
*
radv: Add Vega M support.
Bas Nieuwenhuizen
2018-04-19
1
-0
/
+4
*
radv: fix scissor computation when using half-pixel viewport offset
Samuel Pitoiset
2018-04-17
1
-4
/
+4
*
radv: enable the Polaris small primitive filter control
Samuel Pitoiset
2018-04-06
1
-0
/
+15
*
radv: add support for Vega12
Samuel Pitoiset
2018-03-28
1
-0
/
+1
*
radv: remove predication on cache flushes
Matthew Nicholls
2018-01-31
1
-14
/
+12
*
radv: Split out the ia_multi_vgt_param precomputation.
Bas Nieuwenhuizen
2018-01-30
1
-6
/
+6
*
radv: make the indirect GFX config BO read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-1
/
+2
*
radv: Use correct flush bits for flushing L2 during CB/DB flushes.
Bas Nieuwenhuizen
2018-01-04
1
-13
/
+16
*
radv: Allow writing 0 scissors.
Bas Nieuwenhuizen
2018-01-04
1
-1
/
+2
*
radv: Implement binning on GFX9.
Bas Nieuwenhuizen
2017-12-31
1
-6
/
+0
*
radv/gfx9: use a bigger hammer to flush cb/db caches.
Dave Airlie
2017-12-29
1
-1
/
+8
*
amd/common: sid.h cleanups
Nicolai Hähnle
2017-11-28
1
-6
/
+8
*
radv: optimize calling radv_cmd_buffer_trace_emit()
Samuel Pitoiset
2017-11-13
1
-2
/
+5
*
radv: add support for local bos. (v3)
Dave Airlie
2017-10-26
1
-1
/
+2
*
radv: don't skip PS/VS partial flush
Andres Rodriguez
2017-10-21
1
-8
/
+6
*
radv: hardcode shader WAVE_LIMIT to the maximum value
Andres Rodriguez
2017-10-21
1
-9
/
+18
*
radv: move DB_COUNT_CONTROL initialization to si_emit_config()
Samuel Pitoiset
2017-10-20
1
-0
/
+5
*
radv: fix CLEAR_STATE packet length.
Dave Airlie
2017-10-19
1
-1
/
+1
*
radv: use CLEAR_STATE for initializing some registers
Samuel Pitoiset
2017-10-12
1
-41
/
+58
*
radv: do not set registers for merged ES-GS on GFX9
Samuel Pitoiset
2017-10-12
1
-2
/
+5
*
radv: move the raster config emission in si_set_raster_config()
Samuel Pitoiset
2017-10-12
1
-53
/
+60
*
radeonsi: shrink r600d_common.h and stop using it
Marek Olšák
2017-10-09
1
-14
/
+14
*
radv: emit PA_SU_POINT_{SIZE,MINMAX} in si_emit_config()
Samuel Pitoiset
2017-10-09
1
-0
/
+15
*
radv: Don't use a virtual function for getting the buffer virtual address.
Bas Nieuwenhuizen
2017-09-20
1
-2
/
+2
*
radv: work out a base ia_multi_vgt_param.
Dave Airlie
2017-09-11
1
-10
/
+5
*
radv: calculate non-draw related ia_multi_vgt_param bits in pipeline
Dave Airlie
2017-09-11
1
-60
/
+4
*
radv: move calculating primgroup_size to pipeline.
Dave Airlie
2017-09-11
1
-9
/
+3
*
radv: only calculate num_prims when required.
Dave Airlie
2017-09-11
1
-4
/
+10
*
radv: realign vgt flush on hawaii workaround with radeonsi.
Dave Airlie
2017-09-11
1
-6
/
+12
*
radv: move shaders related code to radv_shader.c
Samuel Pitoiset
2017-09-08
1
-0
/
+1
*
radv: fix predication on gfx9
Dave Airlie
2017-08-25
1
-1
/
+3
*
radv/gfx9: fix set predication packet.
Dave Airlie
2017-08-16
1
-9
/
+12
*
radv: predicate cmask eliminate when using DCC.
Dave Airlie
2017-07-17
1
-1
/
+2
*
radv: add support for cmd predication.
Dave Airlie
2017-07-06
1
-23
/
+45
*
radv: handle primitive id input into fragment shader with no geom shader
Dave Airlie
2017-06-26
1
-0
/
+3
*
radv: set prim_id for geometry shaders
Dave Airlie
2017-06-26
1
-0
/
+5
*
radv: assert on CP_DMA_USE_L2 for SI
Grazvydas Ignotas
2017-06-11
1
-0
/
+1
*
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
[next]