aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-12-01loader: Started porting loader to new WSI (GIPA missing).Ian Elliott
2015-12-01nulldrv: Get compiling.Ian Elliott
2015-12-01loader: Get loader compiling.Ian Elliott
2015-12-01WSI: Eliminate a lot of references to WSI header files.Ian Elliott
2015-12-01WSI-ICD: Created per-platform structs for platform-specific info.Ian Elliott
2015-12-01WSI-debug_report: Add VK_OBJECT_TYPE_SURFACE_KHRIan Elliott
2015-12-01vulkan.py: Changes in previous WSI functions.Ian Elliott
2015-12-01nulldrv: WSI hand-editsIan Elliott
2015-12-01loader: Hand-editsIan Elliott
2015-12-01WSI: sed-generated changes to WSI code (not all that's needed).Ian Elliott
2015-12-01WSI: Remove old WSI headers (content now in "vulkan.h").Ian Elliott
2015-12-01WSI: Add WSI content to "vulkan.h" and "vk_platform.h".Ian Elliott
2015-11-30layers: LX195, Drawstate ignores compute pipelinesMark Lobodzinski
2015-11-30layers: Update README file for new SDK releasesMark Lobodzinski
2015-11-27layers/SC: Fix location counting for stages which take arrayed input.Chris Forbes
2015-11-26layers: Fix path for vulkan header.Jeremy Hayes
2015-11-26layers/SC: LX187: compute size of array and matrix typesChris Forbes
2015-11-26layers/SC: consider types larger than vec4 when collecting interfacesChris Forbes
2015-11-26layers/SC: fix a bogus leftover comment in descriptor validationChris Forbes
2015-11-26layers: Use spirv.hpp from colocated glslang treeChris Forbes
2015-11-26layers/SC: Delete disabled FS broadcast checking codeChris Forbes
2015-11-26Update param checker.Michael Lentine
2015-11-26layers: Remove mem/object deletion orderingMichael Lentine