aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* radv: add support for dynamic cull mode and front faceSamuel Pitoiset2020-07-131-0/+79
* radv: rework dynamic viewports/scissors supportSamuel Pitoiset2020-07-131-7/+12
* radv: store the primitive topology hardware value in the pipelineSamuel Pitoiset2020-07-091-1/+1
* radv: implement missing VK_ACCESS_MEMORY_{READ,WRITE}_BITSamuel Pitoiset2020-07-091-0/+24
* radv: Always enable PERFECT_ZPASS_COUNTS.Bas Nieuwenhuizen2020-07-061-1/+4
* radv: disable FMASK compression when drawing with GENERAL layoutSamuel Pitoiset2020-07-061-0/+20
* radv: fix wide points and linesSamuel Pitoiset2020-07-021-1/+1
* radv: change use_aco -> use_llvmDaniel Schürmann2020-06-251-1/+1
* radv/winsys: Distinguish device/host memory errors.Bas Nieuwenhuizen2020-06-241-2/+3
* radv/aco,aco: allow SMEM SSBO loads on GFX6/7Rhys Perry2020-06-241-2/+1
* radv: Use offsets in surface struct.Bas Nieuwenhuizen2020-06-051-1/+1
* radv: Remove dead code.Bas Nieuwenhuizen2020-05-251-11/+2
* ac: update register and packet definitions for preemptionMarek Olšák2020-05-231-2/+2
* radv: use the base object struct typesSamuel Pitoiset2020-05-131-2/+9
* radv: use the common base object type for VkDeviceSamuel Pitoiset2020-05-131-3/+3
* radv: Remove RANGE_SIZE usageJoshua Ashton2020-05-051-2/+2
* radv: handle NULL vertex bindingsSamuel Pitoiset2020-04-291-4/+7
* radv: simplify checking for Navi1x chipsSamuel Pitoiset2020-04-231-3/+1
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-181-2/+2
* radv: use RMW packets for updating the maximum sample distanceSamuel Pitoiset2020-04-141-9/+3
* radv: Use correct buffer count with variable descriptor set sizes.Bas Nieuwenhuizen2020-04-081-1/+1
* radv: Consider maximum sample distances for entire grid.Bas Nieuwenhuizen2020-04-081-4/+6
* radv: remove radv_layout_has_htile() helperSamuel Pitoiset2020-04-081-15/+8
* radv: rename decompress/resummarize depth/stencil functionsSamuel Pitoiset2020-04-081-2/+2
* radv: fix optional pSizes parameter when binding streamout buffersSamuel Pitoiset2020-03-201-1/+6
* radv/sqtt: describe layout transitions with user markersSamuel Pitoiset2020-03-121-1/+22
* radv/sqtt: describe begin/end subpass barriers with user markersSamuel Pitoiset2020-03-121-0/+8
* radv: do not recursively begin/end render pass for meta operationsSamuel Pitoiset2020-03-111-13/+27
* radv/sqtt: describe pipeline and wait events barriersSamuel Pitoiset2020-03-101-0/+7
* radv/sqtt: describe draw/dispatch and emit event markersSamuel Pitoiset2020-03-101-0/+4
* radv/sqtt: describe begin/end command buffers with user markersSamuel Pitoiset2020-03-101-0/+4
* radv: emit thread trace markers after every draw/dispatch callSamuel Pitoiset2020-02-281-0/+5
* radv: add the trace BO to the BO list at submit timeSamuel Pitoiset2020-02-241-7/+1
* radv: implement VK_EXT_line_rasterizationSamuel Pitoiset2020-02-131-0/+45
* radv: Do not redundantly set the RB+ regs on pipeline switch.Bas Nieuwenhuizen2020-02-111-1/+15
* radv: Optimize emitting index buffer changes.Bas Nieuwenhuizen2020-02-111-2/+7
* radv: Do not set SX DISABLE bits for RB+ with unused surfaces.Bas Nieuwenhuizen2020-02-041-6/+7
* radv/gfx10: implement NGG GS queriesSamuel Pitoiset2020-01-291-0/+35
* radv/gfx10: add a separate flag for creating a GDS OA bufferSamuel Pitoiset2020-01-291-1/+4
* radv: update VK_KHR_imageless_framebuffer for Vulkan 1.2Samuel Pitoiset2020-01-151-2/+2
* radv: update VK_KHR_draw_indirect_count for Vulkan 1.2Samuel Pitoiset2020-01-151-2/+2
* radv: update VK_KHR_create_renderpass2 for Vulkan 1.2Samuel Pitoiset2020-01-151-7/+7
* radv: Emit a BATCH_BREAK when changing pixel shaders or CB_TARGET_MASK.Bas Nieuwenhuizen2020-01-071-0/+29
* ac: declare an enum for the OOB select field on GFX10Samuel Pitoiset2019-12-191-3/+5
* radv/gfx10: fix the out-of-bounds check for vertex descriptorsSamuel Pitoiset2019-12-191-1/+5
* radv: implement VK_KHR_separate_depth_stencil_layoutsSamuel Pitoiset2019-12-101-7/+43
* radv: do not init HTILE as compressed state when dst layout allows itSamuel Pitoiset2019-12-101-13/+5
* radv: fix possibly wrong PA_SC_AA_CONFIG value for conservative rastSamuel Pitoiset2019-12-101-10/+0
* radv: move emission of two PA_SC_* registers to the pipeline CSSamuel Pitoiset2019-12-101-4/+1
* radv: only flush scalar cache for SSBO writes with ACO on GFX8+Daniel Schürmann2019-12-071-1/+2