summaryrefslogtreecommitdiff
path: root/vk-generate.py
AgeCommit message (Expand)AuthorFilesLines
2016-06-30Added WSI KHR_display support to validationPetros Bantolas1-1/+2
2016-05-16layers: Add output file option to vk-generate scripts.Jamie Madill1-4/+20
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn1-48/+27
2016-04-04Allow vk-generate.py to work in Python 2.Jamie Madill1-1/+1
2016-02-29layers: GH PR17, Add WSI argument passing to vk-generate.pyMun, Gwan-gyeong1-3/+12
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz1-12/+0
2016-02-02Update copyright info in python scriptsKarl Schultz1-46/+66
2016-02-02scripts: Remove icd generation specific codeJon Ashburn1-88/+0
2016-01-20loader: implement new layer init methodCourtney Goeltzenleuchter1-19/+12
2016-01-07icd: Use new loader interface for finding ICD entry points Remove library exp...Jon Ashburn1-8/+11
2015-12-30layers: Rename Layer/library/json files for consistencyMark Lobodzinski1-4/+4
2015-12-17loader: Fix comment leader on def filesCourtney Goeltzenleuchter1-2/+2
2015-11-06Moved header files from include to include/vulkanDavid Pinedo1-2/+2
2015-11-04misc: Update author informationCourtney Goeltzenleuchter1-2/+7
2015-11-04misc: switch copyright to ValveCourtney Goeltzenleuchter1-5/+3
2015-11-04misc: Remove Vulkan name from CopyrightCourtney Goeltzenleuchter1-1/+0
2015-09-25Make layers build on android.Michael Lentine1-1/+2
2015-09-25WSI Validation: Initial WSI "swapchain" validation layer.Ian Elliott1-1/+2
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter1-3/+3
2015-09-17layers: Fix several bugs in WSI extension handling in layersJon Ashburn1-2/+2
2015-08-13layers: Fix windows build for multi layer .def fileJon Ashburn1-15/+19
2015-07-17icd: Generate vkInstanceProcAddr with real entrypointsJon Ashburn1-0/+5
2015-07-07loader: bug 12992: extension and layer supportCourtney Goeltzenleuchter1-2/+2
2015-07-07include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.hTobin Ehlis1-1/+1
2015-06-29loader: Move CreateDevice to device tableCourtney Goeltzenleuchter1-1/+3
2015-06-29generator: Clear dispatch tableCourtney Goeltzenleuchter1-0/+1
2015-06-25vulkan.h: V108 -- Static Types, Bug# 13919Tony Barbour1-2/+3
2015-06-18misc: Remove GetDisplayInfoWSI()Jon Ashburn1-2/+2
2015-06-18loader: Remove GetGlobalExtensionInfo from dispatch tableJon Ashburn1-1/+1
2015-06-17loader: Support layers that don't have an extension entrypointJon Ashburn1-17/+21
2015-06-17layers: GPA table initialization shouldn't recurseJon Ashburn1-2/+8
2015-06-17misc: Change vkGetProcAddr to vkGetDeviceProcAddrJon Ashburn1-6/+7
2015-06-17misc: Loader and Layers move device chain activation to CreateDeviceJon Ashburn1-1/+3
2015-06-17layers: Use the instance chain for entrypoints with instanceJon Ashburn1-1/+1
2015-06-17layers: Add initialization of instance dispatch tableJon Ashburn1-12/+21
2015-06-17layers: Remove unused layer dispatch lookup generationJon Ashburn1-26/+2
2015-06-17layers: Remove the layer intercept proc generated headerJon Ashburn1-43/+0
2015-05-11Windows: Fix build from recent loader changesJon Ashburn1-1/+1
2015-05-07misc: Add vkGetInstanceProcAddr() entrypointJon Ashburn1-0/+9
2015-05-05loader: Separate out the python generator scriptJon Ashburn1-190/+3
2015-05-05loader: rename a few dispatch utiltiesJon Ashburn1-3/+3
2015-04-27loader: Fix bug on layer name prefix string lengthJon Ashburn1-0/+1
2015-04-23dispatch: No need to save data from vkResetFencesTony Barbour1-1/+1
2015-04-22misc: Changes to fix warnings in Windows / VC++ buildTony Barbour1-2/+2
2015-04-21vulkan.h: Fix up warnings and use VkObject appropriatelyTony Barbour1-3/+3
2015-04-17update to vulkan.h header version 90, bug 13529Mike Stroyan1-3/+3
2015-04-17switch to VK_WSI_LunarGChia-I Wu1-19/+23
2015-04-16Bug 13632 Header 84 Assorted questions and comments on vulkan.hTony Barbour1-3/+3
2015-04-16misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevicesJon Ashburn1-2/+2
2015-04-16layers: indirect GPA in dispatch tableMike Stroyan1-4/+1