aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-23layers: ObjectTracker per-instance storage, updated loggingMark Lobodzinski
2015-06-22layers: Fix DrawState compile failTobin Ehlis
2015-06-22layers: Add DrawState check to verify Idx buffer bound before an Indexed DrawTobin Ehlis
2015-06-22layers: Add DrawState check to verify BeginCommandBuffer was called before up...Tobin Ehlis
2015-06-22tri/cube: Convert GPA usage/error-checking/reporting to a macro.Ian Elliott
2015-06-22tri: Change to vkGetDeviceProcAddr() for WSI functions.Ian Elliott
2015-06-22vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047Mark Lobodzinski
2015-06-19layers: Addition of source_line_info.py script to simplify codegen debuggingTobin Ehlis
2015-06-19Layers: Correctly handle WSI_LUNARG extension.David Pinedo
2015-06-19MemTracker: Advertise WSI_LUNARG extension in GetPhysDevExtInfoJon Ashburn
2015-06-19layers: Erase proper key in draw state.Jeremy Hayes
2015-06-19layers: Fix iterator comparison.Jeremy Hayes
2015-06-19layers: Move image validation to separate layer.Jeremy Hayes
2015-06-19layers: Comment for newbies.Jeremy Hayes
2015-06-19MemTracker: make sure get_mem_binding_from_object uses dispatchable objectJon Ashburn
2015-06-19layers: Add DrawState check for Invalid PSO CreateInfo stateTobin Ehlis
2015-06-19layers: Add active_shaders flag to Pipeline node struct in DrawStateTobin Ehlis
2015-06-18Layers: ported to screenshot layer to masterDavid Pinedo
2015-06-18Windows: Fix build issues on WindowsTony Barbour
2015-06-18layers: Remove dead code.Jeremy Hayes
2015-06-18demos: Fix output location in tri.vert.Jeremy Hayes
2015-06-18layers: Make WSI_LUNARG a device extension and check if enabled before useJon Ashburn
2015-06-18loader: Remove support for WSI as an instance extensionJon Ashburn
2015-06-18demos: Add missing spv dependency for cubeCody Northrop
2015-06-18layers: Migrate draw_state.cpp to use log_msg utility for dbg reportingTobin Ehlis
2015-06-18layers: Update DrawState intercept of Create/Destroy MsgCallbackTobin Ehlis
2015-06-18misc: Remove VK_PHYSICAL_DEVICE_INFO_TYPE_DISPLAY_PROPERTIES_WSIJon Ashburn
2015-06-18misc: Remove GetDisplayInfoWSI()Jon Ashburn
2015-06-18loader: Fix memory free bug in destroying icd from DestroyInstanceJon Ashburn
2015-06-18layers: Add linefeed after log messageCourtney Goeltzenleuchter
2015-06-18mem_tracker: Cannot get dispatch key after destroyCourtney Goeltzenleuchter
2015-06-18vulkan.h: V102 -- Rename min/maxDepth for DepthStencil, Bug# 13917Mark Lobodzinski
2015-06-18vulkan.h: V101 -- Remove programPointSize, Bug# 13928Mark Lobodzinski
2015-06-18vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783Mark Lobodzinski
2015-06-18vulkan.h: V99 -- Remove fixed-function point parameters, Bug# 13928Mark Lobodzinski
2015-06-18vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926Mark Lobodzinski
2015-06-18vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925Mark Lobodzinski
2015-06-18layers: Report DEBUG_MARKER as supported in ParamChecker and DrawStateJon Ashburn
2015-06-18layers: Add GetPhysicalDeviceExtInfo to DrawStateJon Ashburn
2015-06-18DrawState: Fix destroying of maps so the map entrys get removedJon Ashburn
2015-06-18tests: Remove the enablement of the "Validation" extensionJon Ashburn
2015-06-18WIP: Debugging - REMOVECourtney Goeltzenleuchter
2015-06-18loader: Grab next before destroying the dataCourtney Goeltzenleuchter
2015-06-18layers: Fix memtracker segfault for ill-behaved appsMark Lobodzinski
2015-06-18shaderChecker: Add GetPhysDevExtInfo and fix CreateInstanceJon Ashburn
2015-06-18loader: Support multiple layers in one library by using <layerName>GetProcAddrJon Ashburn
2015-06-18loader: Remove the test for device layers activated; they follow create/destroyJon Ashburn
2015-06-18loader: Add device struct so can destroy layer info at DestroyDeviceJon Ashburn
2015-06-18mem_tracker: Process config file debug actionsCourtney Goeltzenleuchter
2015-06-18layers: Remove callback as runtime actionCourtney Goeltzenleuchter