platform/upstream/Vulkan-Tools.git
2015-08-04 Cody Northropv142: Bug 14275 - Remove image layouts in VkFramebuffer...
2015-08-04 Cody Northropv140: Bug 14251 - Inconsistencies in the definition...
2015-08-04 Cody Northropv139: Bug 14257 - Remove pCount parameter from vkAllocD...
2015-08-04 Mark Lobodzinskilayers: Fixed formatting error in DrawState
2015-08-04 Mike Stroyanlayers: Fix freed memory use in layer_destroy_msg_callback
2015-08-04 Mark Lobodzinskilayers: DrawState validation cases for BeginCommandBuffer
2015-08-04 Jon Ashburnloader: Remove extension origin and use Vulkan ext...
2015-08-04 Jon Ashburnloader: Make sure layer list from manifest file is...
2015-08-03 Jon Ashburnloader: Move long DEBUG_REPORT comments into debug...
2015-08-03 Jon Ashburnloader: Add accessor functions to add/delete from layer...
2015-08-03 Jon Ashburnloader: Convert layer versions from manifest file to...
2015-08-03 Jon Ashburnloader: Allow null string for CMAKE_INSTALL_PREFIX...
2015-07-31 Dana JansensInitialize VkDesciptorSet to VK_NULL_HANDLE
2015-07-31 Dana JansensCompare the handle object to VK_NULL_HANDLE, not its...
2015-07-31 Jeremy Hayeslayers: Validate renderPass.
2015-07-31 Jon Ashburncmake: Set CMAKE_INSTALL_PREFIX to "" so loader will...
2015-07-31 Mark Lobodzinskilayers: Rework APIDump changes to fix windows compilati...
2015-07-31 GregFdemos: use -o on glslangValidator to allow parallel...
2015-07-31 Jon Ashburnloader: Fix Windows layers json files for backslash...
2015-07-31 David PinedoScreenshot layer: Works on SDK 0.2 branch
2015-07-31 David PinedoObjectTracker Layer: Fix crash on windows in CreateInstance
2015-07-31 Jon Ashburnloader: Fix alloca ro loader_stack_alloc() for Windows
2015-07-31 Tony Barbourloader: get_registry_files needs to parse a list
2015-07-31 Courtney Goeltzenleu... layers: Add separate windows and linux json
2015-07-31 Courtney Goeltzenleu... xchange-94: Use VK_ prefix for environment vars
2015-07-31 Courtney Goeltzenleu... xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME
2015-07-31 Jeremy Hayeslayers: Fix vkGetPipelineCacheSize validation.
2015-07-31 Mark Lobodzinskilayers: Enabled detailed output of void* memBarrier...
2015-07-31 Jeremy Hayeslayers: Fix misc bugs in param checker.
2015-07-31 Jon Ashburnloader: Fix bug in Windows for mod a static string...
2015-07-31 Jon Ashburnloader: fix typo in log message
2015-07-30 Courtney Goeltzenleu... cube: We reuse cmd bufs, so dont do one_time flag
2015-07-29 Courtney Goeltzenleu... bug-14352: Update vulkan.h version
2015-07-29 Courtney Goeltzenleu... bug-14352: Missing size parameter in VkSparseMemoryBindInfo
2015-07-29 Courtney Goeltzenleu... demos: Add dependency for SPIRV shader components
2015-07-29 Courtney Goeltzenleu... bug-14330: Initialize handle on Vulkan objects
2015-07-29 Mark Lobodzinskilayers: Add validation case for mismatched renderpass...
2015-07-29 Courtney Goeltzenleu... WSI: Initialize WSI entry points
2015-07-29 Courtney Goeltzenleu... vulkan: Add vkCmdPushConstants entry point
2015-07-29 Courtney Goeltzenleu... intel: Add support for GetRenderAreaGranularity
2015-07-27 Ian Elliotttri/cube: Correct WSI swapChainPresentMode fallback...
2015-07-27 Chris Forbeslayers: Adjust SC to validate bulk pipeline creation
2015-07-24 James JonesFurther layer search path fix: s/implicit/explict
2015-07-24 Liam MiddlebrookAdded ICD loading path debug messages
2015-07-24 James JonesFix loader paths for "etc" directories.
2015-07-24 James Joneslinux: Fix standard GNU path usage
2015-07-24 Adam Jacksonlinux: Use standard GNU install paths
2015-07-24 Courtney Goeltzenleu... Revert "vulkan: Updated LICENSE.txt with all known...
2015-07-24 David PinedoWindows nulldrv: Add stub for vkGetPhysicalDeviceImageF...
2015-07-24 Courtney Goeltzenleu... loader: Only check 32-bits for magic value
2015-07-24 Jon Ashburnloader: Update the Linux and Windows manifest file...
2015-07-24 Jon Ashburnloader: Change VK_LAYERS_FOLDERS to VK_LAYER_FOLDERS...
2015-07-24 Jon Ashburnloader: Add missing entrypoints CmdPushConstants, GetRe...
2015-07-24 Jon Ashburnmisc: Add vkGetPhysicalDeviceImageFormatProperties...
2015-07-23 Courtney Goeltzenleu... layers: eliminate Windows compiler warning
2015-07-23 Dan GinsburgFix win32 build
2015-07-23 GregFcompiler: upgrade to latest glslang and LunarGLASS...
2015-07-23 Jon Ashburnlayers: update README.md
2015-07-23 Courtney Goeltzenleu... loader: have loader_magic be uintptr_t
2015-07-23 Courtney Goeltzenleu... cube: Add support for debug break
2015-07-23 Courtney Goeltzenleu... loader: Add support for debug break helper
2015-07-23 Courtney Goeltzenleu... loader: Do not include dbg helpers in dispatch
2015-07-22 mschottloader_log: add OutputDebugString("\n");
2015-07-22 Adam Jacksonloader: Fix ICD and layer directory scan order on Linux
2015-07-22 Tony Barbourdemos: Add more validation layers and fix errors/warnings
2015-07-22 Tony Barbourlayers: objtrack has to call destroy in FreeDescriptorSets
2015-07-22 Mark Lobodzinskiheaders: Updated debug object-to-string fcn with missin...
2015-07-22 Mark Lobodzinskilayers: Add destroy_obj calls for ObjectTracker
2015-07-17 Courtney Goeltzenleu... layers: Only verify data ptr not report_data
2015-07-17 Adam Jacksonnulldrv: Link with -Bsymbolic so vkGetDeviceProcAddress...
2015-07-17 Adam Jacksoncmake: Specify -std=c++11
2015-07-17 Adam Jacksoncmake: Don't check for installed glm, it's in-tree
2015-07-17 Piers DaniellMinor SDK-0.2 fixes for "tri"
2015-07-17 Courtney Goeltzenleu... cube: Fill in pPlatformWindow after you have a window
2015-07-17 Courtney Goeltzenleu... cube: set VkAttachmentViewCreateInfo.format
2015-07-17 Courtney Goeltzenleu... cube: Keep track of queue_count in demo structure
2015-07-17 Jon Ashburnloader: Switch to using layer manifest file info for...
2015-07-17 Tobin Ehlislayers: In DrawState correctly return rasterSamples...
2015-07-17 Mark Lobodzinskivulkan: Updated LICENSE.txt with all known license...
2015-07-17 Jon Ashburnloader:Remove dead code involving layer library queries...
2015-07-17 Jon Ashburnloader: Update loader readme and add ICD/ layer discove...
2015-07-17 Jon Ashburnloader: Use GetInstanceProcAddr rather than dlsym for...
2015-07-17 Jon Ashburnicd: Generate vkInstanceProcAddr with real entrypoints
2015-07-17 Courtney Goeltzenleu... loader: use VkDevice when initializing device table
2015-07-17 Cody Northropdemos: Set size of uniform buffer in cube
2015-07-17 Courtney Goeltzenleu... demos: Remove reference to undefined variable
2015-07-17 Courtney Goeltzenleu... misc: Create new glslang directory if needed
2015-07-17 Ian ElliottUpdated BUILD.md to ref the specs on how the loader...
2015-07-17 Courtney Goeltzenleu... bug-14282: remove const
2015-07-17 Tony BarbourClean up warnings from release build
2015-07-17 Courtney Goeltzenleu... mem_tracker: Use device object for dispatch tables
2015-07-17 Courtney Goeltzenleu... mem_tracker: Don't try to copy data if none available
2015-07-17 Tony BarbourWindows: Clean up more compiler errors and warnings
2015-07-17 Tony BarbourWindows: more changes for windows compiler
2015-07-17 Tony BarbourWindows: more fixes for windows compile
2015-07-17 Tony BarbourWindows: More windows compilier fixes
2015-07-17 Tony Barbourwindows: clean up windows compile issues
2015-07-17 Jeremy Hayeslayers: Remove dead code.
2015-07-17 Tobin Ehlislayers: In MemTracker remove non-intercepted WSI funcs...
2015-07-17 Courtney Goeltzenleu... vulkan: Fix definition of LayerProperties
next