aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2015-04-17update to vulkan.h header version 90, bug 13529Mike Stroyan
2015-04-17switch to VK_WSI_LunarGChia-I Wu
2015-04-17loader: add a missing VKAPIChia-I Wu
2015-04-16Bug 13632 Header 84 Assorted questions and comments on vulkan.hTony Barbour
2015-04-16misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevicesJon Ashburn
2015-04-16loader: Only check magic value from Icd on debug builds.Jon Ashburn
2015-04-16Win: Some compilation/link fixes.Ian Elliott
2015-04-16loader: Add support for loading layers that support a groupJon Ashburn
2015-04-16loader: Add check for invalid enabled extensions at CreateInstanceJon Ashburn
2015-04-16loader: Fix GetProcAddr to return proper function pointers for appJon Ashburn
2015-04-16vulkan: Add vkGetGlobalExtensionInfo entrypointJon Ashburn
2015-04-16layers: Remove wrapping of GPU objects by loader and layersJon Ashburn
2015-04-16loader: Don't have GetExtensionSupport as loader special case codeJon Ashburn
2015-04-16loader: Activate layers at EnumerateGpus instead of CreateDeviceJon Ashburn
2015-04-16loader: refactor layer activation function to handle more general inputsJon Ashburn
2015-04-16loader: Store the enabled extensions at CreateInstanceJon Ashburn
2015-04-16vulkan: beautification changesCourtney Goeltzenleuchter
2015-04-16Win: Fix typo and incorrect strlen for finding/loading ICDs.Ian Elliott
2015-04-16vulkan: API renamingCourtney Goeltzenleuchter
2015-04-16renaming: Move many xgl files to vk versionCourtney Goeltzenleuchter
2015-04-16Stage 1 of renameCourtney Goeltzenleuchter
2015-04-16misc: Add create_info struct to CreateInstance()Jon Ashburn
2015-04-16loader: Merge extensions and layersCourtney Goeltzenleuchter
2015-04-16loader: Fix Dbg entrypoints with instance param to not loop all instancesJon Ashburn
2015-04-16xgl: update xglDbg.h for XGL_INSTANCECourtney Goeltzenleuchter
2015-04-16loader: Fix prefix used to find layer library.Courtney Goeltzenleuchter
2015-04-11xgl-generate.py: add and use helpers from loader.hChia-I Wu
2015-04-11xgl-generate.py: add WinDefFileSubcommandChia-I Wu
2015-04-03Fix NULL-pointer dereference if can't find registry entry.Ian Elliott
2015-03-31New loader_get_registry_value() function reads 32/64 registry ...Ian Elliott
2015-03-18win: Make build able to find python3 on Windows and LinuxJon Ashburn
2015-03-17Revert "misc: Explicitly run python for generated code"Jon Ashburn
2015-03-17misc: Explicitly run python for generated codeJon Ashburn
2015-03-02Get the trace player to work with WindowsPiers Daniell
2015-03-02Update tri and cube with stagePiers Daniell
2015-02-20loader: Fix merge of layer names from env and CreateDeviceJon Ashburn
2015-02-19loader: initialize result for xglCreateInstance().Ian Elliott
2015-02-19loader: do not set RTLD_DEEPBINDChia-I Wu
2015-02-18loader: Correct layer path lookup nameCourtney Goeltzenleuchter
2015-02-18loader: Windows now uses registry + env's (diff names)Ian Elliott
2015-02-18Win: Build Glave replay on Windows (REQUIRES NEW CMAKE COMMAND).David Pinedo
2015-02-17loader: Enable env extensions as well as app.Courtney Goeltzenleuchter
2015-02-13loader: Change sample code to not include a pointer.Ian Elliott
2015-02-13loader: Fix and enhance README.md.Ian Elliott
2015-02-13Eliminate "-Wsign-compare" warnings on Linux ...Ian Elliott
2015-02-13Enable additional Linux warnings, for loader/layers/demos.Ian Elliott
2015-02-12Win: Attempt to keep from using Linux functions.Ian Elliott
2015-02-12Linux: Add back the "C99" comment within "loader_platform.h"Ian Elliott
2015-02-12icd: add loader magic word to verify ICD is compatibleCourtney Goeltzenleuchter
2015-02-12Win/icd: Move STATIC_INLINE macro, and use for magic funcs.Ian Elliott