index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: implement VK_EXT_transform_feedback
Samuel Pitoiset
2018-10-29
1
-10
/
+101
*
ac: correct PKT3_COPY_DATA definitions
Marek Olšák
2018-10-06
1
-4
/
+4
*
radv: fix resetting the pool for timestamp queries
Samuel Pitoiset
2018-10-04
1
-7
/
+5
*
radv: do not use the availability bit for timestamp queries
Samuel Pitoiset
2018-09-28
1
-30
/
+27
*
radv: Add on-demand compilation of built-in shaders.
Bas Nieuwenhuizen
2018-08-14
1
-5
/
+27
*
nir: cleanup oversized arrays in nir_swizzle calls
Karol Herbst
2018-07-13
1
-4
/
+2
*
radv: get rid of buffer object priorities
Samuel Pitoiset
2018-07-12
1
-4
/
+4
*
radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9
Samuel Pitoiset
2018-07-12
1
-3
/
+6
*
radv: remove unused 'predicated' parameter from some functions
Samuel Pitoiset
2018-06-27
1
-5
/
+2
*
radv: emit PIPELINESTAT_{START,STOP} events for pipeline stats queries
Samuel Pitoiset
2018-06-26
1
-0
/
+11
*
radv: use EOP_DATA_SEL_* instead of magic numbers
Samuel Pitoiset
2018-06-21
1
-3
/
+6
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-5
/
+5
*
radv: Add option to print errors even in optimized builds.
Bas Nieuwenhuizen
2018-05-31
1
-3
/
+3
*
radv: Fix multiview queries.
Bas Nieuwenhuizen
2018-05-14
1
-19
/
+20
*
radv: only disable out-of-order rast for perfect occlusion queries
Samuel Pitoiset
2018-05-02
1
-2
/
+2
*
radv: only enable PERFECT_ZPASS_COUNTS for precision occlusion queries
Samuel Pitoiset
2018-04-06
1
-5
/
+31
*
radv/query: handle multiview timestamp queries.
Dave Airlie
2018-03-19
1
-36
/
+43
*
radv/query: handle multiview queries properly. (v3)
Dave Airlie
2018-03-19
1
-0
/
+19
*
radv/query: split out begin/end query emission
Dave Airlie
2018-03-19
1
-41
/
+57
*
radv: only emit cache flushes when the pool size is large enough
Samuel Pitoiset
2018-03-01
1
-5
/
+9
*
radv: keep track of the query pool size
Samuel Pitoiset
2018-03-01
1
-5
/
+4
*
radv: make sure to emit cache flushes before starting a query
Samuel Pitoiset
2018-03-01
1
-7
/
+21
*
radv: fix pipeline statistics end query on compute queue
Dave Airlie
2017-12-28
1
-1
/
+1
*
radv: do not add the query pool BO to the list in vkCmdEndQuery()
Samuel Pitoiset
2017-11-20
1
-1
/
+3
*
radv: use vk_error() everywhere an error is returned
Samuel Pitoiset
2017-11-13
1
-3
/
+3
*
radv: wrap cs_add_buffer in an inline. (v2)
Dave Airlie
2017-11-06
1
-5
/
+5
*
radv: allow to use a compute shader for resetting the query pool
Samuel Pitoiset
2017-10-27
1
-7
/
+9
*
radv: add support for local bos. (v3)
Dave Airlie
2017-10-26
1
-1
/
+1
*
amd: move r600d_common.h into r600g
Marek Olšák
2017-10-09
1
-1
/
+1
*
radv: convert all COMPUTE operations to the RADV_META_SAVE_XXX flags
Samuel Pitoiset
2017-10-06
1
-3
/
+6
*
radv: do not need to double zero-init the meta state structures
Samuel Pitoiset
2017-10-02
1
-2
/
+0
*
radv: store the amount of saved constants in the compute state
Samuel Pitoiset
2017-09-27
1
-1
/
+1
*
radv: fix saved compute state when doing statistics/occlusion queries
Samuel Pitoiset
2017-09-26
1
-2
/
+2
*
radv: Don't use a virtual function for getting the buffer virtual address.
Bas Nieuwenhuizen
2017-09-20
1
-6
/
+6
*
radv: add support for cmd predication.
Dave Airlie
2017-07-06
1
-2
/
+5
*
radv: Remove SI num RB override for occlusion queries.
Bas Nieuwenhuizen
2017-06-06
1
-3
/
+0
*
radv: fewer than 8 RBs are possible
Nicolai Hähnle
2017-06-05
1
-2
/
+0
*
radv: factor out eop event writing code. (v2)
Dave Airlie
2017-06-02
1
-40
/
+17
*
radv: factor out si_emit_wait_fence code.
Dave Airlie
2017-06-02
1
-14
/
+2
*
radv: always free nir shaders from modules on stack
Grazvydas Ignotas
2017-05-10
1
-4
/
+2
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-14
/
+14
*
radv: set base/ranges for push constant loads.
Dave Airlie
2017-05-08
1
-0
/
+2
*
radv: Use correct stage for ready bit.
Bas Nieuwenhuizen
2017-05-02
1
-9
/
+24
*
radv: Add top of pipe timestamp queries.
Bas Nieuwenhuizen
2017-05-02
1
-12
/
+26
*
radv: use push descriptors in meta
Fredrik Höglund
2017-04-14
1
-42
/
+32
*
radv: Stop shadowing the result in radv_GetQueryPoolResults.
Bas Nieuwenhuizen
2017-04-12
1
-4
/
+4
*
radv: Return VK_NOT_READY if the query results are not available.
Bas Nieuwenhuizen
2017-04-12
1
-0
/
+6
*
radv: Set query availability bit even if we don't wait.
Bas Nieuwenhuizen
2017-04-12
1
-3
/
+4
*
radv: Implement pipeline statistics queries.
Bas Nieuwenhuizen
2017-04-11
1
-26
/
+391
*
radv: Let count be dynamic in radv_break_on_count.
Bas Nieuwenhuizen
2017-04-11
1
-3
/
+3
[next]