aboutsummaryrefslogtreecommitdiff
path: root/vk-generate.py
AgeCommit message (Expand)Author
2015-11-06Moved header files from include to include/vulkanDavid Pinedo
2015-11-04misc: Update author informationCourtney Goeltzenleuchter
2015-11-04misc: switch copyright to ValveCourtney Goeltzenleuchter
2015-11-04misc: Remove Vulkan name from CopyrightCourtney Goeltzenleuchter
2015-09-25Make layers build on android.Michael Lentine
2015-09-25WSI Validation: Initial WSI "swapchain" validation layer.Ian Elliott
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-17layers: Fix several bugs in WSI extension handling in layersJon Ashburn
2015-08-13layers: Fix windows build for multi layer .def fileJon Ashburn
2015-07-17icd: Generate vkInstanceProcAddr with real entrypointsJon Ashburn
2015-07-07loader: bug 12992: extension and layer supportCourtney Goeltzenleuchter
2015-07-07include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.hTobin Ehlis
2015-06-29loader: Move CreateDevice to device tableCourtney Goeltzenleuchter
2015-06-29generator: Clear dispatch tableCourtney Goeltzenleuchter
2015-06-25vulkan.h: V108 -- Static Types, Bug# 13919Tony Barbour
2015-06-18misc: Remove GetDisplayInfoWSI()Jon Ashburn
2015-06-18loader: Remove GetGlobalExtensionInfo from dispatch tableJon Ashburn
2015-06-17loader: Support layers that don't have an extension entrypointJon Ashburn
2015-06-17layers: GPA table initialization shouldn't recurseJon Ashburn
2015-06-17misc: Change vkGetProcAddr to vkGetDeviceProcAddrJon Ashburn
2015-06-17misc: Loader and Layers move device chain activation to CreateDeviceJon Ashburn
2015-06-17layers: Use the instance chain for entrypoints with instanceJon Ashburn
2015-06-17layers: Add initialization of instance dispatch tableJon Ashburn
2015-06-17layers: Remove unused layer dispatch lookup generationJon Ashburn
2015-06-17layers: Remove the layer intercept proc generated headerJon Ashburn
2015-05-11Windows: Fix build from recent loader changesJon Ashburn
2015-05-07misc: Add vkGetInstanceProcAddr() entrypointJon Ashburn
2015-05-05loader: Separate out the python generator scriptJon Ashburn
2015-05-05loader: rename a few dispatch utiltiesJon Ashburn
2015-04-27loader: Fix bug on layer name prefix string lengthJon Ashburn
2015-04-23dispatch: No need to save data from vkResetFencesTony Barbour
2015-04-22misc: Changes to fix warnings in Windows / VC++ buildTony Barbour
2015-04-21vulkan.h: Fix up warnings and use VkObject appropriatelyTony Barbour
2015-04-17update to vulkan.h header version 90, bug 13529Mike Stroyan
2015-04-17switch to VK_WSI_LunarGChia-I Wu
2015-04-16Bug 13632 Header 84 Assorted questions and comments on vulkan.hTony Barbour
2015-04-16misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevicesJon Ashburn
2015-04-16layers: indirect GPA in dispatch tableMike Stroyan
2015-04-16Win: Some compilation/link fixes.Ian Elliott
2015-04-16layers: Fix for registering a debug callback routineTony Barbour
2015-04-16loader: Fix GetProcAddr to return proper function pointers for appJon Ashburn
2015-04-16loader: Fix disptach table init for non-dispatchable functionsJon Ashburn
2015-04-16vulkan: Add vkGetGlobalExtensionInfo entrypointJon Ashburn
2015-04-16layers: Remove wrapping of GPU objects by loader and layersJon Ashburn
2015-04-16loader: Don't have GetExtensionSupport as loader special case codeJon Ashburn
2015-04-16loader: Activate layers at EnumerateGpus instead of CreateDeviceJon Ashburn
2015-04-16loader: refactor layer activation function to handle more general inputsJon Ashburn
2015-04-16vulkan: beautification changesCourtney Goeltzenleuchter
2015-04-16renaming: Move many xgl files to vk versionCourtney Goeltzenleuchter