aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: Allocate cmdbuffer space for buffer marker write.Bas Nieuwenhuizen2019-11-261-0/+4
* radv: set the image view aspect mask during subpass transitionsSamuel Pitoiset2019-11-251-1/+1
* radv: Do not change scratch settings while shaders are active.Bas Nieuwenhuizen2019-11-201-12/+20
* radv/gfx10: enable wave32 for compute based on shader's wavesizeSamuel Pitoiset2019-11-061-0/+5
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* radv: compute the number of records correctly for vertex buffersSamuel Pitoiset2019-10-241-5/+7
* radv: do not emit rbplus if attachments are undefinedSamuel Pitoiset2019-10-231-0/+3
* radv: fix updating bound fast ds clear values with different aspectsSamuel Pitoiset2019-10-221-3/+13
* radv: Fix single stage constant flush with merged shaders.Bas Nieuwenhuizen2019-10-181-5/+6
* radv: Fix warning in 32-bit build.Bas Nieuwenhuizen2019-10-031-2/+3
* radv/gfx10: add missing counter buffer to the BO listSamuel Pitoiset2019-10-021-0/+2
* radv/aco: Setup alternate path in RADV to support the experimental ACO compilerDaniel Schürmann2019-09-191-0/+4
* radv: Only break batch on framebuffer change with dfsm.Bas Nieuwenhuizen2019-09-181-1/+1