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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vulkan: drop unused include directories
Eric Engestrom
2020-03-28
1
-1
/
+1
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-1
/
+1
*
vulkan/overlay: Add a workaround semaphore for application presenting without...
Lionel Landwerlin
2020-03-25
1
-19
/
+53
*
Vulkan overlay: use the corresponding image index for each swapchain
Georg Lehmann
2020-02-10
1
-3
/
+8
*
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: Update docs.
Rafael Antognolli
2019-12-13
1
-0
/
+35
*
vulkan/overlay: Add basic overlay control script.
Rafael Antognolli
2019-12-13
2
-0
/
+210
*
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
3
-0
/
+25
*
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
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-2
/
+1
*
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
2
-1
/
+15
*
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: fix build dependency issue with generated files
Lionel Landwerlin
2019-05-22
1
-3
/
+3
*
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: add TODO list
Lionel Landwerlin
2019-05-02
1
-0
/
+3
*
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
3
-1
/
+18
*
vulkan/overlay: add a frame counter option
Lionel Landwerlin
2019-05-02
2
-1
/
+5
*
vulkan/overlay: record all select metrics into output file
Lionel Landwerlin
2019-05-02
2
-1
/
+48
*
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
3
-25
/
+50
*
vulkan/overlay: add pipeline statistic & timestamps support
Lionel Landwerlin
2019-05-02
2
-55
/
+383
*
vulkan/overlay: record stats in command buffers and accumulate on exec/submit
Lionel Landwerlin
2019-05-02
2
-141
/
+238
*
vulkan/overlay: update help printout
Lionel Landwerlin
2019-05-02
1
-2
/
+2
*
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: factor out wsi dependencies
Lionel Landwerlin
2019-03-18
1
-1
/
+1
*
vulkan/overlay: drop dependency on validation layer headers
Lionel Landwerlin
2019-03-06
4
-213
/
+40
*
vulkan/overlay: add support for fps output in file
Lionel Landwerlin
2019-02-28
4
-15
/
+39
*
vulkan/overlay: rework option parsing
Lionel Landwerlin
2019-02-28
5
-113
/
+263
*
vulkan/overlay: fix min/max computations
Lionel Landwerlin
2019-02-28
1
-11
/
+11
*
vulkan/overlay: install layer binary in libdir
Lionel Landwerlin
2019-02-27
2
-13
/
+4
*
vulkan/overlay: fix includes
Lionel Landwerlin
2019-02-26
3
-8
/
+8
*
vulkan/overlay: fix missing installation of layer
Lionel Landwerlin
2019-02-26
1
-0
/
+1
*
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
[next]