aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-07layers: MR77, Add draw-time checks for descriptorSet compatibilityTobin Ehlis
2015-12-07layers: MR75, Smart Merge of DrawState and ShaderChecker into DrawState layerTobin Ehlis
2015-12-07layers: MR75, Merge DrawState and ShaderChecker into DrawState layerTobin Ehlis
2015-12-07tests: MR72, Add tests to verify validation layout compatibility checksTobin Ehlis
2015-12-07Make sure all createInfo is used creating instanceTony Barbour
2015-12-04Fixes, that build is possible with Xlib configuration.FslNopper
2015-12-04misc: remove unneeded stdint.h and stdbool.hCourtney Goeltzenleuchter
2015-12-03layers: Reenable memory barrier validationMark Lobodzinski
2015-12-02layers: Fix WSI-related build warning in APIDumpMark Lobodzinski
2015-12-02demos: Fix ObjectTracker error in cube demoMark Lobodzinski
2015-12-02demos: Update vulkaninfo so it prints a single number for layer versionJon Ashburn
2015-12-02Doc: change api_version and layer names in documentation filesDavid Pinedo
2015-12-02loader: Fix layer library_path bugJon Ashburn
2015-12-01toolchain: Add option to only build glslangCody Northrop
2015-12-01loader: Add initialization of loader dispatch table for wsi device extensionsJon Ashburn
2015-12-01layers: Disable image layout transition validation in DrawStateMark Lobodzinski
2015-12-01layers: Fix swapchain layer errorsMark Lobodzinski
2015-12-01loader: Fix WSI compilation error if not XCBJon Ashburn
2015-12-01loader: Add documentation fo loader handling of VK_surface_*KHR extensions.Jon Ashburn
2015-12-01wsi: Various fixes and Windows build issuesMark Lobodzinski
2015-12-01loader: Add terminator functions for Create*SurfaceKHR functionsJon Ashburn
2015-12-01vktrace: Renable trace/replay builds by defaultMark Lobodzinski
2015-12-01loader: Convert vkDestroySurfaceKHR() to have a terminator.Ian Elliott
2015-12-01wsi: Moved definition of CreateXxxSurface extension to CMakefileMark Lobodzinski
2015-12-01layers: WSI extension fixes for APIDumpMark Lobodzinski
2015-12-01layers: Add WSI extensions to autogen codeMark Lobodzinski
2015-12-01vulkan: Add win32 and xcb extensions to vulkan.pyMark Lobodzinski
2015-12-01layers: Fix documentation file for new wsi surface extJon Ashburn
2015-12-01loader: Fix typo in wsi fileMark Lobodzinski
2015-12-01loader: Add vkGetPhysicalDevice*PresentationSupportKHR()Ian Elliott
2015-12-01vulkan: Fix parameter name for GetSwapchainImagesKHRJon Ashburn
2015-12-01wsi: Fix windows build issuesMark Lobodzinski
2015-12-01layers: Fix build issue and fence warnings in ObjectTrackerMark Lobodzinski
2015-12-01layers: add DestroySurfaceKHR to instance dispatch tableJon Ashburn
2015-12-01misc: Add DestroySurfaceKHR to the codegen WSI surface extensionJon Ashburn
2015-12-01WSI-ICD: Fix Windows compilation error.Ian Elliott
2015-12-01TEMPORARY: TURN OFF COMPILATION OF TRACE/REPLAY ... DON'T KEEP THIS!Ian Elliott
2015-12-01object_track: Remove some obsolete codeIan Elliott
2015-12-01demos: Some cleanup, including calling GIPA.Ian Elliott
2015-12-01loader: Address Jon Ashburn's review comments.Ian Elliott
2015-12-01swapchain: Can build after major updates for new WSI (works?)Ian Elliott
2015-12-01layers: Convert most of the layers to the new WSI.Ian Elliott
2015-12-01demos: Enabled the appropriate platform-specific WSI extension.Ian Elliott
2015-12-01demos: Get compiling with new WSI extensions.Ian Elliott
2015-12-01loader: Add WSI "device" trampoline funcs (e.g. vkCreateSwapchainKHR).Ian Elliott
2015-12-01loader: Add new vkGetPhysicalDeviceSurface*KHR() functions.Ian Elliott
2015-12-01loader: Wrote vk{Create|Destroy}*SurfaceKHR() trampoline functions.Ian Elliott
2015-12-01loader: Export the trampoline code for vkGetPhysicalDeviceSurfaceSupportKHRIan Elliott
2015-12-01loader: Create defaults for which platforms WSI is supported on.Ian Elliott
2015-12-01loader: Started plumbing the platform extensions.Ian Elliott