aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_query.c
Commit message (Expand)AuthorAgeFilesLines
* radv: only emit cache flushes when the pool size is large enoughSamuel Pitoiset2018-03-011-5/+9
* radv: keep track of the query pool sizeSamuel Pitoiset2018-03-011-5/+4
* radv: make sure to emit cache flushes before starting a querySamuel Pitoiset2018-03-011-7/+21
* radv: fix pipeline statistics end query on compute queueDave Airlie2017-12-281-1/+1
* radv: do not add the query pool BO to the list in vkCmdEndQuery()Samuel Pitoiset2017-11-201-1/+3
* radv: use vk_error() everywhere an error is returnedSamuel Pitoiset2017-11-131-3/+3
* radv: wrap cs_add_buffer in an inline. (v2)Dave Airlie2017-11-061-5/+5
* radv: allow to use a compute shader for resetting the query poolSamuel Pitoiset2017-10-271-7/+9
* radv: add support for local bos. (v3)Dave Airlie2017-10-261-1/+1
* amd: move r600d_common.h into r600gMarek Olšák2017-10-091-1/+1
* radv: convert all COMPUTE operations to the RADV_META_SAVE_XXX flagsSamuel Pitoiset2017-10-061-3/+6
* 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-1/+1
* radv: fix saved compute state when doing statistics/occlusion queriesSamuel Pitoiset2017-09-261-2/+2
* radv: Don't use a virtual function for getting the buffer virtual address.Bas Nieuwenhuizen2017-09-201-6/+6
* radv: add support for cmd predication.Dave Airlie2017-07-061-2/+5
* radv: Remove SI num RB override for occlusion queries.Bas Nieuwenhuizen2017-06-061-3/+0
* radv: fewer than 8 RBs are possibleNicolai Hähnle2017-06-051-2/+0
* radv: factor out eop event writing code. (v2)Dave Airlie2017-06-021-40/+17
* radv: factor out si_emit_wait_fence code.Dave Airlie2017-06-021-14/+2
* radv: always free nir shaders from modules on stackGrazvydas Ignotas2017-05-101-4/+2
* 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 correct stage for ready bit.Bas Nieuwenhuizen2017-05-021-9/+24
* radv: Add top of pipe timestamp queries.Bas Nieuwenhuizen2017-05-021-12/+26
* radv: use push descriptors in metaFredrik Höglund2017-04-141-42/+32
* radv: Stop shadowing the result in radv_GetQueryPoolResults.Bas Nieuwenhuizen2017-04-121-4/+4
* radv: Return VK_NOT_READY if the query results are not available.Bas Nieuwenhuizen2017-04-121-0/+6
* radv: Set query availability bit even if we don't wait.Bas Nieuwenhuizen2017-04-121-3/+4
* radv: Implement pipeline statistics queries.Bas Nieuwenhuizen2017-04-111-26/+391
* radv: Let count be dynamic in radv_break_on_count.Bas Nieuwenhuizen2017-04-111-3/+3
* radv: Rename query pipeline/set layout.Bas Nieuwenhuizen2017-04-111-11/+11
* radv: Use VK_WHOLE_SIZE for the query buffer bindings.Bas Nieuwenhuizen2017-04-111-2/+2
* radv: Use a shader for occlusion CmdCopyQueryPoolResults.Bas Nieuwenhuizen2017-04-111-74/+64
* radv: Add occlusion query shader.Bas Nieuwenhuizen2017-04-111-0/+419
* radv: Use correct size for availability flag.Bas Nieuwenhuizen2017-02-271-2/+5
* radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.Bas Nieuwenhuizen2017-02-271-20/+45
* Revert "radv: detect command buffers that do no work and drop them (v2)"Dave Airlie2017-02-201-4/+0
* radv: query cmds should mark a cmd buffer as having draws.Dave Airlie2017-02-151-0/+4
* radv: Get physical device from radv_device instead of the instance.Bas Nieuwenhuizen2017-01-161-3/+3
* radv: Use RELEASE_MEM packet for MEC timestamp query.Bas Nieuwenhuizen2016-12-181-9/+20
* radv: fix release build unused variable warningsGrazvydas Ignotas2016-12-101-3/+3
* radv: move to using shared vk_alloc inlines.Dave Airlie2016-10-191-4/+4
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+415