aboutsummaryrefslogtreecommitdiff
path: root/loader/wsi.c
AgeCommit message (Expand)Author
2017-03-01vulkan: update to header 1.0.42Mark Young
2017-01-26repo: Clang-format LVL source files using GoogleMark Lobodzinski
2017-01-26repo: Clang-format c/cpp/h LVL files using LLVMMark Lobodzinski
2017-01-24loader: Update the loader to 1.0.39Mark Young
2016-12-13loader: Removed some unnecessary code.Mark Young
2016-12-13Allocate for real ICD surfaces for the VK_KHR_display extensionPiers Daniell
2016-12-01loader: Modify conversion of real_icd_surfacesMark Young
2016-12-01loader: Fix cast warning in wsi.cJamie Madill
2016-11-21build: loader: Fix warnings for 32-bit linuxKarl Schultz
2016-11-03loader: Rename icd and physical device varsMark Young
2016-11-02loader: Fix icd reference in WSI codeMark Young
2016-11-01loader: Call ICD for CreateDisplayPlaneSurfaceKHRMark Young
2016-10-17loader: Fix vkDestroySurfaceKHR call on NULL surfMark Young
2016-10-12loader: gh1026- Fix compiler warningsMark Young
2016-09-20loader: More changes for gh181Mark Young
2016-09-19loader: Fixes for ICD vk{Create|Destroy}SurfaceKHRPiers Daniell
2016-09-19loader: gh181 use ICD for SurfaceKHRMark Young
2016-09-08loader: Remove extension enable checksMark Young
2016-09-08loader: Add checks for usage of wsi extensionsMark Young
2016-09-01loader: gh888 Add KHR/EXT extensions in vulkan.hMark Young
2016-08-31loader: Fixed some types and commentsMark Lobodzinski
2016-06-30loader: GH370 - re-enable allocator usageMark Young
2016-06-30Revert "loader: GH370 - re-enable allocator usage"Mark Young
2016-06-29loader: GH370 - re-enable allocator usageMark Young
2016-06-30Revert "loader: GH370 - re-enable allocator usage"Chris Forbes
2016-06-29loader: GH370 - re-enable allocator usageMark Young
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