aboutsummaryrefslogtreecommitdiff
path: root/loader/wsi.c
AgeCommit message (Expand)Author
2016-06-14loader: return ext not present when applicableJeremy Hayes
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn
2016-04-15loader: Run clang-formatJon Ashburn
2016-04-14loader: Added some missing function entry points to loader_icd_init_entrys.Petros Bantolas
2016-03-25loader: ghlvl#79, Fix to not report unsupported WSI surface extensions on LinuxJon Ashburn
2016-03-24loader: Fix some typos from the recent WSI checkins: broke waylandJon Ashburn
2016-03-24loader: Convert fprintf() calls to loader_log()Ian Elliott
2016-03-24layers: WSI functions should not work unless enabled.Ian Elliott
2016-03-08loader: gllvl #50, Add support for the WSI extension KHR_displayJon Ashburn
2016-03-02loader: ghlvl 33, ghlvl 34 Fix aliasing of VkPhysicalDeviceJon Ashburn
2016-02-29loader: GH PR17, Fix typo in commentMun, Gwan-gyeong
2016-02-26loader: Better delineate trampoline and terminator functionsJon Ashburn
2016-02-22loader: Fix Wayland supportJason Ekstrand
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz
2016-02-03loader:Update copyright and apply clang-format (no logic changes)Jon Ashburn
2016-01-25Win32: Get 32-bit Windows build workingMark Young
2016-01-11misc: Move to Vulkan header version 0.222Jon Ashburn
2015-12-29loader: Version 217 WSI changes.Ian Elliott
2015-12-11wsi: Make WSI cases more consistent, fail if not set correctlyMark Lobodzinski
2015-12-01loader: Fix WSI compilation error if not XCBJon Ashburn
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-01loader: Fix typo in wsi fileMark Lobodzinski
2015-12-01loader: Add vkGetPhysicalDevice*PresentationSupportKHR()Ian Elliott
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