aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-16demos: Put smoketest exe in same dir as cube and triTony Barbour
2016-03-16layers: Replace draw_state and mem_tracker with core validationMark Lobodzinski
2016-03-15cmake: Find spirv/glslang dependenciesDustin Graves
2016-03-15winrtinstaller: Install both x86 and x64 redist's if either is not installedDavid Pinedo
2016-03-15layers: Add some defensive code to core_validationTobin Ehlis
2016-03-15cmake: Fix windows debug build for large object filesMark Lobodzinski
2016-03-15layers: Fix crash in core_validation layerMark Lobodzinski
2016-03-15layers: Add json files for core_validation layerMark Lobodzinski
2016-03-15layers: Fix core_validation compilation errorMark Lobodzinski
2016-03-15layers: Merge mem_tracker and draw_state layers into core_validation layerTobin Ehlis
2016-03-15layers: GH130 Fix to correctly get type/flags from set bindingTobin Ehlis
2016-03-15winrtinstaller: Verify vulkan-1-*dll has correct file name formatDavid Pinedo
2016-03-15layers: PR118, Remove erroneous validation error from swapchainszdarkhack
2016-03-15layers: GH132 Event handle should be printed as a hexadecimal valueDominik Witczak
2016-03-15android: Fix android buildTobin Ehlis
2016-03-15layers: draw state image/layout cleanupDustin Graves
2016-03-14layers: Change header path for spirv.h in draw_stateJon Ashburn
2016-03-14#include formatting changes for relative look-up.Aaron Karp
2016-03-14demos: Fix typo in tri.c that prevented validate arg from working correctlyMark Lobodzinski
2016-03-11layers: Add pNext parameter checkingDustin Graves
2016-03-11loader: make sure createDevice uses ICDs physicalDeviceJon Ashburn
2016-03-11spirv: Pick up SPIRV-Tools fix for version generation script.Karl Schultz
2016-03-11loader: Fix cmake on win for list of normal and opt sourcesJon Ashburn
2016-03-11layers: GH67: Add missing mem_tracker interception for vkCmdBlitImage() callsDominik Witczak
2016-03-11layers: Fix overlapping attachment aliasing dependency check in draw_stateMichael Lentine
2016-03-11layers: Enfoce that unique objects if enabled happens before draw_state in th...Michael Lentine
2016-03-10layers: Fix draw_state handling of special image layouts in CmdPipelineBarrierMark Lobodzinski
2016-03-10loader: fix cmake file so it doesn't always build loader with DEBUGDavid Pinedo
2016-03-10layers: Fix helper script to not dereference strings with a NULL pointer.Jon Ashburn
2016-03-10layers: Update layer validation details documentMark Lobodzinski
2016-03-10layers: GH99 Track all command buffers submitted at once at the same time.Michael Lentine
2016-03-10layers: GH96 Fix error messages for bad layoutTobin Ehlis
2016-03-10layers: GH98 Only check fence in-use once per QueueSubmitTobin Ehlis
2016-03-10docs: Update README.mdJon Ashburn
2016-03-10Update BUILD.mdKarl Schultz
2016-03-09Update CONTRIBUTING.mdKarl Schultz
2016-03-09layers: GH94 Correctly map bindingToIndex in draw_state (thanks @baldurk)Tobin Ehlis
2016-03-09Update CONTRIBUTING.mdKarl Schultz
2016-03-09layers: Add checking for may alias bit.Michael Lentine
2016-03-09layers: Format updates for attachments overlapping memory code in draw_stateMichael Lentine
2016-03-09layers: Lighten object tracker slightlyChris Forbes
2016-03-09layers: Remove documentation for now-defunct check "FS_MIXED_BROADCAST"Tobin Ehlis
2016-03-09layers: Add descriptor type matching to DrawStateChris Forbes
2016-03-08layers: clang-format layers directoryJon Ashburn
2016-03-08layers: Add string array parameter checkingDustin Graves
2016-03-08layers: Remove redundant/unused param checker codeDustin Graves
2016-03-08layers: LX430, Modfiy object_tracker to handle multiple instancesMark Lobodzinski
2016-03-08layers: GH83 Fix updates of copies descriptor sets in draw_stateTobin Ehlis
2016-03-08layers: Fix layer documentation so that it can be auto-validatedTobin Ehlis
2016-03-08layers: Count attachments as the same if they have overlapping memory.Michael Lentine