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-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
2015-02-04
loader: Add loops for multiple instances on global debug calls
Jon Ashburn
2015-02-04
demos: Convert to using Instancing API rather than xglInitAndEnumerateGpus()
Jon Ashburn
2015-02-04
loader: Finish implement CreateInstance and DestroyInstance
Jon Ashburn
2015-02-04
loader: Implement EnumerateGpus()
Jon Ashburn
2015-02-04
loader: Place icds into the instance, scan icds prior to instance create
Jon Ashburn
2015-02-04
instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus().
Jon Ashburn
2015-02-04
xgl: Remove XGL_* typedef wrappers
Mark Lobodzinski
2015-02-04
xgl: fix constness of pointers
Chia-I Wu
2015-02-04
loader: Fix infinite loop on layer library scan if dlopen fails
Jon Ashburn
2015-02-04
xgl: Add xgl header changes for rev30 and 31.
Mark Lobodzinski
2015-02-04
loader: Include layers specified in environment
Courtney Goeltzenleuchter
[next]