aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/si_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* radv: compute prim_vertex_count at draw timeSamuel Pitoiset2020-07-091-2/+28
* radv: adjust IA_MULTI_VGT_PARAM.PARTIAL_VS_WAVE at draw timeSamuel Pitoiset2020-07-091-0/+11
* radv: adjust IA_MULTI_VGT_PARAM.WD_SWITCH_ON_EOP at draw timeSamuel Pitoiset2020-07-091-1/+14
* radv: fix wide points and linesSamuel Pitoiset2020-07-021-1/+1
* amd: add proper definitions for NOP packetsMarek Olšák2020-06-261-2/+2
* radv: add support for Sienna CichlidSamuel Pitoiset2020-06-191-0/+4
* amd: replace SH -> SA (shader array) in commentsMarek Olšák2020-05-261-2/+2
* ac/gpu_info: replace num_good_cu_per_sh with min/max_good_cu_per_saMarek Olšák2020-05-261-1/+1
* ac: update register and packet definitions for preemptionMarek Olšák2020-05-231-2/+2
* radv: Implement VK_EXT_custom_border_colorJoshua Ashton2020-05-151-0/+10
* radv: Pass logical device to si_emit_graphicsJoshua Ashton2020-04-251-2/+4
* radv: simplify checking for Navi1x chipsSamuel Pitoiset2020-04-231-3/+1
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-181-4/+4
* radv: stop including files from mesa/mainMarek Olšák2020-03-271-1/+0
* radv: use ac_gpu_info::use_late_allocSamuel Pitoiset2020-03-121-4/+6
* radv: rewrite late alloc computationSamuel Pitoiset2020-03-121-34/+43
* radv: use better tessellation tunables on GFX9+Samuel Pitoiset2020-03-121-1/+8
* radv/gfx10: cache metadata in L2 on small chipsSamuel Pitoiset2020-03-121-8/+21
* radv/gfx10: enable all CUs if NGG is never usedSamuel Pitoiset2020-01-151-2/+5
* Revert "radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+"Samuel Pitoiset2019-10-151-6/+3
* radv: Fix L2 cache rinse programming.Timur Kristóf2019-09-261-5/+9
* ac: move PBB MAX_ALLOC_COUNT into radeon_infoMarek Olšák2019-09-181-31/+1
* ac: add has_clear_state to ac_gpu_infoSamuel Pitoiset2019-08-271-10/+11
* radv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0Samuel Pitoiset2019-08-231-1/+2
* radv/gfx10: do not emit PA_SC_TILE_STEERING_OVERRIDE twiceSamuel Pitoiset2019-08-201-2/+0
* radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+Samuel Pitoiset2019-08-201-3/+6
* radv: Add Renoir support.Bas Nieuwenhuizen2019-08-191-0/+1
* radv: Fix off by one for S_028C48_MAX_ALLOC_COUNT.Bas Nieuwenhuizen2019-08-081-1/+1
* radv/gfx10: disable LATE_ALLOC_GS on Navi14Samuel Pitoiset2019-07-311-1/+8
* radv/gfx10: implement a bug workaround for GE_PC_ALLOCSamuel Pitoiset2019-07-311-0/+13
* radv/gfx10: implement a bug workaround for NGG -> legacy transitionsSamuel Pitoiset2019-07-311-2/+7
* radv/gfx10: use L2 for DMA copy/fill operationsSamuel Pitoiset2019-07-251-0/+16
* radv: change a bunch of >= GFX9 to == GFX9Samuel Pitoiset2019-07-221-6/+6
* radv: reset the window scissor with no clear state.Dave Airlie2019-07-191-1/+1
* radv/gfx10: set the pgm rsrc3/4 regs using index sh reg setDave Airlie2019-07-181-18/+18
* radv: allow to select DST_SEL with RELEASE_MEMSamuel Pitoiset2019-07-161-2/+6
* radv: allow to emit PS_DONE/CS_DONE with RELEASE_MEMSamuel Pitoiset2019-07-161-1/+2
* radv: update LATE_ALLOC_VS.LIMITSamuel Pitoiset2019-07-161-18/+42
* radv/gfx10: init more registers in the graphics preambleSamuel Pitoiset2019-07-121-0/+9
* radv/gfx10: don't emit PFP packets on ME.Dave Airlie2019-07-081-2/+3
* radv/gfx10: implement NGG support (VS only)Samuel Pitoiset2019-07-071-0/+11
* radv/gfx10: disable CLEAR_STATESamuel Pitoiset2019-07-071-4/+0
* radv/gfx10: add gfx10_cs_emit_cache_flushSamuel Pitoiset2019-07-071-1/+174
* radv/gfx10: emit VGT_VERTEX_REUSE_BLOCK_CNTL during gfx initializationSamuel Pitoiset2019-07-071-0/+1
* radv/gfx10: update shader-related fields in si_emit_graphics()Samuel Pitoiset2019-07-071-0/+13
* radv/gfx10: implement si_emit_compute()Samuel Pitoiset2019-07-071-1/+5
* radv/gfx10: initialize GE_{MAX,MIN}_VTX_INDX/INDX_OFFSETSamuel Pitoiset2019-07-071-1/+5
* radv/gfx10: set PA_SC_TILE_STEERING_OVERRIDESamuel Pitoiset2019-07-071-0/+2
* radv/gfx10: set cache control registersSamuel Pitoiset2019-07-071-0/+21
* radv/gfx10: set MAX_ALLOC_COUNTSamuel Pitoiset2019-07-071-1/+13