tests: Fix LayoutFromPresentWithoutAccessMemoryRead
[platform/upstream/Vulkan-LoaderAndValidationLayers.git] / vk-generate.py
2016-08-31 Mark Lobodzinskiloader: Add support for NV device extension
2016-08-01 Johannes van Waverenlayers: gh793 gen vk_dispatch_table_helper.h
2016-07-21 Mark Younglayers : gh682 move gipa dispatch table init
2016-06-30 Petros BantolasAdded WSI KHR_display support to validation
2016-05-16 Jamie Madilllayers: Add output file option to vk-generate scripts.
2016-04-19 Jon Ashburnmisc: Update licenses to Apache 2.0
2016-04-04 Jamie MadillAllow vk-generate.py to work in Python 2.
2016-02-29 Mun, Gwan-gyeonglayers: GH PR17, Add WSI argument passing to vk-generate.py
2016-02-10 Tobin EhlisMerge branch 'stroyan_draw_state_beginCB' into 'master'
2016-02-10 Karl SchultzRemove Khronos confidential clause from license text.
2016-02-03 Karl SchultzUpdate copyright info in python scripts
2016-02-02 Jon Ashburnscripts: Remove icd generation specific code
2016-01-21 Courtney Goeltzenl... loader: implement new layer init method
2016-01-07 Jon Ashburnicd: Use new loader interface for finding ICD entry...
2015-12-30 Mark Lobodzinskilayers: Rename Layer/library/json files for consistency
2015-12-17 Courtney Goeltzenl... loader: Fix comment leader on def files
2015-11-06 David PinedoMerge branch 'david_include_change_20151106'
2015-11-06 David PinedoMoved header files from include to include/vulkan
2015-11-04 Courtney Goeltzenl... misc: Update author information
2015-11-04 Courtney Goeltzenl... misc: switch copyright to Valve
2015-11-04 Courtney Goeltzenl... misc: Remove Vulkan name from Copyright
2015-09-25 Michael LentineMake layers build on android.
2015-09-25 Ian ElliottWSI Validation: Initial WSI "swapchain" validation...
2015-09-17 Courtney Goeltzenl... bug 14509: Rename Layer and Extension queries
2015-09-17 Jon Ashburnlayers: Fix several bugs in WSI extension handling...
2015-08-13 Jon Ashburnlayers: Fix windows build for multi layer .def file
2015-07-17 Jon Ashburnicd: Generate vkInstanceProcAddr with real entrypoints
2015-07-07 Courtney Goeltzenl... loader: bug 12992: extension and layer support
2015-07-07 Tobin Ehlisinclude: Rename vkLayer.h -> vk_layer.h and vkIcd.h...
2015-06-29 Courtney Goeltzenl... loader: Move CreateDevice to device table
2015-06-29 Courtney Goeltzenl... generator: Clear dispatch table
2015-06-25 Tony Barbourvulkan.h: V108 -- Static Types, Bug# 13919
2015-06-18 Jon Ashburnmisc: Remove GetDisplayInfoWSI()
2015-06-18 Jon Ashburnloader: Remove GetGlobalExtensionInfo from dispatch...
2015-06-18 Jon Ashburnloader: Support layers that don't have an extension...
2015-06-18 Jon Ashburnlayers: GPA table initialization shouldn't recurse
2015-06-18 Jon Ashburnmisc: Change vkGetProcAddr to vkGetDeviceProcAddr
2015-06-18 Jon Ashburnmisc: Loader and Layers move device chain activation...
2015-06-18 Jon Ashburnlayers: Use the instance chain for entrypoints with...
2015-06-18 Jon Ashburnlayers: Add initialization of instance dispatch table
2015-06-18 Jon Ashburnlayers: Remove unused layer dispatch lookup generation
2015-06-18 Jon Ashburnlayers: Remove the layer intercept proc generated header
2015-05-14 FslNopperMerge branch 'master' of
2015-05-11 Jon AshburnWindows: Fix build from recent loader changes
2015-05-07 Jon Ashburnmisc: Add vkGetInstanceProcAddr() entrypoint
2015-05-05 Jon Ashburnloader: Separate out the python generator script
2015-05-05 Jon Ashburnloader: rename a few dispatch utilties
2015-04-27 Jon Ashburnloader: Fix bug on layer name prefix string length
2015-04-23 Tony Barbourdispatch: No need to save data from vkResetFences
2015-04-22 Tony Barbourmisc: Changes to fix warnings in Windows / VC++ build
2015-04-21 Tony Barbourvulkan.h: Fix up warnings and use VkObject appropriately
2015-04-18 Mike Stroyanupdate to vulkan.h header version 90, bug 13529
2015-04-17 Chia-I Wuswitch to VK_WSI_LunarG
2015-04-17 Tony BarbourBug 13632 Header 84 Assorted questions and comments...
2015-04-17 Jon Ashburnmisc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices
2015-04-16 Mike Stroyanlayers: indirect GPA in dispatch table
2015-04-16 Ian ElliottWin: Some compilation/link fixes.
2015-04-16 Tony Barbourlayers: Fix for registering a debug callback routine
2015-04-16 Jon Ashburnloader: Fix GetProcAddr to return proper function point...
2015-04-16 Jon Ashburnloader: Fix disptach table init for non-dispatchable...
2015-04-16 Jon Ashburnvulkan: Add vkGetGlobalExtensionInfo entrypoint
2015-04-16 Jon Ashburnlayers: Remove wrapping of GPU objects by loader and...
2015-04-16 Jon Ashburnloader: Don't have GetExtensionSupport as loader specia...
2015-04-16 Jon Ashburnloader: Activate layers at EnumerateGpus instead of...
2015-04-16 Jon Ashburnloader: refactor layer activation function to handle...
2015-04-16 Courtney Goeltzenl... vulkan: beautification changes
2015-04-16 Courtney Goeltzenl... renaming: Move many xgl files to vk version