aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-28layers: Correct names of settings api_dump looks for in vk_layer_settings.Mark Young
2016-01-28loader: Fix 32-bit loader exception when layers enabled for Vulkan apps.Mark Young
2016-01-28layers: Fix 32-bit Win compilation issue in swapchain layer.Mark Young
2016-01-28Swapchain: Add Google copyrightIan Elliott
2016-01-28Swapchain: Fix typoIan Elliott
2016-01-28Swapchain: Ensure Destroy{Device|Surface}() don't core dump.Ian Elliott
2016-01-28Swapchain: Validating supported surface for presenting with a queue.Ian Elliott
2016-01-28Swapchain: vkDestroyInstance check if child objects were destroyed.Ian Elliott
2016-01-28Swapchain: Check "compatible" pAllocator for creation/destruction.Ian Elliott
2016-01-28Swapchain: Keep/check relationships between surfaces and swapchains.Ian Elliott
2016-01-28Swapchain: Validate that queueFamilyIndex is within bounds.Ian Elliott
2016-01-28Swapchain: Add TODOs for difficult-to-do validity language.Ian Elliott
2016-01-28Swapchain: Check that pCreateInfo->compositeAlpha has one bit set.Ian Elliott
2016-01-28Swapchain: Check that pCreateInfo->preTransform has one bit set.Ian Elliott
2016-01-28Swapchain: Start keeping better track of surface-queueFamilyIndices.Ian Elliott
2016-01-28Swapchain: Match validity rules for pCreateInfo->imageUsage.Ian Elliott
2016-01-28misc: Update BUILD.md to point to latest ImageMagick.Mark Young
2016-01-28layers: Fix 32-bit compilation warnings/errors introduced last night.Mark Young
2016-01-27layers: MR172, Add draw_state cmdbuffer lifetime checks to cmd pool destructionMichael Lentine
2016-01-27layers: MR171, Validate pool cannot be reset when buffer in use in draw_stateMichael Lentine
2016-01-27layers: MR170, Validate queue paramters when getting a queue in param_checkerMichael Lentine
2016-01-27layers: MR169, Validate queueCount in param_checkerMichael Lentine
2016-01-27layers: MR168, Validate queue priority between 0 and 1 in param_checkerMichael Lentine
2016-01-27layers: MR167, Make sure queueCount is non-zero in param_checkerMichael Lentine
2016-01-27layers: MR166, Avoid duplicate queueFamilyIndices in param_checkerMichael Lentine
2016-01-27layers: MR160, Fix Android buildCody Northrop
2016-01-27vktrace: fixes to allow vktrace/replay to work with HologramKarl Schultz
2016-01-27layers: MR159, Add helper to get the value of an assumed integral constantChris Forbes
2016-01-27layers: MR159/LX309/LX310/LX304, Fix handling of OpTypeArray size in DrawStateChris Forbes
2016-01-27layers: MR159, Collect offsets of instructions producing constantsChris Forbes
2016-01-27layers: MR159, Rename get_type_def, type_def_indexChris Forbes
2016-01-27windowsrtinstaller: Removed unneeded UNINSTALL reg valuesDavid Pinedo
2016-01-27loader: Fix createInstance to pass pAllocator downJon Ashburn
2016-01-26loader: Don't have createInstance terminator code write the instanceJon Ashburn
2016-01-26loader: Moved missing #define needed by aligned_alloc.Mark Young
2016-01-26layers: LX308, CreateGraphics/ComputePipelines support for multiple pipelinesMark Lobodzinski
2016-01-26loader: Fixed missing #define needed by aligned_alloc.Mark Young
2016-01-26loader: Update Windows uninstall to remove 32-bit vulkaninfo.Mark Young
2016-01-26loader: Removed CMake 2.8 files which broke CMake 3.x.Mark Young
2016-01-26loader: Fixed issue with Linux when ImageMagick-5 installed.Mark Young
2016-01-26loader: Further ImageMagick detection fixMark Young
2016-01-26FIXES: Fixed ImageMagick-6 detection with modified FindImageMagic.cmake fileMark Young
2016-01-26Fixes: Added missing newline after merge.Mark Young
2016-01-26fixed typoDerrick Owens
2016-01-26added gcc versions of aligned mallocDerrick Owens
2016-01-26fixed custom allocator aligned memory allocations in tri sample.unknown
2016-01-25FIXES: Non-MSVC compilers on Windows were failing.Mark Young
2016-01-25BUILD: Modified CMake ImageMagick detection logic to work with CMake 2.8.Mark Young
2016-01-25BUILD: Have git ignore the new build32 folder.Mark Young
2016-01-25SAMPLES: Fixed memory leak in of presentMode data.Mark Young