platform/upstream/Vulkan-Tools.git
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
2015-06-18 Jon Ashburnlayers: Use objects dispatch table for key to layer...
2015-06-18 Jon Ashburnmisc: Loader and Layers move device chain activation...
2015-06-18 Jon Ashburnloader: Move lookup of icd entrypoints to CreateInstanc...
2015-06-18 Jon Ashburnlayers: Fix rebase issues
2015-06-18 Jon Ashburnloader: Activate layers on the instance chain at Create...
2015-06-18 Jon Ashburnlayers: Use the instance chain for entrypoints with...
2015-06-18 Jon Ashburnloader: Remove unused icd/gpu_index from layer find...
2015-06-18 Jon Ashburnlayers: Add initialization of instance dispatch table
2015-06-18 Jon Ashburnlayers: Remove unused layer dispatch lookup generation
2015-06-18 Jon Ashburnlayers: Remove the layer intercept proc generated header
2015-06-18 Jon Ashburnlayers: Add GetInstanceProcAddr() to all layers
2015-06-18 Jon Ashburnloader: Make VkInstance a dispatchable object and init...
2015-06-17 Cody Northropdemos: Add --use_glsl option for GLSL, use SPIR-V by...
2015-06-17 Cody Northropcmake: Fix missing dependency in layers for Windows
2015-06-17 Cody Northropdemos: stop using gl_FragColor
2015-06-17 Cody Northroptoolchain: Update to glslang 31490 and LunarGLASS 1091
2015-06-17 Chris Forbescube: Use render pass load ops for color clear
2015-06-16 Mike Stroyandemos: use PRINTF_SIZE_T_SPECIFIER in vulkaninfo
2015-06-16 Mike Stroyandemos: cube: use RGBA texture format uniformly
next