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
2016-01-20
loader: Use ICD's GetInstanceProcAddr
Courtney Goeltzenleuchter
2016-01-20
loader: Add util to strip loader extensions
Courtney Goeltzenleuchter
2016-01-20
loader: implement new layer init method
Courtney Goeltzenleuchter
2016-01-15
laoder: Fix phys_dev to use unwrapped version in loader_CreateDevice
Jon Ashburn
2016-01-14
loader: Fix bad memory ref and CreateInstance fail don't write ouptut
Jon Ashburn
2016-01-14
loader: Add support for implicit layer device extensions enumeration
Jon Ashburn
2016-01-12
loader: Fix so unwrapped instance gets used for layer instance extension disp...
Jon Ashburn
2016-01-11
loader: Fix old ICD interface to not use vkGetInstanceProcAddr(NULL,)
Jon Ashburn
2016-01-11
misc: Move to Vulkan header version 0.222
Jon Ashburn
2016-01-07
misc: make sure host memory alignment is a power of two
Jon Ashburn
2016-01-07
loader: Find ICD entrypoints via vk_icdGetInstanceProcAddr first in ICD library
Jon Ashburn
2016-01-04
loader: Convert getenv on Windows to use GetEnvironmentVariable
Jon Ashburn
2016-01-04
loader: MR111, Fix memleaks
BogDan Vatra
2015-12-24
loader: Don't override VK_LAYER_PATH for implicit layers
Jon Ashburn
2015-12-24
loader: Fix typo in CreateDevice so ICDs see filtered device extension list
Jon Ashburn
2015-12-22
loader: Properly filter ICD extensions
Courtney Goeltzenleuchter
2015-12-17
loader: Add support for implicit layers
Jon Ashburn
2015-12-17
loader: Fix erroneous call to loader_log previously added
Jon Ashburn
2015-12-17
loader: Fix compile error from rebase
Jon Ashburn
2015-12-17
loader: fix mismatch size warning
Courtney Goeltzenleuchter
2015-12-17
loader: correct compiler warning
Courtney Goeltzenleuchter
2015-12-17
debug_report: rename object type and error bits
Courtney Goeltzenleuchter
2015-12-17
loader: save memory pointer before it's lost
Courtney Goeltzenleuchter
2015-12-17
loader: Enable callbacks from loader_log
Courtney Goeltzenleuchter
2015-12-17
misc: Update copyright statements
Courtney Goeltzenleuchter
2015-12-17
loader: Adjust internal naming to match API naming
Courtney Goeltzenleuchter
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
[next]