summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2017-01-04build: Cleanup warnings when compiling with clangKarl Schultz1-2/+2
2016-11-08build: Allow the use of a custom-named vulkan dllLenny Komow1-2/+2
2016-09-07vkjson: Don't enable any instance layersJesse Hall1-7/+2
2016-09-02build: gh672 Fix CMake CXX_FLAGS inheritanceKarl Schultz1-3/+1
2016-06-28loader: Fix VS 2015 compiler warningMark Young1-1/+1
2016-06-14vkjson: Include instance layers and extensionsJesse Hall3-10/+71
2016-06-14vkjson: Add ability to dump an entire instanceJesse Hall4-13/+55
2016-06-14vkjson: rename vkjson_device.cc -> vkjson_instance.ccJesse Hall2-1/+1
2016-06-14vkjson: Add VkJsonGetInstance()Jesse Hall3-79/+94
2016-06-14vkjson: Rename VkJsonAllProperties to VkJsonDeviceJesse Hall5-68/+76
2016-06-14vkjson: Add .clang-formatJesse Hall1-0/+1
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn5-80/+45
2016-03-26vkjson: Fix include paths and clang errorsJesse Hall2-5/+5
2016-03-22misc: Update to header version 1.0.6Jon Ashburn1-1/+1
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz5-20/+0
2016-02-08linux: use linux naming conventionsJeremy Hayes1-1/+8
2016-02-04vkjson: Copyright updates.Karl Schultz5-80/+130
2016-01-29Relicense vkjson from 3-BSD to MITAntoine Labour6-138/+96
2016-01-25BUILD: Fixed more compilation warnings on 32-bit Windows builds.Mark Young2-5/+7
2016-01-21vkjson: Fix windows buildJon Ashburn2-2/+8
2016-01-21vkjson: handle uint64_t as hex stringsAntoine Labour2-15/+21
2016-01-20vkjson: add missing includeAntoine Labour1-0/+2
2016-01-20vkjson: Fix build on WindowsJon Ashburn2-5/+16
2016-01-20vkjson: initial commitAntoine Labour6-0/+1175
2015-09-22Remove libpng and zlib dependencies, add copyrightsTony Barbour472-151104/+0
2015-06-02tests: Check glm into source control to make Windows build simplerTony-LunarG252-0/+55745
2015-04-29Win: Stop using the temporary "xcb_nvidia" code.Ian Elliott3-380/+0
2015-04-22misc: Changes to fix warnings in Windows / VC++ buildTony Barbour1-3/+1
2015-04-16Win: Fix typo and incorrect strlen for finding/loading ICDs.Ian Elliott1-2/+2
2015-04-16renaming: Move many xgl files to vk versionCourtney Goeltzenleuchter1-9/+9
2015-04-16Stage 1 of renameCourtney Goeltzenleuchter2-6/+6
2015-03-31New loader_get_registry_value() function reads 32/64 registry ...Ian Elliott1-9/+62
2015-03-02Fix "xcb_nvidia.c" for use of the nulldrv.Ian Elliott1-1/+1
2015-03-02Improve compatibility of XCB_nvidia and Source2Piers Daniell1-19/+15
2015-03-02Win/xcb_nvidia: Remove compiler warnings with xcb_nvidia.Ian Elliott1-2/+2
2015-03-02xcb_nvidia: Hack in ability to use registry instead of getenv().Ian Elliott1-0/+21
2015-03-02Get the trace player to work with WindowsPiers Daniell475-0/+151416