aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-18loader: Remove resolved TODOsCourtney Goeltzenleuchter
2015-06-18loader: Remove unused functionsCourtney Goeltzenleuchter
2015-06-18loader: Put static function prototypes in .cCourtney Goeltzenleuchter
2015-06-18loader: Add support for debug reportCourtney Goeltzenleuchter
2015-06-17loader: Support layers that don't have an extension entrypointJon Ashburn
2015-06-17loader: Fix info string of device versus instance layer being addedJon Ashburn
2015-06-17layers: Fixed dispatch table teardown issues in ObjectTrackerMark Lobodzinski
2015-06-17layers: Add multi-device/instance support to param checker layerMark Lobodzinski
2015-06-17layers: Add multi-device/instance support to APIDump layerMark Lobodzinski
2015-06-17loader: Add wsi extension to loader's list of global extensionsJon Ashburn
2015-06-17loader: Fix debug_report utility functions string names to be consistentJon Ashburn
2015-06-17layers: Add multi-device/instance support to generated layersMark Lobodzinski
2015-06-17layers: Multi-device/instance support for Memtracker.Mark Lobodzinski
2015-06-17misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatchJon Ashburn
2015-06-17genericLayer: Fix generation codeJon Ashburn
2015-06-17loader: simplify wrapping setupCourtney Goeltzenleuchter
2015-06-17debug: remove old debug extension headerCourtney Goeltzenleuchter
2015-06-17extensions: begin changes for extension supportCourtney Goeltzenleuchter
2015-06-17misc: Fix file permissionsCourtney Goeltzenleuchter
2015-06-17misc: white space cleanupCourtney Goeltzenleuchter
2015-06-17loader: Return NULL for WSI entrypoints if extension not enabledJon Ashburn
2015-06-17loader: FIXME - horrible WSI workaroundCourtney Goeltzenleuchter
2015-06-17wsi: Fix icd lookup for WSI extensionCourtney Goeltzenleuchter
2015-06-17tri: Use GetProcAddr to get GetDisplayInfoWSI fpCourtney Goeltzenleuchter
2015-06-17cube: Use GetProcAddr to get GetDisplayInfoWSI fpCourtney Goeltzenleuchter
2015-06-17loader: Use ICD's GetDeviceProcAddr as end of layer chain rather than loader'sJon Ashburn
2015-06-17misc: Make wsi lunarg an extension rather than core entrypointsJon Ashburn
2015-06-17loader: Fix for CreateInstance object created being pointer to pointer to dispJon Ashburn
2015-06-17DrawState: Add support for multiple PhysicalDevices or InstancesJon Ashburn
2015-06-17layers: Add DestroyDevice and DestroyInstance hooking to deinitialize tablesJon Ashburn
2015-06-17loader: make the instance dispatch table per instanceJon Ashburn
2015-06-17layers: GPA table initialization shouldn't recurseJon Ashburn
2015-06-17misc: Change vkGetProcAddr to vkGetDeviceProcAddrJon Ashburn
2015-06-17object_tracker: Remove queues from global queueinfo listJon Ashburn
2015-06-17loader: Remove GetGlobalExtensionInfo trampolineJon Ashburn
2015-06-17shader_checker: Eliminate redefinition of macroJon Ashburn
2015-06-17misc: Remove validation bit from the CreateDevice flagsJon Ashburn
2015-06-17glave: Remove glave source files from this repoJon Ashburn
2015-06-17layers: Use objects dispatch table for key to layer mapsJon Ashburn
2015-06-17misc: Loader and Layers move device chain activation to CreateDeviceJon Ashburn
2015-06-17loader: Move lookup of icd entrypoints to CreateInstance and add more lookupsJon Ashburn
2015-06-17layers: Fix rebase issuesJon Ashburn
2015-06-17loader: Activate layers on the instance chain at CreateInstanceJon Ashburn
2015-06-17layers: Use the instance chain for entrypoints with instanceJon Ashburn
2015-06-17loader: Remove unused icd/gpu_index from layer find functionsJon Ashburn
2015-06-17layers: Add initialization of instance dispatch tableJon Ashburn
2015-06-17layers: Remove unused layer dispatch lookup generationJon Ashburn
2015-06-17layers: Remove the layer intercept proc generated headerJon Ashburn
2015-06-17layers: Add GetInstanceProcAddr() to all layersJon Ashburn
2015-06-17loader: Make VkInstance a dispatchable object and init with instance tableJon Ashburn