loader:Fix build warnings
[platform/upstream/Vulkan-LoaderAndValidationLayers.git] / loader /
2018-04-18 Tobin Ehlisloader:Fix build warnings
2018-04-17 Lenny Komowloader: Bump loader copyright to 2018
2018-04-04 Karl Schultzmacos: Update vulkan framework version to 1.1
2018-04-04 Karl Schultzmacos: Add new Vulkan headers to vulkan framework
2018-04-03 John Zulaufloader: Improve 1.0 driver apiVersion fixup
2018-04-03 John Zulaufloader: Eliminate duplicate validation messages
2018-03-29 Lenny Komowloader: Fix GetDeviceProcAddr with terminators
2018-03-29 Lenny Komowloader: Make assembly offsets use offsetof macro
2018-03-27 Lenny Komowloader: Fix up missing 1.1 function exports
2018-03-27 mchock-nvloader: Add missing core entrypoints to trampoline.c
2018-03-09 Lenny Komowloader: Remove old declaration for KHX extension
2018-03-09 Lenny KomowRevert "loader: Only return ext pointers if ext is...
2018-03-09 Lenny Komowloader: Fix debug_report not returning NULL
2018-03-09 Lenny Komowloader: Only return ext pointers if ext is enabled
2018-03-09 Lenny Komowloader: Fix MSVC uninitialize variable warning
2018-03-09 Lenny Komowloader: Extend pre-instance intercepts for 1.1
2018-03-09 Mike SchuchardtDevice group extension rename
2018-03-09 Tom CooperFix vkGetDeviceQueue2 segfault when returned vkQueue...
2018-03-09 Mark YoungImplement initial VK_EXT_debug_utils changes
2018-03-09 Lenny Komowbuild: Bump linux loader version to 1.1
2018-03-09 Lenny Komowdocs: Update loader doc for 1.0 ICD handling
2018-03-09 Lenny Komowloader: Update 1.0 checking mechanism
2018-03-09 Lenny Komowloader: Disable emulation for 1.1 core functions
2018-03-09 Lenny Komowloader: Check vkEnumerateInstanceVersion in ICD
2018-03-09 Lenny Komowloader: Remove repeated function from vulkan.def
2018-03-09 Lenny Komowloader: Re-add old 1.1 loader work
2018-03-09 Lenny Komowloader: Fix crash in VK_KHR_surface
2018-03-09 Lenny Komowloader: Fix loader using stale VkApplicationInfo
2018-03-09 Lenny Komowloader: Remove version check from vkCreateInstance
2018-03-09 Lenny Komowloader: Fix crash with null VkApplicationInfo
2018-03-09 Lenny Komowloader: Update loader for Vulkan 1.1
2018-03-09 Lenny Komowloader: Update functions names
2018-03-09 Lenny Komowloader: Update vkEnumerateInstanceVersion for 1.1
2018-03-09 Lenny Komowloader: Add new core 1.1 entry points
2018-03-09 Lenny Komowloader: Fix windows build
2018-03-09 Lenny Komowloader: Move manual KHR exts to core
2018-03-09 Mark Lobodzinskiloader: Update vulkan version location
2018-03-09 Mark Lobodzinskiheader: KHX->KHR name changes
2018-03-02 Karl SchultzmacOS: Add macOS support
2018-03-02 Nico Weberbuild: Fix -Wmicrosoft-cast warnings with clang-cl
2018-02-15 Norbert Garnysloader: Don't add duplicate JSON files from Khronos...
2018-02-13 Lenny Komowloader: Fix loader skipping layer files
2018-02-12 Slawomir Cyganloader: link with OneCore umbrella library
2018-02-12 Slawomir Cyganloader: use Unicode functions from cfgmgr32.lib
2018-02-12 Slawomir Cyganloader: remove references to shlwapi.lib
2018-02-05 Mark Lobodzinskicmake: Move LVL temp/worker targets into subfolder
2018-01-22 Mark Lobodzinskicmake: Fix non-existant cmake variable
2018-01-19 Lenny Komowloader: Fix static library initialization
2018-01-19 Joey Bzdekloader: Restore pNext data in CreateDevice
2018-01-18 Lenny Komowloader: Fix enabling extensions from layers
2018-01-16 Lenny Komowloader: Clean up mutexes on destruction
2018-01-16 Slawomir CyganLoader: fix open registry handle leak
2018-01-16 Lenny Komowbuild: Fix linux 32-bit assembly config
2018-01-09 Lenny Komowdocs: Update loader doc for pre-instance layers
2018-01-09 Lenny Komowloader: Add pre-instance functions for layers
2018-01-03 Lenny Komowloader: Change overzealous warning to debug msg
2017-12-27 Karl Schultzbuild: Address clang compilation warnings
2017-12-04 Jamie Madillloader: Fix Clang errors/warnings.
2017-11-28 Cort Strattonloader: fix memory leak for layers with >1 dev_exts
2017-11-27 Jamie Madillloader: Fix improper cast warning.
2017-11-10 Lenny Komowloader: Fix pre-instance proc addresses
2017-10-23 Tobin Ehlisloader: Fix function name in interface doc
2017-10-20 Tobin Ehlisloader:Updates to LL Interface Doc
2017-10-16 Lenny Komowloader: Fix info message when activating a layer
2017-10-10 John Zupinloader/vulkan.pc.in: GH1212; Libraries required by...
2017-10-10 Igor OstrowskiLoader: Fix OOM in loaderGetDeviceRegistryFiles()
2017-10-06 Lenny Komowloader: Fix TEXTREL on 32-bit linux loader
2017-10-06 Mark Lobodzinskibuild: Limit control flow guard to loader/demos
2017-09-13 Lenny Komowloader: Fix crash from loading invalid ICD
2017-09-06 Lenny Komowdocs: Update loader doc for pnp registry changes
2017-09-06 Lenny Komowloader: Allow layer loading from pnp registry
2017-09-06 Lenny Komowloader: Fix PnP 32-bit registry handling
2017-08-29 Lenny Komowloader: Fix GetProcAddress loading illegal funcs
2017-08-25 Slawomir CyganLoader: Fix out-of-memory handling in loaderGetDeviceRe...
2017-08-10 Lenny Komowloader: Replace overzealous warnings with info
2017-08-10 Lenny Komowloader: Don't load manifest files more than once
2017-08-10 Slawomir Cyganloader: Fix size handling when scanning registries
2017-08-10 Slawomir Cyganloader: Add new ICD search paths to loader
2017-07-21 Lenny Komowloader: Remove executable stack from libvulkan.so
2017-07-18 Mark Youngloader: Fix vkEnumerateDeviceLayerProperties
2017-07-17 Jean-Francois Royloader: Do not enumerate extensions from disabled impli...
2017-07-13 Mark Youngheader: Update to 1.0.54 Vulkan release
2017-07-05 Lenny Komowloader: Rename files to better reflect their use
2017-07-05 Lenny Komowloader: Fix unknown device trampolines on Windows
2017-07-05 Lenny Komowloader: Fix unknown device trampolines on Linux
2017-07-05 Lenny Komowloader: Fix unknown phys dev terms on Linux
2017-07-05 Lenny Komowloader: Fix unknown phys dev terms on Windows
2017-06-30 Lenny Komowbuild: Fix build on non-x86 Linux systems
2017-06-29 Mark Youngloader: Add validation for apiVersion
2017-06-26 Mark Youngloader: Fix handling of JSON
2017-06-22 Lenny Komowbuild: Fix assembler warning on Win64
2017-06-20 Karl Schultzbuild: Quote asm arg to allow bld w/spaces in path
2017-06-16 Lenny Komowbuild: Enable linux 32-bit builds with ASFLAGS
2017-06-16 Józef Kuciabuild: Do not overwrite CMAKE_ASM-ATT_FLAGS
2017-06-15 Mark Youngloader: Fix alloc issue
2017-06-14 Lenny Komowbuild: Fix ninja build
2017-06-13 Lenny Komowloader: Fix unknown phys dev trampolines on linux
2017-06-13 Lenny Komowloader: Fix unknown phys dev trampolines on win32
2017-06-12 Karl Schultzbuild: Add CMake flag to suppress LVL content
2017-06-12 Mark Lobodzinskidocs: Remove swapchain refs from docs/text files
next