radv: reset the window scissor with no clear state.
[mesa.git] / src / amd / vulkan / si_cmd_buffer.c
2019-07-19 Dave Airlieradv: reset the window scissor with no clear state.
2019-07-18 Dave Airlieradv/gfx10: set the pgm rsrc3/4 regs using index sh...
2019-07-16 Samuel Pitoisetradv: allow to select DST_SEL with RELEASE_MEM
2019-07-16 Samuel Pitoisetradv: allow to emit PS_DONE/CS_DONE with RELEASE_MEM
2019-07-16 Samuel Pitoisetradv: update LATE_ALLOC_VS.LIMIT
2019-07-12 Samuel Pitoisetradv/gfx10: init more registers in the graphics preamble
2019-07-08 Dave Airlieradv/gfx10: don't emit PFP packets on ME.
2019-07-07 Samuel Pitoisetradv/gfx10: implement NGG support (VS only)
2019-07-07 Samuel Pitoisetradv/gfx10: disable CLEAR_STATE
2019-07-07 Samuel Pitoisetradv/gfx10: add gfx10_cs_emit_cache_flush
2019-07-07 Samuel Pitoisetradv/gfx10: emit VGT_VERTEX_REUSE_BLOCK_CNTL during...
2019-07-07 Samuel Pitoisetradv/gfx10: update shader-related fields in si_emit_gra...
2019-07-07 Samuel Pitoisetradv/gfx10: implement si_emit_compute()
2019-07-07 Samuel Pitoisetradv/gfx10: initialize GE_{MAX,MIN}_VTX_INDX/INDX_OFFSET
2019-07-07 Samuel Pitoisetradv/gfx10: set PA_SC_TILE_STEERING_OVERRIDE
2019-07-07 Samuel Pitoisetradv/gfx10: set cache control registers
2019-07-07 Samuel Pitoisetradv/gfx10: set MAX_ALLOC_COUNT
2019-06-25 Samuel Pitoisetradv: rename and re-document cache flush flags
2019-06-04 Rhys Perryradv: fix some compiler warnings
2019-06-04 Nicolai Hähnleamd/common: use generated register header
2019-06-04 Nicolai Hähnleamd/common: use SH{0,1}_CU_EN definitions only of COMPU...
2019-05-29 Samuel Pitoisetradv: sync before resetting a pool if there is active...
2019-05-22 Samuel Pitoisetradv: fix the sample max distance value for 8x
2019-05-22 Samuel Pitoisetradv: emit correct centroid priority based on the numbe...
2019-05-22 Samuel Pitoisetradv: clean up the sample locations codebase
2019-05-22 Samuel Pitoisetradv: remove remaining code related to 16 samples
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-02 Samuel Pitoisetradv: set WD_SWITCH_ON_EOP=1 when drawing primitives...
2019-01-29 Bas Nieuwenhuizenradv/winsys: Set winsys bo priority on creation.
2019-01-27 Bas Nieuwenhuizenradv: Remove unused variable.
2019-01-23 Samuel Pitoisetradv: always pass the GFX9 fence data to si_cs_emit_cac...
2019-01-23 Samuel Pitoisetradv: compute the GFX9 fence VA at allocation time
2019-01-23 Samuel Pitoisetradv: remove old_fence parameter from si_cs_emit_write_...
2018-12-05 Samuel Pitoisetradv: reset pending_reset_query when flushing caches
2018-11-13 Samuel Pitoisetradv: set optimal OVERWRITE_COMBINER_WATERMARK on GFX9
2018-11-12 Samuel Pitoisetradv: make use of num_good_cu_per_sh in si_emit_graphic...
2018-11-05 Samuel Pitoisetradv: replace si_emit_wait_fence() with radv_cp_wait_mem()
2018-11-01 Samuel Pitoisetradv: add support for Raven2
2018-10-29 Samuel Pitoisetradv: implement VK_EXT_transform_feedback
2018-10-23 Eric Engestromradv: s/abs/fabsf/ for floats
2018-10-16 Marek Olšákradeonsi: save raster config in screen, add se_tile_repeat
2018-09-28 Samuel Pitoisetradv: do not sync CP DMA when copying buffers
2018-09-25 Andres Rodriguezradv: only emit ZPASS_DONE for timestamp queries on...
2018-09-14 Samuel Pitoisetradv: emit the initial config only once in the preambles
2018-09-14 Samuel Pitoisetradv: improve a comment in si_emit_set_predication_state()
2018-09-03 Bas Nieuwenhuizenradv: Add VEGA20 support.
2018-08-15 Samuel Pitoisetradv: drop wrong initialization of COMPUTE_RESOURCE_LIMITS
2018-07-27 Samuel Pitoisetradv: do not emit pipeline stats flushes on compute...
2018-07-26 Marek Olšákac: fix typo DSL_SEL -> DST_SEL
2018-07-18 Samuel Pitoisetradv: add support for non-inverted conditional rendering
2018-07-12 Samuel Pitoisetradv: emit a dummy ZPASS_DONE to prevent GPU hangs...
2018-07-11 Samuel Pitoisetradv: make sure to wait for CP DMA when needed
2018-06-27 Samuel Pitoisetradv: remove unused 'predicated' parameter from some...
2018-06-26 Samuel Pitoisetradv: emit PIPELINESTAT_{START,STOP} events for pipelin...
2018-06-21 Samuel Pitoisetradv: set EVENT_WRITE_EOP.INT_SEL = wait for write...
2018-06-21 Samuel Pitoisetradv: use EOP_DATA_SEL_* instead of magic numbers
2018-06-20 Samuel Pitoisetradv: remove unnecessary code around CACHE_FLUSH_AND_IN...
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-04-23 Dave Airlieac/radv/radeonsi: refactor harvest config register...
2018-04-23 Dave Airlieradv: only set raster_config_1 outside the index registers.
2018-04-23 Dave Airlieac/radv/radeonsi: refactor raster_config default values...
2018-04-19 Bas Nieuwenhuizenradv: Add Vega M support.
2018-04-17 Samuel Pitoisetradv: fix scissor computation when using half-pixel...
2018-04-06 Samuel Pitoisetradv: enable the Polaris small primitive filter control
2018-03-28 Samuel Pitoisetradv: add support for Vega12
2018-01-31 Matthew Nichollsradv: remove predication on cache flushes
2018-01-30 Bas Nieuwenhuizenradv: Split out the ia_multi_vgt_param precomputation.
2018-01-08 Samuel Pitoisetradv: make the indirect GFX config BO read-only for...
2018-01-04 Bas Nieuwenhuizenradv: Use correct flush bits for flushing L2 during...
2018-01-03 Bas Nieuwenhuizenradv: Allow writing 0 scissors.
2017-12-31 Bas Nieuwenhuizenradv: Implement binning on GFX9.
2017-12-29 Dave Airlieradv/gfx9: use a bigger hammer to flush cb/db caches.
2017-11-28 Nicolai Hähnleamd/common: sid.h cleanups
2017-11-13 Samuel Pitoisetradv: optimize calling radv_cmd_buffer_trace_emit()
2017-10-26 Dave Airlieradv: add support for local bos. (v3)
2017-10-20 Andres Rodriguezradv: don't skip PS/VS partial flush
2017-10-20 Andres Rodriguezradv: hardcode shader WAVE_LIMIT to the maximum value
2017-10-20 Samuel Pitoisetradv: move DB_COUNT_CONTROL initialization to si_emit_c...
2017-10-19 Dave Airlieradv: fix CLEAR_STATE packet length.
2017-10-12 Samuel Pitoisetradv: use CLEAR_STATE for initializing some registers
2017-10-12 Samuel Pitoisetradv: do not set registers for merged ES-GS on GFX9
2017-10-12 Samuel Pitoisetradv: move the raster config emission in si_set_raster_...
2017-10-09 Marek Olšákradeonsi: shrink r600d_common.h and stop using it
2017-10-09 Samuel Pitoisetradv: emit PA_SU_POINT_{SIZE,MINMAX} in si_emit_config()
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-09-11 Dave Airlieradv: work out a base ia_multi_vgt_param.
2017-09-11 Dave Airlieradv: calculate non-draw related ia_multi_vgt_param...
2017-09-11 Dave Airlieradv: move calculating primgroup_size to pipeline.
2017-09-11 Dave Airlieradv: only calculate num_prims when required.
2017-09-11 Dave Airlieradv: realign vgt flush on hawaii workaround with radeonsi.
2017-09-08 Samuel Pitoisetradv: move shaders related code to radv_shader.c
2017-08-24 Dave Airlieradv: fix predication on gfx9
2017-08-15 Dave Airlieradv/gfx9: fix set predication packet.
2017-07-17 Dave Airlieradv: predicate cmask eliminate when using DCC.
2017-07-06 Dave Airlieradv: add support for cmd predication.
2017-06-25 Dave Airlieradv: handle primitive id input into fragment shader...
2017-06-25 Dave Airlieradv: set prim_id for geometry shaders
2017-06-11 Grazvydas Ignotasradv: assert on CP_DMA_USE_L2 for SI
2017-06-07 Dave Airlieradv: move chip_class extraction down further.
2017-06-06 Dave Airlieradv/gfx9: use correct register setting for uconfig...
next