aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-18loader: Fix code format, add some debug infoCourtney Goeltzenleuchter
2015-06-18shader_checker: Use DEBUG_REPORT helper functionsCourtney Goeltzenleuchter
2015-06-18param_checker: Use DEBUG_REPORT extension helpersCourtney Goeltzenleuchter
2015-06-18mem_tracker: DEBUG_REPORT handled by helper functionsCourtney Goeltzenleuchter
2015-06-18mem_tracker: DEBUG_REPORT is global, do not use in CreateDeviceCourtney Goeltzenleuchter
2015-06-18mem_tracker: Updates to match latest loader changesCourtney Goeltzenleuchter
2015-06-18draw_state: Add validation extension recordCourtney Goeltzenleuchter
2015-06-18draw_state: Add support for DEBUG_REPORTCourtney Goeltzenleuchter
2015-06-18draw_state: Add CreateInstance supportCourtney Goeltzenleuchter
2015-06-18loader: remove dependency fields from extension infoCourtney Goeltzenleuchter
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