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.c
Age
Commit message (
Expand
)
Author
2015-12-17
debug_report: Add DebugReportMessage function
Courtney Goeltzenleuchter
2015-12-17
debug_report: rename and update to use CreateInfo
Courtney Goeltzenleuchter
2015-12-15
layers: Rename DebugReport flags
Courtney Goeltzenleuchter
2015-12-14
loader: Fix physical device cast for enumerate properties trampoline code
Jon Ashburn
2015-12-11
wsi: Make WSI cases more consistent, fail if not set correctly
Mark Lobodzinski
2015-12-11
loader: Fix bug where dynamic dispatch for layer dev exts needs to come later
Jon Ashburn
2015-12-11
loader: In CreateDevice trampoline code allow wrapped PhysicalDevice objects
Jon Ashburn
2015-12-11
Add an 'all' debug flag
Michael Worcester
2015-12-10
loader: Add support for device extension entrypoints in layer JSON files
Jon Ashburn
2015-12-10
loader: Convert ext list helper functions to generic form
Jon Ashburn
2015-12-07
Make sure all createInfo is used creating instance
Tony Barbour
2015-12-02
loader: Fix layer library_path bug
Jon Ashburn
2015-12-01
loader: Add initialization of loader dispatch table for wsi device extensions
Jon Ashburn
2015-12-01
loader: Add terminator functions for Create*SurfaceKHR functions
Jon Ashburn
2015-12-01
loader: Convert vkDestroySurfaceKHR() to have a terminator.
Ian Elliott
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 porting loader to new WSI (GIPA missing).
Ian Elliott
2015-11-20
loader: Don't use ICD's VkDevice after it has been destroyed
Jon Ashburn
2015-11-19
loader: Don't init icds if CreateInstance() from ICD fails.
Jon Ashburn
2015-11-18
loader: Make version in layer JSON files consistent
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-08
Reset the "access_flags" for each loop iteration
Piers Daniell
2015-11-06
bug 15085: queue creation naming issues
Chia-I Wu
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
bug 12921 part 2: Memory callback (WIP)
Chia-I Wu
2015-11-03
loader: Resource cleanup on loaer_init_physical_device_info()
Jon Ashburn
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
loader: Fix Windows build
Courtney Goeltzenleuchter
2015-11-02
bug 14921 part 1: sed renames
Chia-I Wu
2015-11-02
bug 12921: Memory callback (WIP)
Chia-I Wu
2015-11-02
bug 14892: 'count' parameters and members named inconsistently in many cases ...
Chia-I Wu
2015-10-29
loader: add helper for combining paths
Daniel Dadap
2015-10-28
use conditional compilation based on _WIN32 instead of WIN32 and __linux__
Johannes van Waveren
2015-10-26
loader: Check for NULL ICD in CreateDevice
Jon Ashburn
2015-10-23
Bug 14621: Change vkGet* functions to not return VkResult
Courtney Goeltzenleuchter
2015-10-23
bug-14642: Rename queueRecordCount to requestedQueueCount
Courtney Goeltzenleuchter
2015-10-22
loader: Fix heap_realloc function to return newly allocated memory
Jon Ashburn
[next]