aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2015-12-17loader: debug_report terminator functions use cast to get loader instanceJon Ashburn
2015-12-17debug_report: Add DebugReportMessage functionCourtney Goeltzenleuchter
2015-12-17debug_report: make destroy have void return valueCourtney Goeltzenleuchter
2015-12-17debug_report: rename and update to use CreateInfoCourtney Goeltzenleuchter
2015-12-17debug_report: Rename VkDbgMsgCallback objectCourtney Goeltzenleuchter
2015-12-15loader: Remove unused functionCourtney Goeltzenleuchter
2015-12-15loader: Remove unused debug helper functionsCourtney Goeltzenleuchter
2015-12-15layers: Rename VK_DEBUG_REPORT_EXTENSION enumsCourtney Goeltzenleuchter
2015-12-15layers: rename VkDbgObjectTypeCourtney Goeltzenleuchter
2015-12-15layers: Rename DebugReport flagsCourtney Goeltzenleuchter
2015-12-14loader: Fix physical device cast for enumerate properties trampoline codeJon Ashburn
2015-12-11wsi: Make WSI cases more consistent, fail if not set correctlyMark Lobodzinski
2015-12-11loader: Fix bug where dynamic dispatch for layer dev exts needs to come laterJon Ashburn
2015-12-11loader: In CreateDevice trampoline code allow wrapped PhysicalDevice objectsJon Ashburn
2015-12-11Add an 'all' debug flagMichael Worcester
2015-12-10loader: Add support for device extension entrypoints in layer JSON filesJon Ashburn
2015-12-10loader: Convert ext list helper functions to generic formJon Ashburn
2015-12-07Loader doc: Modifed WindowsICDs.txtDavid Pinedo
2015-12-07Make sure all createInfo is used creating instanceTony Barbour
2015-12-02Doc: change api_version and layer names in documentation filesDavid Pinedo
2015-12-02loader: Fix layer library_path bugJon Ashburn
2015-12-01loader: Add initialization of loader dispatch table for wsi device extensionsJon Ashburn
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-01loader: Convert vkDestroySurfaceKHR() to have a terminator.Ian Elliott
2015-12-01wsi: Moved definition of CreateXxxSurface extension to CMakefileMark Lobodzinski
2015-12-01vulkan: Add win32 and xcb extensions to vulkan.pyMark Lobodzinski
2015-12-01loader: Fix typo in wsi fileMark Lobodzinski
2015-12-01loader: Add vkGetPhysicalDevice*PresentationSupportKHR()Ian Elliott
2015-12-01wsi: Fix windows build issuesMark Lobodzinski
2015-12-01loader: Address Jon Ashburn's review comments.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-01loader: Get loader compiling.Ian Elliott
2015-12-01WSI: Eliminate a lot of references to WSI header files.Ian Elliott
2015-12-01loader: Hand-editsIan Elliott
2015-12-01WSI: sed-generated changes to WSI code (not all that's needed).Ian Elliott
2015-11-24Layers: changed layer names to conform to specDavid Pinedo
2015-11-20loader: Don't use ICD's VkDevice after it has been destroyedJon Ashburn
2015-11-19loader: Don't init icds if CreateInstance() from ICD fails.Jon Ashburn
2015-11-18loader: Make version in layer JSON files consistentJon Ashburn
2015-11-18loader: Add parsing of api_version in ICD JSONJon Ashburn
2015-11-18loader: Add dynamic dispatch for unknown device extension entrypointsJon Ashburn