aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2015-12-17loader: Fix comment leader on def filesCourtney Goeltzenleuchter
2015-12-17loader: fix mismatch size warningCourtney Goeltzenleuchter
2015-12-17loader: correct compiler warningCourtney Goeltzenleuchter
2015-12-17debug_report: rename object type and error bitsCourtney Goeltzenleuchter
2015-12-17loader: save memory pointer before it's lostCourtney Goeltzenleuchter
2015-12-17loader: Enable callbacks from loader_logCourtney Goeltzenleuchter
2015-12-17loader: use callbacks from CreateInstanceCourtney Goeltzenleuchter
2015-12-17loader: utils for managing debug report eventsCourtney Goeltzenleuchter
2015-12-17misc: Update copyright statementsCourtney Goeltzenleuchter
2015-12-17loader: Adjust internal naming to match API namingCourtney Goeltzenleuchter
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