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-05-07
misc: Add vkGetInstanceProcAddr() entrypoint
Jon Ashburn
2015-05-07
loader: logging on Windows to both debug output and stderr
Jon Ashburn
2015-05-05
loader: rename a few dispatch utilties
Jon Ashburn
2015-04-29
loader: Eliminate compiler warnings on Windows.
Ian Elliott
2015-04-29
loader: Terminate chain of GetProcAddr() in driver if gpu obj is base
Jon Ashburn
2015-04-27
loader: Fix bug on layer name prefix string length
Jon Ashburn
2015-04-22
misc: Changes to fix warnings in Windows / VC++ build
Tony Barbour
2015-04-22
misc: Changes to clean up warnings in Release build
Tony Barbour
2015-04-22
loader: Make sure max layer count is set properly
Courtney Goeltzenleuchter
2015-04-22
vkEnumerateLayers: Update to match upstream
Courtney Goeltzenleuchter
2015-04-21
vulkan.h: Fix up warnings and use VkObject appropriately
Tony Barbour
2015-04-17
update to vulkan.h header version 90, bug 13529
Mike Stroyan
2015-04-17
loader: add a missing VKAPI
Chia-I Wu
2015-04-16
Bug 13632 Header 84 Assorted questions and comments on vulkan.h
Tony Barbour
2015-04-16
misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices
Jon Ashburn
2015-04-16
Win: Some compilation/link fixes.
Ian Elliott
2015-04-16
loader: Add support for loading layers that support a group
Jon Ashburn
2015-04-16
loader: Add check for invalid enabled extensions at CreateInstance
Jon Ashburn
2015-04-16
loader: Fix GetProcAddr to return proper function pointers for app
Jon Ashburn
2015-04-16
vulkan: Add vkGetGlobalExtensionInfo entrypoint
Jon Ashburn
2015-04-16
layers: Remove wrapping of GPU objects by loader and layers
Jon Ashburn
2015-04-16
loader: Don't have GetExtensionSupport as loader special case code
Jon Ashburn
2015-04-16
loader: Activate layers at EnumerateGpus instead of CreateDevice
Jon Ashburn
2015-04-16
loader: refactor layer activation function to handle more general inputs
Jon Ashburn
2015-04-16
loader: Store the enabled extensions at CreateInstance
Jon Ashburn
2015-04-16
vulkan: beautification changes
Courtney Goeltzenleuchter
2015-04-16
Win: Fix typo and incorrect strlen for finding/loading ICDs.
Ian Elliott
2015-04-16
vulkan: API renaming
Courtney Goeltzenleuchter
2015-04-16
Stage 1 of rename
Courtney Goeltzenleuchter
2015-04-16
misc: Add create_info struct to CreateInstance()
Jon Ashburn
2015-04-16
loader: Merge extensions and layers
Courtney Goeltzenleuchter
2015-04-16
loader: Fix Dbg entrypoints with instance param to not loop all instances
Jon Ashburn
2015-04-16
xgl: update xglDbg.h for XGL_INSTANCE
Courtney Goeltzenleuchter
2015-04-16
loader: Fix prefix used to find layer library.
Courtney Goeltzenleuchter
2015-04-03
Fix NULL-pointer dereference if can't find registry entry.
Ian Elliott
2015-03-31
New loader_get_registry_value() function reads 32/64 registry ...
Ian Elliott
2015-02-20
loader: Fix merge of layer names from env and CreateDevice
Jon Ashburn
2015-02-19
loader: initialize result for xglCreateInstance().
Ian Elliott
2015-02-18
loader: Correct layer path lookup name
Courtney Goeltzenleuchter
2015-02-18
loader: Windows now uses registry + env's (diff names)
Ian Elliott
2015-02-17
loader: Enable env extensions as well as app.
Courtney Goeltzenleuchter
2015-02-13
Eliminate "-Wsign-compare" warnings on Linux ...
Ian Elliott
2015-02-12
Win: Attempt to keep from using Linux functions.
Ian Elliott
2015-02-12
icd: add loader magic word to verify ICD is compatible
Courtney Goeltzenleuchter
2015-02-06
Fix unitialized value in xglCreateInstance().
Ian Elliott
2015-02-05
Win: Eliminate VS2013 compiler warnings for "loader.c" ...
Ian Elliott
2015-02-05
Win: Move some macros to "loader_platform.h"
Ian Elliott
2015-02-04
Can compile "loader" and "layers" on Windows and Linux ...
Ian Elliott
2015-02-04
loader: Make sure loader instances get updated upon DestroyInstance()
Jon Ashburn
2015-02-04
instance: Remove xglInitAndEnumerateGpus
Jon Ashburn
[next]