loader: EnumPhysDev fixes
[platform/upstream/Vulkan-LoaderAndValidationLayers.git] / loader / loader.c
2016-12-27 Mark Youngloader: EnumPhysDev fixes
2016-12-23 Michael Jurkaloader: clean up comment and variable
2016-12-23 Lenny Komowloader: Fix out of memory in enumerate phys devs
2016-12-22 Lenny Komowloader: Update term phys devices dynamically
2016-12-21 Courtney Goeltzenl... Merge pull request #1300 from KhronosGroup/161221-fix_s...
2016-12-21 Courtney Goeltzenl... loader: Fix validation error
2016-12-15 Jamie Madillloader: Fix Clang warnings.
2016-12-13 Mark Youngloader: Add support for 1.0.35 extension
2016-12-01 Frank Henigmanloader: const fixes
2016-12-01 Frank Henigmanloader: spell 'separator' correctly
2016-11-21 Karl Schultzbuild: loader: Fix warnings for 32-bit linux
2016-11-14 Mark Youngloader: gh1120/gh1134 - Object wrapping issues
2016-11-11 Mark Youngloader: Fix failure on ICD loading
2016-11-07 Mark Youngloader: Remove warning on missing implicit layer
2016-11-03 Mark Youngloader: Rename icd and physical device vars
2016-11-02 Mark Youngloader: Fix icd reference in WSI code
2016-10-27 Mark Youngloader: gh1093 - Fix multiple EnumPhysDev calls
2016-10-24 Jamie Madillloader: Fix cast warning
2016-10-21 Mark Youngloader: gh610- More debug log messages
2016-10-05 Slawomir Cyganloader: gh1014- Fix physical device dispatch table
2016-10-05 Mark Youngloader: Small cleanup of unnecessary func call
2016-09-30 Maciej Jesionowskiloader: gh971 Fix double free on physical devices
2016-09-28 Jan-Harald Fredriksenloader: gh989 - Fix incorrect array index
2016-09-26 Mark Youngloader: gh971 EnumPhysDev return VK_INCOMPLETE
2016-09-20 Mark Youngloader: More changes for gh181
2016-09-19 Piers Daniellloader: Fixes for ICD vk{Create|Destroy}SurfaceKHR
2016-09-19 Mark Youngloader: gh181 use ICD for SurfaceKHR
2016-09-09 Derrick Owensloader: Fix another possible memory leak
2016-09-09 Derrick Owensloader: Fixed conformance memory leak.
2016-09-09 Mark Youngloader: Remove extension enable checks
2016-09-08 Mark Youngloader: Add checks for usage of wsi extensions
2016-09-07 Mark Youngloader: Cleanup 1.0.25 extension work
2016-09-06 Mark Youngloader: Clean up failure handling in loader
2016-09-06 Mark Youngloader: gh901 Fix loader w multiple ICDs
2016-09-02 Mark Youngloader: Clean up loader_init_generic_list
2016-09-02 Mark Youngloader: Rename DevExt to dev_ext
2016-09-02 Mark Youngloader: Modify loader_make_version
2016-09-02 James JonesFix VK_NV_external_memory_capabilities support
2016-08-31 Mark Lobodzinskiloader: Add support for NV instance extension
2016-08-24 Mark Lobodzinskiloader: Fix build warning on Linux
2016-08-19 Mark Youngloader: Fix CTS failures in simulate_oom tests.
2016-08-04 John Drinkwaterloader: support manifests in XDG locations
2016-07-06 Jamie Madillloader: Fix 2 warnings detected in VS2015.
2016-06-30 Mark Youngloader: GH370 - re-enable allocator usage
2016-06-30 Mark YoungRevert "loader: GH370 - re-enable allocator usage"
2016-06-30 Mark Youngloader: GH370 - re-enable allocator usage
2016-06-29 Chris ForbesRevert "loader: GH370 - re-enable allocator usage"
2016-06-29 Mark Youngloader: GH370 - re-enable allocator usage
2016-06-22 Mark Youngloader: Fix version info on manifest string.
2016-06-17 Greg FischerMerge branch 'master' of github.com:KhronosGroup/Vulkan...
2016-06-14 Mark Youngloader: Fix GH607 by adding proper array support
2016-05-17 Jon Ashburnloader: Treat GLOBAL layers same as INSTANCE layers
2016-05-16 Jon Ashburnloader: reduce message level if GDPA of a layer is...
2016-05-16 Jon Ashburnloader: deprecate device layers
2016-05-09 Jon Ashburnloader: lvlgh204, Fix calls to secure_getenv on glibc...
2016-04-28 Jamie Madillloader: Add compile-time option for layer search paths.
2016-04-28 Jamie MadillRevert "loader: Remove the default directory paths...
2016-04-28 Jon Ashburnloader: don't remove loader structs from CreateInfo...
2016-04-25 Jon Ashburnloader: ghlvl#180 Support a ICD interface version negot...
2016-04-20 Jon Ashburnloader: ghlvl 361, Simplify library resource handling
2016-04-19 Jon Ashburnmisc: Update licenses to Apache 2.0
2016-04-15 Jon AshburnRevert "loader: Temp workaround to add WSI surface...
2016-04-15 Jon AshburnRevert "loader: temp workaround for advertising linux...
2016-04-15 Jon Ashburnloader: Remove the default directory paths for ICDs...
2016-04-15 Jon Ashburnloader: Run clang-format
2016-04-14 Petros Bantolasloader: Added some missing function entry points to...
2016-04-08 Jon Ashburnloader: ghlvl #66, Ensure std_validationadvertises...
2016-04-07 Jon Ashburnloader: Fix the std_validation version to really be...
2016-04-07 Chris Forbesloader: Preserve order during layer list expansion
2016-04-07 Chris Forbesloader: Don't scribble on caller memory in CreateInstan...
2016-04-07 Jon Ashburnloader: temp workaround for advertising linux wsi surfa...
2016-04-06 Piers Daniellloader: Fix regression with dEQP-VK.api.object_manageme...
2016-04-05 Jon Ashburnloader: Temp workaround to add WSI surface extensions...
2016-04-04 Jon Ashburnloader: ghlvl #204, Use __secure_getenv if secure_geten...
2016-04-01 Jeremy Hayesloader: report implicit instance extensions
2016-04-01 Jon Ashburnloader: Fix createDev treminator to init the logicalDev...
2016-04-01 Piers Daniellloader: Remove trampoline/terminator dependency in...
2016-04-01 Jon Ashburnloader: Add device callback to set dispatchable object
2016-04-01 Jon Ashburnloader: Remove the device_info in the layer chain structure
2016-04-01 Jon Ashburnloader: Add instance callback to set dispatchable objects
2016-04-01 Jon Ashburnloader: Remove the instance_info in the layer chain...
2016-03-25 Jon Ashburnloader: ghlvl#79, Fix to not report unsupported WSI...
2016-03-24 Jon Ashburnloader: ghlvl 116 Fix CreateDevice to use the proper...
2016-03-22 Jon Ashburnmisc: Update to header version 1.0.6
2016-03-11 Jon Ashburnloader: make sure createDevice uses ICDs physicalDevice
2016-03-08 Jon Ashburnloader: Fix issue passing wrong instance if layer wraps...
2016-03-08 Jon Ashburnloader: gllvl #50, Add support for the WSI extension...
2016-03-08 Karl Schultzloader: VulkanTools PR 13 Resolve ...XlibPresentationSu...
2016-03-04 Jeremy Hayesloader: gllavl#46 add check for device extensions
2016-03-04 tobineMerge pull request #59 from chrisforbes/ds-more-fixes
2016-03-02 Jon Ashburnloader: ghlvl 33, ghlvl 34 Fix aliasing of VkPhysicalDevice
2016-02-29 Jon Ashburnloader: refactor EnumerateDevice*Properties terminate...
2016-02-26 Jon Ashburnloader: Better delineate trampoline and terminator...
2016-02-25 Karl Schultzloader: Fix MSVS warnings
2016-02-22 Jason Ekstrandloader: Fix Wayland support
2016-02-19 Jon Ashburnloader: Fix standard_validation enumeration on instance...
2016-02-18 Jon Ashburnloader: Environment variable override got broken with...
2016-02-18 Jon Ashburnloader: Add a ICD and layer search path for loader...
2016-02-15 Jon Ashburnloader: Add better checks for malformed disable_environ...
2016-02-14 David Pinedoloader: check for null pointers in loader_add_layer_pro...
next