platform/upstream/Vulkan-Tools.git
2015-06-24 Courtney Goeltzenleu... bug 13038: Remove support for multiple GPUs
2015-06-24 David Pinedoloader: Add {}'s so that loader compilers on Windows
2015-06-24 Tobin Ehlislayers: Add DrawState check to verify that Pipeline...
2015-06-23 Mark Lobodzinskivulkan.h: V104 -- Unify compute/graphics pipeline shade...
2015-06-23 Mark Lobodzinskilayers: ObjectTracker per-instance storage, updated...
2015-06-23 Tobin Ehlislayers: Fix DrawState compile fail
2015-06-22 Tobin Ehlislayers: Add DrawState check to verify Idx buffer bound...
2015-06-22 Tobin Ehlislayers: Add DrawState check to verify BeginCommandBuffe...
2015-06-22 Ian Elliotttri/cube: Convert GPA usage/error-checking/reporting...
2015-06-22 Ian Elliotttri: Change to vkGetDeviceProcAddr() for WSI functions.
2015-06-22 Mark Lobodzinskivulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDesc...
2015-06-19 Tobin Ehlislayers: Addition of source_line_info.py script to simpl...
2015-06-19 David PinedoLayers: Correctly handle WSI_LUNARG extension.
2015-06-19 Jon AshburnMemTracker: Advertise WSI_LUNARG extension in GetPhysDe...
2015-06-19 Jeremy Hayeslayers: Erase proper key in draw state.
2015-06-19 Jeremy Hayeslayers: Fix iterator comparison.
2015-06-19 Jeremy Hayeslayers: Move image validation to separate layer.
2015-06-19 Jeremy Hayeslayers: Comment for newbies.
2015-06-19 Jon AshburnMemTracker: make sure get_mem_binding_from_object uses...
2015-06-19 Tobin Ehlislayers: Add DrawState check for Invalid PSO CreateInfo...
2015-06-19 Tobin Ehlislayers: Add active_shaders flag to Pipeline node struct...
2015-06-18 David PinedoLayers: ported to screenshot layer to master
2015-06-18 Tony BarbourWindows: Fix build issues on Windows
2015-06-18 Jeremy Hayeslayers: Remove dead code.
2015-06-18 Jeremy Hayesdemos: Fix output location in tri.vert.
2015-06-18 Jon Ashburnlayers: Make WSI_LUNARG a device extension and check...
2015-06-18 Jon Ashburnloader: Remove support for WSI as an instance extension
2015-06-18 Cody Northropdemos: Add missing spv dependency for cube
2015-06-18 Tobin Ehlislayers: Migrate draw_state.cpp to use log_msg utility...
2015-06-18 Tobin Ehlislayers: Update DrawState intercept of Create/Destroy...
2015-06-18 Jon Ashburnmisc: Remove VK_PHYSICAL_DEVICE_INFO_TYPE_DISPLAY_PROPE...
2015-06-18 Jon Ashburnmisc: Remove GetDisplayInfoWSI()
2015-06-18 Jon Ashburnloader: Fix memory free bug in destroying icd from...
2015-06-18 Courtney Goeltzenleu... layers: Add linefeed after log message
2015-06-18 Courtney Goeltzenleu... mem_tracker: Cannot get dispatch key after destroy
2015-06-18 Mark Lobodzinskivulkan.h: V102 -- Rename min/maxDepth for DepthStencil...
2015-06-18 Mark Lobodzinskivulkan.h: V101 -- Remove programPointSize, Bug# 13928
2015-06-18 Mark Lobodzinskivulkan.h: V100 -- Remove vkClearDescriptorSets, Bug...
2015-06-18 Mark Lobodzinskivulkan.h: V99 -- Remove fixed-function point parameters...
2015-06-18 Mark Lobodzinskivulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926
2015-06-18 Mark Lobodzinskivulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925
2015-06-18 Jon Ashburnlayers: Report DEBUG_MARKER as supported in ParamChecke...
2015-06-18 Jon Ashburnlayers: Add GetPhysicalDeviceExtInfo to DrawState
2015-06-18 Jon AshburnDrawState: Fix destroying of maps so the map entrys...
2015-06-18 Jon Ashburntests: Remove the enablement of the "Validation" extension
2015-06-18 Courtney Goeltzenleu... WIP: Debugging - REMOVE
2015-06-18 Courtney Goeltzenleu... loader: Grab next before destroying the data
2015-06-18 Mark Lobodzinskilayers: Fix memtracker segfault for ill-behaved apps
2015-06-18 Jon AshburnshaderChecker: Add GetPhysDevExtInfo and fix CreateIn...
2015-06-18 Jon Ashburnloader: Support multiple layers in one library by using...
2015-06-18 Jon Ashburnloader: Remove the test for device layers activated...
2015-06-18 Jon Ashburnloader: Add device struct so can destroy layer info...
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
next