aboutsummaryrefslogtreecommitdiff
path: root/vk-layer-generate.py
AgeCommit message (Expand)Author
2015-12-17debug_report: rename and update to use CreateInfoCourtney Goeltzenleuchter
2015-12-17debug_report: Rename VkDbgMsgCallback objectCourtney Goeltzenleuchter
2015-12-15layers: Add allocator to layer init functionsCourtney Goeltzenleuchter
2015-12-15layers: rename VkDbgObjectTypeCourtney Goeltzenleuchter
2015-12-15layers: Rename DebugReport flagsCourtney Goeltzenleuchter
2015-12-11wsi: Make WSI cases more consistent, fail if not set correctlyMark Lobodzinski
2015-12-11android: Fix android build.Michael Lentine
2015-12-07layers: LX223, Properly handle NULL pipelineCache in pipeline create routinesMark Lobodzinski
2015-12-02layers: Fix WSI-related build warning in APIDumpMark Lobodzinski
2015-12-01wsi: Various fixes and Windows build issuesMark Lobodzinski
2015-12-01wsi: Moved definition of CreateXxxSurface extension to CMakefileMark Lobodzinski
2015-12-01layers: Add WSI extensions to autogen codeMark Lobodzinski
2015-12-01layers: Fix build issue and fence warnings in ObjectTrackerMark Lobodzinski
2015-12-01layers: Convert most of the layers to the new WSI.Ian Elliott
2015-11-24Layers: changed layer names to conform to specDavid Pinedo
2015-11-16layers: Add validation for object poolsMark Lobodzinski
2015-11-06bug 15068: Use hardfp calling convention on Android for 32-bit ARM targetsChia-I Wu
2015-11-06Moved header files from include to include/vulkanDavid Pinedo
2015-11-05layers: Fix compilation on 32bit platformsMichael Lentine
2015-11-05layers: Fix printf formatsMichael Lentine
2015-11-05layers: Remove ObjectTracker check of pTexelBufferView arrayTobin Ehlis
2015-11-04misc: Fix build errors from the author changesJon Ashburn
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-11-02bug 14918 part 3: sed renamesChia-I Wu
2015-11-02v196: bug 14921 part 2: Expanding abbreviations for consistency (WIP)Chia-I Wu
2015-11-02bug 14921 part 1: sed renamesChia-I Wu
2015-11-02bug 14848: Verifying Sparse Behavior (WIP)Chia-I Wu
2015-11-02bug 12921: Memory callback (WIP)Chia-I Wu
2015-11-02bug 14892: 'count' parameters and members named inconsistently in many cases ...Chia-I Wu
2015-10-30bug 14362: VK_NULL_HANDLE does not work in C (WIP)Chia-I Wu
2015-10-26layers: Update ObjectTracker to handle double-embedded loops of array struct ...Tobin Ehlis
2015-10-26layers: Fix objectTracker to validate DSs in CmdBindDescriptorSets()Tobin Ehlis
2015-10-26bug-14258: Make descriptor pools and command pools more consistentCourtney Goeltzenleuchter
2015-10-15layers: LX159, properly validate swapchain imagesMark Lobodzinski
2015-10-15layers: LX159, pipelineCache CAN be Null.Mark Lobodzinski
2015-10-08layers: clean up includesCourtney Goeltzenleuchter
2015-10-08layers: Suppress error messages for undestroyed descriptorSetsMark Lobodzinski
2015-10-07layers: Remove obsolete dbg message logging headerJon Ashburn
2015-10-07layers: Add support for debug_report extension in generic layerJon Ashburn
2015-10-06layers: LunarXchange #145: Fix windows printf format errorsMark Lobodzinski
2015-09-28layers: Remove object map before vkDestroy*Mike Stroyan
2015-09-23layers: layer generate confused by Count parameterCourtney Goeltzenleuchter
2015-09-23layers: VkDestroyInstance+VkDestroyDevice clear ObjectTracker mapsMike Stroyan
2015-09-23bug 14365: replace dynamic state objectsCourtney Goeltzenleuchter
2015-09-18layers: Fix APIDump to handle "stdout" special caseTobin Ehlis
2015-09-17layers: Add return value for Generic vkCreateInstance() functionTobin Ehlis
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-17layers: Move some fixed code into header files for APIDump and GenericJon Ashburn