aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/genX_gpu_memcpy.c
Commit message (Expand)AuthorAgeFilesLines
* anv/gen12: Lower VK_KHR_multiview using Primitive ReplicationCaio Marcelo de Oliveira Filho2020-04-071-0/+5
* anv: Plumb deref block size through to 3DSTATE_SFJason Ekstrand2020-01-301-1/+1
* anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WAJason Ekstrand2019-12-051-0/+4
* anv: Implement new way for setting streamout buffers.Plamena Manolova2019-10-291-0/+5
* anv: Move mi_memcpy and mi_memset to gen_mi_builderJason Ekstrand2019-04-111-74/+0
* anv: narrow flushing of the render target to buffer writesLionel Landwerlin2019-01-191-1/+0
* anv: Remove some asserts.Rafael Antognolli2019-01-171-3/+0
* genxml: Consistently use a numeric "MOCS" fieldKenneth Graunke2018-12-141-2/+2
* anv/query: flush render target before copying resultsLionel Landwerlin2018-12-051-0/+1
* anv: Use separate MOCS settings for external BOsJason Ekstrand2018-10-031-3/+2
* anv/so_memcpy: Don't consider src/dst_offset when computing block sizeJason Ekstrand2018-09-191-4/+2
* anv: Add a mi_memset and use it for zeroing queriesJason Ekstrand2018-09-171-0/+17
* anv/memcpy: fix build after starting to use addressesCaio Marcelo de Oliveira Filho2018-09-141-2/+2
* anv/memcpy: Use addresses instead of bo+offsetJason Ekstrand2018-09-141-21/+14
* anv/so_memcpy: Use the correct SO_BUFFER size on gen8+Jason Ekstrand2018-09-141-1/+1
* intel: Drop SURFACE_FORMAT enum from genxml.Kenneth Graunke2018-03-051-1/+1
* anv/gpu_memcpy: CS Stall before a MI memcpy on gen7Jason Ekstrand2018-02-201-0/+22
* anv/cmd_buffer: Move dirty bits into anv_cmd_*_stateJason Ekstrand2018-01-231-1/+1
* anv: Explicitly cast between different enumsMatt Turner2017-08-291-1/+1
* anv: Remove 'inline' keywordsMatt Turner2017-08-291-1/+1
* anv/gpu_memcpy: Add a lighter-weight GPU memcpy functionNanley Chery2017-07-221-0/+40
* anv/gpu_memcpy: Rename the gpu_memcpy functionNanley Chery2017-06-261-4/+4
* anv: Disable VF statistics for blorp and SOL memcpyJason Ekstrand2017-03-171-0/+4
* intel: Share URB configuration code between GL and Vulkan.Kenneth Graunke2016-11-191-2/+4
* anv: Add a helper for doing buffer copies with nothing but VF and SOL.Jason Ekstrand2016-11-161-0/+230