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
Age
Commit message (
Expand
)
Author
2015-06-18
loader: Grab next before destroying the data
Courtney Goeltzenleuchter
2015-06-18
loader: Support multiple layers in one library by using <layerName>GetProcAddr
Jon Ashburn
2015-06-18
loader: Remove the test for device layers activated; they follow create/destroy
Jon Ashburn
2015-06-18
loader: Add device struct so can destroy layer info at DestroyDevice
Jon Ashburn
2015-06-18
loader: Set some log messages as debug messages
Courtney Goeltzenleuchter
2015-06-18
memtracker: Add persistent storage
Courtney Goeltzenleuchter
2015-06-18
loader: Fix device layer activation to properly filter out repeat layers
Jon Ashburn
2015-06-18
loader: Move device dispatch table to CreateDevice from EnumeratePhysDev
Jon Ashburn
2015-06-18
loader: Remove GetGlobalExtensionInfo from dispatch table
Jon Ashburn
2015-06-18
loader: Remove linefeed from log messages
Courtney Goeltzenleuchter
2015-06-18
loader: Use type flags not code for filter
Courtney Goeltzenleuchter
2015-06-18
loader: clean up dead code
Courtney Goeltzenleuchter
2015-06-18
loader: only search for layers
Courtney Goeltzenleuchter
2015-06-18
loader: remove now unused hosted field
Courtney Goeltzenleuchter
2015-06-18
loader: Add error messages if layer libraries fail to load
Jon Ashburn
2015-06-18
loader: Make global functions (instance chain entrypoints) thread safe
Jon Ashburn
2015-06-18
loader: Remove storage of wrappedGPUs only need during layer activation
Jon Ashburn
2015-06-18
loader: add debug log message
Courtney Goeltzenleuchter
2015-06-18
loader: Add LOADER_DEBUG environment flags
Courtney Goeltzenleuchter
2015-06-18
loader: Fix DestroyInstance
Courtney Goeltzenleuchter
2015-06-18
loader: Add utility to return loader instance ptr
Courtney Goeltzenleuchter
2015-06-18
loader: Increase library name length for safety
Courtney Goeltzenleuchter
2015-06-18
loader: Fix EnumeratePhysDev to handle less gpus than icd has and no mem leak
Jon Ashburn
2015-06-18
loader: Only allow layer in chain once
Courtney Goeltzenleuchter
2015-06-18
loader: Remove obsolete extension / layer code
Courtney Goeltzenleuchter
2015-06-18
loader: Fix code format, add some debug info
Courtney Goeltzenleuchter
2015-06-18
loader: remove dependency fields from extension info
Courtney Goeltzenleuchter
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
loader: Fix debug_report utility functions string names to be consistent
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: FIXME - horrible WSI workaround
Courtney Goeltzenleuchter
2015-06-17
wsi: Fix icd lookup for WSI extension
Courtney Goeltzenleuchter
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
[next]