aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-31Don't validate memory if used for both input and output.Michael Lentine
2016-03-31Turn off XLIB defineTony Barbour
2016-03-31layers: Fix remaining leak in vkDestroyFramebuffersChris Forbes
2016-03-31layers: Don't leak a VkFramebufferCreateInfo from vkCreateFramebufferChris Forbes
2016-03-31layers: Fix the other half of #212 (bad error)Chris Forbes
2016-03-31layers: Don't stash pointer to caller memory in bound functionChris Forbes
2016-03-31SPIR-V: Update glslang and spriv-tools to latestGregF
2016-03-30winrtinstaller: fix typos in windowsRuntimeInstaller/README.txtDavid Pinedo
2016-03-30layers: GH215 Removes an invalid check in vkCmdBindDescriptorSets()Dominik Witczak
2016-03-30docs: Add OSX and Android build stepsCody Northrop
2016-03-30toolchain: Add Android specific update scriptsCody Northrop
2016-03-30layers: Update descriptor tracking in core_validationTobin Ehlis
2016-03-30#37: vkAcquireNextImageKHR() will no longer treat VK_NULL_HANDLE arg as a val...Dominik Witczak
2016-03-30layers: Build up next layer for compute shader validationChris Forbes
2016-03-30layers: More slight tidying of SC passChris Forbes
2016-03-30layers: Make some SC error reporting slightly less misleadingChris Forbes
2016-03-30layers: Separate out validation of a single pipeline stageChris Forbes
2016-03-30layers: Add device handle in CV layer dataChris Forbes
2016-03-30layers: Remove dead render_pass forward declarationChris Forbes
2016-03-30layers: Reduce noise in string conversion of objectsChris Forbes
2016-03-30layers: remove unused getTIDIndex function and associated dataChris Forbes
2016-03-30layers: LX446, Allow GetDeviceQueue to be called multiple timesMark Lobodzinski
2016-03-30layers: Relax descriptor type match for texel buffers slightlyChris Forbes
2016-03-29layers: GH195 Fix core_validation dynamic state checksTobin Ehlis
2016-03-29winrtinstaller: removed vulkaninfo from RT Start MenuDavid Pinedo
2016-03-29winrtinstaller: convert RT installer log file to asciiDavid Pinedo
2016-03-29layers: Improve core_validation image layout error messageMark Lobodzinski
2016-03-29layers: Michael's fix for uninit'd data in FindLayoutMark Lobodzinski
2016-03-29Remove device from layer_data_map at destroy in parameter_validationTony Barbour
2016-03-29winrtinstaller: Add logging support to Windows Runtime InstallerDavid Pinedo
2016-03-29layers: Get rid of 1K limit on debug message lengthChris Forbes
2016-03-28loader: Fix MSVC post-build event so copy with non-existent dir worksJon Ashburn
2016-03-28layers: Clarify message when query has not been performed.Michael Lentine
2016-03-28Revert "layers: Make layout checks warnings for pass begin."Michael Lentine
2016-03-28layers: update json to 1.0.7Jon Ashburn
2016-03-28header: update to version 1.0.7Jon Ashburn
2016-03-28Merge pull request #201 from critsec/vkjson-build-fixesJesse Hall
2016-03-28demos: Change MSVC proj files to remove PATH and add VK_LAYER_PATHJon Ashburn
2016-03-25cmake: Add post build event for MSVC for vulkan dll copyJon Ashburn
2016-03-25demos: Fix 32-bit Windows compilation problem.Karl Schultz
2016-03-25demos: add missing signal.h to tri.Karl Schultz
2016-03-25demos: Implement --break for cube and tri.Karl Schultz
2016-03-25layers: DL - Get inheritedQueries support from physical device featuresTony Barbour
2016-03-25loader: ghlvl#79, Fix to not report unsupported WSI surface extensions on LinuxJon Ashburn
2016-03-25demos: Simplify vulkaninfo to not enable any extensions.Jon Ashburn
2016-03-25layers: Use vector::resize instead of reserve to avoid portability issue.Karl Schultz
2016-03-25layers: Fix issue when sub-passes have diff attachment count.Mark Young
2016-03-25loader: Fix bugs found in code review.Ian Elliott
2016-03-25cube: Call vkCreateInstance so that it sets up a temporary callback.Ian Elliott
2016-03-25loader: Setup temporary callback for vkDestroyInstanceIan Elliott