summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_meta_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* radv: rename and re-document cache flush flagsSamuel Pitoiset2019-06-251-2/+2
* nir/builder: Remove the use_fmov parameter from nir_swizzleJason Ekstrand2019-05-241-1/+1
* radv: set ACCESS_NON_READABLE on stores for copy/fill/clear meta shadersSamuel Pitoiset2019-04-151-0/+2
* radv: set num_components on vulkan_resource_index intrinsicLionel Landwerlin2019-03-061-3/+6
* radeonsi: correct WRITE_DATA.DST_SEL definitionsMarek Olšák2019-01-221-1/+1
* nir: replace nir_load_system_value calls with appropiate builder functionsKarol Herbst2018-11-141-4/+4
* radv: adjust the CmdUpdateBuffer threshold for optimal performanceSamuel Pitoiset2018-09-281-1/+1
* radv: add support for VK_EXT_conditional_renderingSamuel Pitoiset2018-07-181-0/+10
* nir: cleanup oversized arrays in nir_swizzle callsKarol Herbst2018-07-131-2/+2
* radv: get rid of buffer object prioritiesSamuel Pitoiset2018-07-121-4/+4
* radv: only emit cache flushes when the pool size is large enoughSamuel Pitoiset2018-03-011-6/+0
* radv: optimize calling radv_cmd_buffer_trace_emit()Samuel Pitoiset2017-11-131-1/+2
* radv: wrap cs_add_buffer in an inline. (v2)Dave Airlie2017-11-061-4/+4
* radv: make radv_fill_buffer() return the needed flush bitsSamuel Pitoiset2017-10-271-3/+10
* radv: use a define for the transition point between cp and compute shaderDave Airlie2017-10-251-3/+9
* radv: convert all COMPUTE operations to the RADV_META_SAVE_XXX flagsSamuel Pitoiset2017-10-061-6/+11
* radv: cleanup radv_device_finish_meta_XXX() helpersSamuel Pitoiset2017-10-021-29/+16
* radv: do not need to double zero-init the meta state structuresSamuel Pitoiset2017-10-021-2/+0
* radv: store the amount of saved constants in the compute stateSamuel Pitoiset2017-09-271-2/+2
* radv: Don't use a virtual function for getting the buffer virtual address.Bas Nieuwenhuizen2017-09-201-4/+4
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-14/+14
* radv: set base/ranges for push constant loads.Dave Airlie2017-05-081-0/+2
* radv: use push descriptors in metaFredrik Höglund2017-04-141-72/+50
* radv: Add more trace points.Bas Nieuwenhuizen2017-04-131-0/+2
* radv: Ignore CmdUpdateBuffer with size 0.Bas Nieuwenhuizen2017-04-131-0/+3
* radv: Flush before copying with PKT3_WRITE_DATA in CmdUpdateBufferAlex Smith2017-03-141-0/+2
* Revert "radv: detect command buffers that do no work and drop them (v2)"Dave Airlie2017-02-201-1/+0
* radv: detect command buffers that do no work and drop them (v2)Dave Airlie2017-02-131-0/+1
* radv: update vkCmdUpdateBuffer for the MEC.Bas Nieuwenhuizen2016-12-181-1/+3
* vulkan: import latest public vulkan headers + and fix drivers.Dave Airlie2016-11-111-1/+1
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-14/+14
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+543