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-06-18
loader: Remove resolved TODOs
Courtney Goeltzenleuchter
2015-06-18
loader: Remove unused functions
Courtney Goeltzenleuchter
2015-06-18
loader: Put static function prototypes in .c
Courtney Goeltzenleuchter
2015-06-18
loader: Add support for debug report
Courtney Goeltzenleuchter
2015-06-17
loader: Support layers that don't have an extension entrypoint
Jon Ashburn
2015-06-17
loader: Fix info string of device versus instance layer being added
Jon Ashburn
2015-06-17
loader: Add wsi extension to loader's list of global extensions
Jon Ashburn
2015-06-17
misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch
Jon Ashburn
2015-06-17
loader: simplify wrapping setup
Courtney Goeltzenleuchter
2015-06-17
extensions: begin changes for extension support
Courtney Goeltzenleuchter
2015-06-17
loader: Return NULL for WSI entrypoints if extension not enabled
Jon Ashburn
2015-06-17
loader: Use ICD's GetDeviceProcAddr as end of layer chain rather than loader's
Jon Ashburn
2015-06-17
misc: Make wsi lunarg an extension rather than core entrypoints
Jon Ashburn
2015-06-17
loader: Fix for CreateInstance object created being pointer to pointer to disp
Jon Ashburn
2015-06-17
loader: make the instance dispatch table per instance
Jon Ashburn
2015-06-17
misc: Change vkGetProcAddr to vkGetDeviceProcAddr
Jon Ashburn
2015-06-17
loader: Remove GetGlobalExtensionInfo trampoline
Jon Ashburn
2015-06-17
misc: Loader and Layers move device chain activation to CreateDevice
Jon Ashburn
2015-06-17
loader: Move lookup of icd entrypoints to CreateInstance and add more lookups
Jon Ashburn
2015-06-17
loader: Activate layers on the instance chain at CreateInstance
Jon Ashburn
2015-06-17
loader: Remove unused icd/gpu_index from layer find functions
Jon Ashburn
2015-06-17
loader: Make VkInstance a dispatchable object and init with instance table
Jon Ashburn
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
[next]