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/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
*
wsi/wayland: fix pointer casting warning on 32bit
Eric Engestrom
2019-03-11
1
-1
/
+2
*
wsi/display: s/#if/#ifdef/ to fix -Wundef
Eric Engestrom
2019-03-11
1
-1
/
+1
*
wsi: deduplicate get_current_time() functions between display and x11
Eric Engestrom
2019-03-11
4
-24
/
+18
*
vulkan/overlay: fix missing var rename in previous commit
Eric Engestrom
2019-03-07
1
-1
/
+1
*
vulkan/util: use the platform defines in vk.xml instead of hard-coding them
Eric Engestrom
2019-03-07
1
-9
/
+10
*
vulkan/overlay: drop dependency on validation layer headers
Lionel Landwerlin
2019-03-06
4
-213
/
+40
*
vulkan/util: generate instance/device dispatch tables
Lionel Landwerlin
2019-03-06
5
-24
/
+148
*
vulkan/util: make header available from c++
Lionel Landwerlin
2019-03-06
1
-1
/
+9
*
meson: remove unused include_directories(vulkan)
Eric Engestrom
2019-03-06
1
-1
/
+1
*
vulkan: update headers/registry to 1.1.102
Lionel Landwerlin
2019-03-05
1
-14
/
+79
*
vulkan: use VkBase{In,Out}Structure instead of a custom struct
Eric Engestrom
2019-02-28
1
-7
/
+2
*
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
6
-113
/
+265
*
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
*
vulkan: add an overlay layer
Lionel Landwerlin
2019-02-21
10
-0
/
+2185
*
vulkan: Update the XML and headers to 1.1.101
Lionel Landwerlin
2019-02-20
1
-32
/
+169
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
6
-6
/
+5
*
wsi: query the ICD's max dimensions instead of hard-coding them
Eric Engestrom
2019-02-08
6
-12
/
+32
*
wsi/display: add comment
Eric Engestrom
2019-02-02
1
-1
/
+1
*
vulkan: make generated enum to strings helpers available from c++
Lionel Landwerlin
2019-01-22
1
-0
/
+8
*
wsi: drop unneeded KHR suffix
Eric Engestrom
2019-01-08
1
-15
/
+15
*
vulkan: Update the XML and headers to 1.1.97
Jason Ekstrand
2019-01-07
1
-28
/
+147
*
vulkan: Update the XML and headers to 1.1.96
Jason Ekstrand
2018-12-17
1
-11
/
+11
*
vulkan: Update the XML and headers to 1.1.95
Jason Ekstrand
2018-12-03
1
-29
/
+101
*
vulkan/wsi: fix s/,/;/ typo
Eric Engestrom
2018-11-28
1
-2
/
+2
*
wsi/display: fix mem leak when freeing swapchains
Eric Engestrom
2018-11-28
1
-0
/
+2
*
vulkan/utils: s/VERSION/PACKAGE_VERSION/
Eric Engestrom
2018-11-26
1
-3
/
+3
*
vulkan: Update the XML and headers to 1.1.93
Jason Ekstrand
2018-11-22
1
-16
/
+68
*
vulkan: Allow storage images in the WSI.
Bas Nieuwenhuizen
2018-11-21
3
-0
/
+3
*
vulkan: Update the XML and headers to 1.1.91
Jason Ekstrand
2018-11-06
1
-220
/
+243
*
wsi/wayland: only finish() a successfully init()ed display
Eric Engestrom
2018-11-05
1
-1
/
+2
*
wsi/wayland: use proper VkResult type
Eric Engestrom
2018-11-05
1
-2
/
+2
*
configure: allow building with python3
Emil Velikov
2018-10-31
1
-1
/
+1
*
vulkan/wsi: use the drmGetDevice2() API
Emil Velikov
2018-10-30
1
-1
/
+1
[next]