index
:
~keithp/Vulkan-LoaderAndValidationLayers
drm-leases
keithp-pnext
master
Vulkan loader
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vk-generate.py
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-30
Added WSI KHR_display support to validation
Petros Bantolas
1
-1
/
+2
2016-05-16
layers: Add output file option to vk-generate scripts.
Jamie Madill
1
-4
/
+20
2016-04-19
misc: Update licenses to Apache 2.0
Jon Ashburn
1
-48
/
+27
2016-04-04
Allow vk-generate.py to work in Python 2.
Jamie Madill
1
-1
/
+1
2016-02-29
layers: GH PR17, Add WSI argument passing to vk-generate.py
Mun, Gwan-gyeong
1
-3
/
+12
2016-02-10
Remove Khronos confidential clause from license text.
Karl Schultz
1
-12
/
+0
2016-02-02
Update copyright info in python scripts
Karl Schultz
1
-46
/
+66
2016-02-02
scripts: Remove icd generation specific code
Jon Ashburn
1
-88
/
+0
2016-01-20
loader: implement new layer init method
Courtney Goeltzenleuchter
1
-19
/
+12
2016-01-07
icd: Use new loader interface for finding ICD entry points Remove library exp...
Jon Ashburn
1
-8
/
+11
2015-12-30
layers: Rename Layer/library/json files for consistency
Mark Lobodzinski
1
-4
/
+4
2015-12-17
loader: Fix comment leader on def files
Courtney Goeltzenleuchter
1
-2
/
+2
2015-11-06
Moved header files from include to include/vulkan
David Pinedo
1
-2
/
+2
2015-11-04
misc: Update author information
Courtney Goeltzenleuchter
1
-2
/
+7
2015-11-04
misc: switch copyright to Valve
Courtney Goeltzenleuchter
1
-5
/
+3
2015-11-04
misc: Remove Vulkan name from Copyright
Courtney Goeltzenleuchter
1
-1
/
+0
2015-09-25
Make layers build on android.
Michael Lentine
1
-1
/
+2
2015-09-25
WSI Validation: Initial WSI "swapchain" validation layer.
Ian Elliott
1
-1
/
+2
2015-09-17
bug 14509: Rename Layer and Extension queries
Courtney Goeltzenleuchter
1
-3
/
+3
2015-09-17
layers: Fix several bugs in WSI extension handling in layers
Jon Ashburn
1
-2
/
+2
2015-08-13
layers: Fix windows build for multi layer .def file
Jon Ashburn
1
-15
/
+19
2015-07-17
icd: Generate vkInstanceProcAddr with real entrypoints
Jon Ashburn
1
-0
/
+5
2015-07-07
loader: bug 12992: extension and layer support
Courtney Goeltzenleuchter
1
-2
/
+2
2015-07-07
include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h
Tobin Ehlis
1
-1
/
+1
2015-06-29
loader: Move CreateDevice to device table
Courtney Goeltzenleuchter
1
-1
/
+3
2015-06-29
generator: Clear dispatch table
Courtney Goeltzenleuchter
1
-0
/
+1
2015-06-25
vulkan.h: V108 -- Static Types, Bug# 13919
Tony Barbour
1
-2
/
+3
2015-06-18
misc: Remove GetDisplayInfoWSI()
Jon Ashburn
1
-2
/
+2
2015-06-18
loader: Remove GetGlobalExtensionInfo from dispatch table
Jon Ashburn
1
-1
/
+1
2015-06-17
loader: Support layers that don't have an extension entrypoint
Jon Ashburn
1
-17
/
+21
2015-06-17
layers: GPA table initialization shouldn't recurse
Jon Ashburn
1
-2
/
+8
2015-06-17
misc: Change vkGetProcAddr to vkGetDeviceProcAddr
Jon Ashburn
1
-6
/
+7
2015-06-17
misc: Loader and Layers move device chain activation to CreateDevice
Jon Ashburn
1
-1
/
+3
2015-06-17
layers: Use the instance chain for entrypoints with instance
Jon Ashburn
1
-1
/
+1
2015-06-17
layers: Add initialization of instance dispatch table
Jon Ashburn
1
-12
/
+21
2015-06-17
layers: Remove unused layer dispatch lookup generation
Jon Ashburn
1
-26
/
+2
2015-06-17
layers: Remove the layer intercept proc generated header
Jon Ashburn
1
-43
/
+0
2015-05-11
Windows: Fix build from recent loader changes
Jon Ashburn
1
-1
/
+1
2015-05-07
misc: Add vkGetInstanceProcAddr() entrypoint
Jon Ashburn
1
-0
/
+9
2015-05-05
loader: Separate out the python generator script
Jon Ashburn
1
-190
/
+3
2015-05-05
loader: rename a few dispatch utilties
Jon Ashburn
1
-3
/
+3
2015-04-27
loader: Fix bug on layer name prefix string length
Jon Ashburn
1
-0
/
+1
2015-04-23
dispatch: No need to save data from vkResetFences
Tony Barbour
1
-1
/
+1
2015-04-22
misc: Changes to fix warnings in Windows / VC++ build
Tony Barbour
1
-2
/
+2
2015-04-21
vulkan.h: Fix up warnings and use VkObject appropriately
Tony Barbour
1
-3
/
+3
2015-04-17
update to vulkan.h header version 90, bug 13529
Mike Stroyan
1
-3
/
+3
2015-04-17
switch to VK_WSI_LunarG
Chia-I Wu
1
-19
/
+23
2015-04-16
Bug 13632 Header 84 Assorted questions and comments on vulkan.h
Tony Barbour
1
-3
/
+3
2015-04-16
misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices
Jon Ashburn
1
-2
/
+2
2015-04-16
layers: indirect GPA in dispatch table
Mike Stroyan
1
-4
/
+1
[next]