aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-06-18layers: Add config parser to compute debug flagsCourtney Goeltzenleuchter
2015-06-18layers: Move dbg flag print to config headerCourtney Goeltzenleuchter
2015-06-18layers: Add logging callback function for layersCourtney Goeltzenleuchter
2015-06-18layers: Set helpers as static inlineCourtney Goeltzenleuchter
2015-06-18layers: make log_msg format log strings for perfCourtney Goeltzenleuchter
2015-06-18layers: Ifdef out debug codeCourtney Goeltzenleuchter
2015-06-18mem_tracker: Add some more debug codeCourtney Goeltzenleuchter
2015-06-18mem_tracker: Use dispatch access functionsCourtney Goeltzenleuchter
2015-06-18mem_tracker: Need dispatch object for loggingCourtney Goeltzenleuchter
2015-06-18mem_tracker: Add debug assertsCourtney Goeltzenleuchter
2015-06-18mem_tracker: Initialize new mem recordCourtney Goeltzenleuchter
2015-06-18draw_state: Update to use private dispatch mapCourtney Goeltzenleuchter
2015-06-18layers: Use static dispatch table mapsCourtney Goeltzenleuchter
2015-06-18layers: utilities for layer storageCourtney Goeltzenleuchter
2015-06-18layers: per-instance data helpersCourtney Goeltzenleuchter
2015-06-18mem_tracker: add per-instance persistent dataCourtney Goeltzenleuchter
2015-06-18loader: Set some log messages as debug messagesCourtney Goeltzenleuchter
2015-06-18memtracker: Add persistent storageCourtney Goeltzenleuchter
2015-06-18debug_report: Utilities for layers to useCourtney Goeltzenleuchter
2015-06-18debug_report: Add error codesCourtney Goeltzenleuchter
2015-06-18loader: Fix device layer activation to properly filter out repeat layersJon Ashburn
2015-06-18loader: Move device dispatch table to CreateDevice from EnumeratePhysDevJon Ashburn
2015-06-18loader: Remove GetGlobalExtensionInfo from dispatch tableJon Ashburn
2015-06-18loader: Remove linefeed from log messagesCourtney Goeltzenleuchter
2015-06-18loader: Use type flags not code for filterCourtney Goeltzenleuchter
2015-06-18loader: clean up dead codeCourtney Goeltzenleuchter
2015-06-18loader: only search for layersCourtney Goeltzenleuchter
2015-06-18loader: remove now unused hosted fieldCourtney Goeltzenleuchter
2015-06-18bug-13466: Implement comment #14Courtney Goeltzenleuchter
2015-06-18loader: Add error messages if layer libraries fail to loadJon Ashburn
2015-06-18layers: Make dispatch table thread safeJon Ashburn
2015-06-18layers: Fix DrawState and ParamChecker to only use debug_marker if enabledJon Ashburn
2015-06-18loader: Make global functions (instance chain entrypoints) thread safeJon Ashburn
2015-06-18layer: Remove EnumerateLayersJon Ashburn
2015-06-18loader: Remove storage of wrappedGPUs only need during layer activationJon Ashburn
2015-06-18loader: add debug log messageCourtney Goeltzenleuchter
2015-06-18loader: Add LOADER_DEBUG environment flagsCourtney Goeltzenleuchter
2015-06-18loader: Fix DestroyInstanceCourtney Goeltzenleuchter