index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vulkan
/
overlay-layer
/
overlay.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Vulkan Overlay: Don't try to change the image layout to present twice
Georg Lehmann
2020-02-07
1
-22
/
+27
*
Correctly wait in the fragment stage until all semaphores are signaled
Georg Lehmann
2020-02-06
1
-2
/
+10
*
vulkan/overlay: Fix for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-10
/
+13
*
vulkan/overlay: Add a command to start capturing data to a file.
Rafael Antognolli
2019-12-13
1
-3
/
+44
*
vulkan/overlay: Add support for a control socket.
Rafael Antognolli
2019-12-13
1
-0
/
+198
*
vulkan/overlay: Add a control socket.
Rafael Antognolli
2019-12-13
1
-0
/
+3
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-2
/
+2
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
vulkan/overlay: bounce image back to present layout
Lionel Landwerlin
2019-09-03
1
-2
/
+30
*
vulkan/overlay: use a single macro to lookup objects
Lionel Landwerlin
2019-07-09
1
-37
/
+54
*
vulkan/overlay: add queue present timing measurement
Lionel Landwerlin
2019-07-09
1
-1
/
+14
*
vulkan/overlay: fix crash on freeing NULL command buffer
Lionel Landwerlin
2019-07-08
1
-0
/
+4
*
vulkan/overlay: fix command buffer stats
Lionel Landwerlin
2019-07-07
1
-0
/
+2
*
vulkan/overlay: update remaining manual error checks
Lionel Landwerlin
2019-05-21
1
-42
/
+24
*
vulkan/overlay: fix timestamp query emission with no pipeline stats
Lionel Landwerlin
2019-05-21
1
-4
/
+0
*
vulkan/overlay: keep allocating draw data until it can be reused
Lionel Landwerlin
2019-05-10
1
-113
/
+135
*
vulkan/overlay: fix truncating error on 32bit platforms
Lionel Landwerlin
2019-05-10
1
-40
/
+36
*
vulkan/overlay-layer: fix cast errors
Lionel Landwerlin
2019-05-07
1
-7
/
+7
*
vulkan/overlay: make overriden functions static
Lionel Landwerlin
2019-05-02
1
-25
/
+26
*
vulkan/overlay: make overlay size configurable
Lionel Landwerlin
2019-05-02
1
-1
/
+2
*
vulkan/overlay: add a frame counter option
Lionel Landwerlin
2019-05-02
1
-1
/
+4
*
vulkan/overlay: record all select metrics into output file
Lionel Landwerlin
2019-05-02
1
-1
/
+47
*
vulkan/overlay: add a margin to the size of the window
Lionel Landwerlin
2019-05-02
1
-5
/
+6
*
vulkan/overlay: add no display option
Lionel Landwerlin
2019-05-02
1
-25
/
+41
*
vulkan/overlay: add pipeline statistic & timestamps support
Lionel Landwerlin
2019-05-02
1
-55
/
+371
*
vulkan/overlay: record stats in command buffers and accumulate on exec/submit
Lionel Landwerlin
2019-05-02
1
-141
/
+237
*
vulkan/overlay: improve error reporting
Lionel Landwerlin
2019-03-22
1
-125
/
+89
*
vulkan/overlay: check return value of swapchain get images
Lionel Landwerlin
2019-03-22
1
-8
/
+11
*
vulkan/overlay: silence validation layer warnings
Lionel Landwerlin
2019-03-22
1
-5
/
+5
*
vulkan/overlay: properly register layer object with loader
Lionel Landwerlin
2019-03-22
1
-9
/
+24
*
vulkan/overlay: drop dependency on validation layer headers
Lionel Landwerlin
2019-03-06
1
-13
/
+38
*
vulkan/overlay: add support for fps output in file
Lionel Landwerlin
2019-02-28
1
-4
/
+11
*
vulkan/overlay: rework option parsing
Lionel Landwerlin
2019-02-28
1
-102
/
+30
*
vulkan/overlay: fix min/max computations
Lionel Landwerlin
2019-02-28
1
-11
/
+11
*
vulkan/overlay: fix includes
Lionel Landwerlin
2019-02-26
1
-4
/
+4
*
vulkan/overlay: Add fps counter
Matthias Lorenz
2019-02-24
1
-0
/
+17
*
vulkan: Fix 32-bit build for the new overlay layer
Kenneth Graunke
2019-02-22
1
-3
/
+3
*
vulkan: add an overlay layer
Lionel Landwerlin
2019-02-21
1
-0
/
+1843