platform/upstream/Vulkan-Tools.git
2015-06-18 Courtney Goeltzenleu... mem_tracker: Process config file debug actions
2015-06-18 Courtney Goeltzenleu... layers: Remove callback as runtime action
2015-06-18 Courtney Goeltzenleu... layers: Add config parser to compute debug flags
2015-06-18 Courtney Goeltzenleu... layers: Move dbg flag print to config header
2015-06-18 Courtney Goeltzenleu... layers: Add logging callback function for layers
2015-06-18 Courtney Goeltzenleu... layers: Set helpers as static inline
2015-06-18 Courtney Goeltzenleu... layers: make log_msg format log strings for perf
2015-06-18 Courtney Goeltzenleu... layers: Ifdef out debug code
2015-06-18 Courtney Goeltzenleu... mem_tracker: Add some more debug code
2015-06-18 Courtney Goeltzenleu... mem_tracker: Use dispatch access functions
2015-06-18 Courtney Goeltzenleu... mem_tracker: Need dispatch object for logging
2015-06-18 Courtney Goeltzenleu... mem_tracker: Add debug asserts
2015-06-18 Courtney Goeltzenleu... mem_tracker: Initialize new mem record
2015-06-18 Courtney Goeltzenleu... draw_state: Update to use private dispatch map
2015-06-18 Courtney Goeltzenleu... layers: Use static dispatch table maps
2015-06-18 Courtney Goeltzenleu... layers: utilities for layer storage
2015-06-18 Courtney Goeltzenleu... layers: per-instance data helpers
2015-06-18 Courtney Goeltzenleu... mem_tracker: add per-instance persistent data
2015-06-18 Courtney Goeltzenleu... loader: Set some log messages as debug messages
2015-06-18 Courtney Goeltzenleu... memtracker: Add persistent storage
2015-06-18 Courtney Goeltzenleu... debug_report: Utilities for layers to use
2015-06-18 Courtney Goeltzenleu... debug_report: Add error codes
2015-06-18 Jon Ashburnloader: Fix device layer activation to properly filter...
2015-06-18 Jon Ashburnloader: Move device dispatch table to CreateDevice...
2015-06-18 Jon Ashburnloader: Remove GetGlobalExtensionInfo from dispatch...
2015-06-18 Courtney Goeltzenleu... loader: Remove linefeed from log messages
2015-06-18 Courtney Goeltzenleu... loader: Use type flags not code for filter
2015-06-18 Courtney Goeltzenleu... loader: clean up dead code
2015-06-18 Courtney Goeltzenleu... loader: only search for layers
2015-06-18 Courtney Goeltzenleu... loader: remove now unused hosted field
2015-06-18 Courtney Goeltzenleu... bug-13466: Implement comment #14
2015-06-18 Jon Ashburnloader: Add error messages if layer libraries fail...
2015-06-18 Jon Ashburnlayers: Make dispatch table thread safe
2015-06-18 Jon Ashburnlayers: Fix DrawState and ParamChecker to only use...
2015-06-18 Jon Ashburnloader: Make global functions (instance chain entrypoin...
2015-06-18 Jon Ashburnlayer: Remove EnumerateLayers
2015-06-18 Jon Ashburnloader: Remove storage of wrappedGPUs only need during...
2015-06-18 Courtney Goeltzenleu... loader: add debug log message
2015-06-18 Courtney Goeltzenleu... loader: Add LOADER_DEBUG environment flags
2015-06-18 Courtney Goeltzenleu... loader: Fix DestroyInstance
2015-06-18 Courtney Goeltzenleu... loader: Add utility to return loader instance ptr
2015-06-18 Courtney Goeltzenleu... layers: Initialize debug_report instance proc table
2015-06-18 Courtney Goeltzenleu... loader: Increase library name length for safety
2015-06-18 Jon Ashburnloader: Fix EnumeratePhysDev to handle less gpus than...
2015-06-18 Courtney Goeltzenleu... loader: Only allow layer in chain once
2015-06-18 Courtney Goeltzenleu... debug_report: Add debug message flag
2015-06-18 Courtney Goeltzenleu... loader: Remove obsolete extension / layer code
2015-06-18 Courtney Goeltzenleu... layer: Generic is not a validation layer
2015-06-18 Courtney Goeltzenleu... vulkaninfo: Update to new extension mechanism
2015-06-18 Courtney Goeltzenleu... vulkan: Fix for bug 13785.
2015-06-18 Courtney Goeltzenleu... nulldriver: Update to new VkExtensionProperties
2015-06-18 Courtney Goeltzenleu... layers: Update generator for DEBUG_REPORT
2015-06-18 Courtney Goeltzenleu... loader: Fix code format, add some debug info
2015-06-18 Courtney Goeltzenleu... shader_checker: Use DEBUG_REPORT helper functions
2015-06-18 Courtney Goeltzenleu... param_checker: Use DEBUG_REPORT extension helpers
2015-06-18 Courtney Goeltzenleu... mem_tracker: DEBUG_REPORT handled by helper functions
2015-06-18 Courtney Goeltzenleu... mem_tracker: DEBUG_REPORT is global, do not use in...
2015-06-18 Courtney Goeltzenleu... mem_tracker: Updates to match latest loader changes
2015-06-18 Courtney Goeltzenleu... draw_state: Add validation extension record
2015-06-18 Courtney Goeltzenleu... draw_state: Add support for DEBUG_REPORT
2015-06-18 Courtney Goeltzenleu... draw_state: Add CreateInstance support
2015-06-18 Courtney Goeltzenleu... loader: remove dependency fields from extension info
2015-06-18 Courtney Goeltzenleu... loader: Remove resolved TODOs
2015-06-18 Courtney Goeltzenleu... loader: Remove unused functions
2015-06-18 Courtney Goeltzenleu... loader: Put static function prototypes in .c
2015-06-18 Courtney Goeltzenleu... loader: Add support for debug report
2015-06-18 Jon Ashburnloader: Support layers that don't have an extension...
2015-06-18 Jon Ashburnloader: Fix info string of device versus instance layer...
2015-06-18 Mark Lobodzinskilayers: Fixed dispatch table teardown issues in ObjectT...
2015-06-18 Mark Lobodzinskilayers: Add multi-device/instance support to param...
2015-06-18 Mark Lobodzinskilayers: Add multi-device/instance support to APIDump...
2015-06-18 Jon Ashburnloader: Add wsi extension to loader's list of global...
2015-06-18 Jon Ashburnloader: Fix debug_report utility functions string names...
2015-06-18 Mark Lobodzinskilayers: Add multi-device/instance support to generated...
2015-06-18 Mark Lobodzinskilayers: Multi-device/instance support for Memtracker.
2015-06-18 Jon Ashburnmisc: Make DEBUG_MARKER entrypoints a device extension...
2015-06-18 Jon AshburngenericLayer: Fix generation code
2015-06-18 Courtney Goeltzenleu... loader: simplify wrapping setup
2015-06-18 Courtney Goeltzenleu... debug: remove old debug extension header
2015-06-18 Courtney Goeltzenleu... extensions: begin changes for extension support
2015-06-18 Courtney Goeltzenleu... misc: Fix file permissions
2015-06-18 Courtney Goeltzenleu... misc: white space cleanup
2015-06-18 Jon Ashburnloader: Return NULL for WSI entrypoints if extension...
2015-06-18 Courtney Goeltzenleu... loader: FIXME - horrible WSI workaround
2015-06-18 Courtney Goeltzenleu... wsi: Fix icd lookup for WSI extension
2015-06-18 Courtney Goeltzenleu... tri: Use GetProcAddr to get GetDisplayInfoWSI fp
2015-06-18 Courtney Goeltzenleu... cube: Use GetProcAddr to get GetDisplayInfoWSI fp
2015-06-18 Jon Ashburnloader: Use ICD's GetDeviceProcAddr as end of layer...
2015-06-18 Jon Ashburnmisc: Make wsi lunarg an extension rather than core...
2015-06-18 Jon Ashburnloader: Fix for CreateInstance object created being...
2015-06-18 Jon AshburnDrawState: Add support for multiple PhysicalDevices...
2015-06-18 Jon Ashburnlayers: Add DestroyDevice and DestroyInstance hooking...
2015-06-18 Jon Ashburnloader: make the instance dispatch table per instance
2015-06-18 Jon Ashburnlayers: GPA table initialization shouldn't recurse
2015-06-18 Jon Ashburnmisc: Change vkGetProcAddr to vkGetDeviceProcAddr
2015-06-18 Jon Ashburnobject_tracker: Remove queues from global queueinfo...
2015-06-18 Jon Ashburnloader: Remove GetGlobalExtensionInfo trampoline
2015-06-18 Jon Ashburnshader_checker: Eliminate redefinition of macro
2015-06-18 Jon Ashburnmisc: Remove validation bit from the CreateDevice flags
2015-06-18 Jon Ashburnglave: Remove glave source files from this repo
next