index
:
usermoji.git
mommy
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loader
/
loader.h
Age
Commit message (
Expand
)
Author
2015-12-01
wsi: Moved definition of CreateXxxSurface extension to CMakefile
Mark Lobodzinski
2015-12-01
loader: Add vkGetPhysicalDevice*PresentationSupportKHR()
Ian Elliott
2015-12-01
loader: Address Jon Ashburn's review comments.
Ian Elliott
2015-12-01
loader: Add new vkGetPhysicalDeviceSurface*KHR() functions.
Ian Elliott
2015-12-01
loader: Started plumbing the platform extensions.
Ian Elliott
2015-12-01
loader: Started porting loader to new WSI (GIPA missing).
Ian Elliott
2015-12-01
WSI: Eliminate a lot of references to WSI header files.
Ian Elliott
2015-12-01
WSI: sed-generated changes to WSI code (not all that's needed).
Ian Elliott
2015-11-24
Layers: changed layer names to conform to spec
David Pinedo
2015-11-20
loader: Don't use ICD's VkDevice after it has been destroyed
Jon Ashburn
2015-11-18
loader: Add parsing of api_version in ICD JSON
Jon Ashburn
2015-11-18
loader: Add dynamic dispatch for unknown device extension entrypoints
Jon Ashburn
2015-11-06
bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets
Chia-I Wu
2015-11-06
Merge branch 'david_include_change_20151106'
David Pinedo
2015-11-06
loader: Convert GetInstanceProcAddr and GetDeviceProcAddr over to new semantics
Jon Ashburn
2015-11-06
Moved header files from include to include/vulkan
David Pinedo
2015-11-04
misc: Update author information
Courtney Goeltzenleuchter
2015-11-04
misc: switch copyright to Valve
Courtney Goeltzenleuchter
2015-11-04
misc: Remove Vulkan name from Copyright
Courtney Goeltzenleuchter
2015-11-03
bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (...
Chia-I Wu
2015-11-03
bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limit...
Chia-I Wu
2015-11-03
loader: Call down chain for vkEnumerateDeviceExtensionProperties
Jon Ashburn
2015-11-03
loader: Create a VkPhysicalDevice object rather than using ICDs
Jon Ashburn
2015-11-02
bug 14918 part 3: sed renames
Chia-I Wu
2015-11-02
bug 14921 part 1: sed renames
Chia-I Wu
2015-11-02
bug 12921: Memory callback (WIP)
Chia-I Wu
2015-10-23
Bug 14621: Change vkGet* functions to not return VkResult
Courtney Goeltzenleuchter
2015-10-09
Loader: Fix locking bug in CreateInstance
Jon Ashburn
2015-10-08
layers: Fix Windows compile warnings
Courtney Goeltzenleuchter
2015-10-06
loader, icd: correct use of _aligned_malloc
Mike Stroyan
2015-10-02
loader: Fixes in trampoline code to support layers which wrap objects
Jon Ashburn
2015-09-30
loader: Change GetXXProcAddr to support NULL dispatchable object
Jon Ashburn
2015-09-22
loader: Add lock around cJSON so big loader lock is not needed as much
Jon Ashburn
2015-09-17
bug 14509: Rename Layer and Extension queries
Courtney Goeltzenleuchter
2015-09-11
bug 14537: Improve VkImageFormatProperties
Courtney Goeltzenleuchter
2015-09-10
vulkan.h: Change return types of some functions to void
Mark Lobodzinski
2015-09-09
vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139
Mark Lobodzinski
2015-09-04
loader: make thirdparty code use allocation callbacks
Jon Ashburn
2015-09-04
loader: Make use of app provided allocation callbacks
Jon Ashburn
2015-09-04
WSI: Convert WSI swapchain extension usage to new KHR style
Ian Elliott
2015-08-24
loader: Make so layer manifest files are retained at CreateInstance
Jon Ashburn
2015-08-24
loader: Make the ICD library scan happen as needed rather than once
Jon Ashburn
2015-08-24
loader: Remove the device_extension list from from scanned icds, unused
Jon Ashburn
2015-08-24
loader: Remove the global extension list from scanned_icds struct
Jon Ashburn
2015-08-24
loader: Make the global/instance ext list once for each instance
Jon Ashburn
2015-08-24
loader: Remove global instance extension list and rebuild it as needed
Jon Ashburn
2015-08-11
loader: Remove one time scan of layer libraries; do it as needed
Jon Ashburn
2015-08-04
v140: Bug 14251 - Inconsistencies in the definition of queries
Cody Northrop
2015-08-04
loader: Remove extension origin and use Vulkan ext prop structure
Jon Ashburn
2015-08-04
loader: Make sure layer list from manifest file is all cleaned up properly
Jon Ashburn
[next]