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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vulkan: Update the XML and headers to 1.1.110
Jason Ekstrand
2019-06-04
1
-21
/
+249
*
vk/util: suppress warning about out-of-enum android value
Eric Engestrom
2019-05-23
1
-2
/
+4
*
vk/util: drop no-op compiler warning workaround
Eric Engestrom
2019-05-23
1
-19
/
+5
*
vulkan: fix build dependency issue with generated files
Lionel Landwerlin
2019-05-22
4
-6
/
+17
*
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/wsi: Set X11 minImageCount to 3.
Bas Nieuwenhuizen
2019-05-19
1
-6
/
+18
*
vulkan: Update the XML and headers to 1.1.108
Jason Ekstrand
2019-05-13
1
-40
/
+129
*
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/util: generate a helper function to return pNext struct sizes
Lionel Landwerlin
2019-05-02
2
-4
/
+54
*
wsi/wayland: document lack of vkAcquireNextImageKHR timeout support
Eric Engestrom
2019-05-02
1
-0
/
+10
*
vulkan/wsi/wayland: Respect non-blocking AcquireNextImage
Daniel Stone
2019-05-02
1
-2
/
+7
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
2
-3
/
+0
*
vulkan/wsi: don't use DUMB_CLOSE for normal GEM handles
Emil Velikov
2019-04-26
1
-2
/
+2
*
vulkan/wsi: check if the display_fd given is master
Emil Velikov
2019-04-26
1
-0
/
+27
*
vulkan/wsi: Add X11 adaptive sync support based on dri options.
Bas Nieuwenhuizen
2019-04-23
4
-2
/
+52
*
Delete autotools
Dylan Baker
2019-04-15
1
-124
/
+0
*
vulkan: Update the XML and headers to 1.1.106
Jason Ekstrand
2019-04-15
1
-18
/
+64
*
wsi: allow to override the present mode with MESA_VK_WSI_PRESENT_MODE
Samuel Pitoiset
2019-04-10
6
-3
/
+78
*
vulkan/wsi: make wl_drm optional
Chia-I Wu
2019-04-09
1
-19
/
+32
*
vulkan/wsi: add wsi_wl_display_dmabuf
Chia-I Wu
2019-04-09
1
-22
/
+28
*
vulkan/wsi: add wsi_wl_display_drm
Chia-I Wu
2019-04-09
1
-14
/
+18
*
vulkan/wsi: refactor drm_handle_format
Chia-I Wu
2019-04-09
1
-53
/
+75
*
vulkan/wsi: create wl_drm wrapper as needed
Chia-I Wu
2019-04-09
1
-7
/
+20
*
vulkan/wsi: move modifier array into wsi_wl_swapchain
Chia-I Wu
2019-04-09
1
-20
/
+32
*
anv: implement VK_KHR_swapchain revision 70
Lionel Landwerlin
2019-04-08
1
-0
/
+12
*
vk/util: remove unneeded array index
Eric Engestrom
2019-04-08
1
-1
/
+1
*
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
*
anv,radv: Implement VK_KHR_surface_capability_protected
Jason Ekstrand
2019-03-18
3
-7
/
+59
*
vulkan: Update the XML and headers to 1.1.104
Bas Nieuwenhuizen
2019-03-18
1
-27
/
+177
*
vulkan/util: Handle enums that are in platform-specific headers.
Bas Nieuwenhuizen
2019-03-18
1
-0
/
+23
*
vulkan: factor out wsi dependencies
Lionel Landwerlin
2019-03-18
4
-24
/
+15
*
android: Build fixes for OMR1
Tapani Pälli
2019-03-18
1
-0
/
+8
*
vulkan/util: meson build - add wayland client include
Tobias Klausmann
2019-03-17
1
-0
/
+7
*
wsi/x11: use WSI_FROM_HANDLE() instead of pointer casts
Eric Engestrom
2019-03-11
1
-1
/
+2
[next]