aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-27layers: Move image-not-acquired etc from swapchain to core validationChris Forbes
2016-09-27layers: Add tracking of acquired state to Core ValidationChris Forbes
2016-09-27layers: Add IMAGE_NODE::acquired flagChris Forbes
2016-09-27layers: Move ACQUIRE_NO_SYNC check from Swapchain to Core ValidationChris Forbes
2016-09-26loader: gh971 EnumPhysDev return VK_INCOMPLETEMark Young
2016-09-26build: Enable parallel windows buildMike Stroyan
2016-09-26build: Make windows build of demos parallel build safeMike Stroyan
2016-09-26build: Fix parallel build of layersMike Stroyan
2016-09-26build: Fix ImageMagick_Magick++ searchMike Stroyan
2016-09-26build: UNSET cache variables for FIND_IMAGEMAGICK_APIMike Stroyan
2016-09-26layers: Remove spurious using BASE_NODE::*.Chris Forbes
2016-09-26layers: Get rid of some junk in RENDER_PASS_NODE::ctorChris Forbes
2016-09-26layers: Explicitly delete IMAGE_NODE, BUFFER_NODE copy constructorsChris Forbes
2016-09-23layers: Fix VerifyCopyUpdateContents on combined image sampler descriptorsAlex Smith
2016-09-23layers: Prevent reading uninitialized "count" when validating array parametersJózef Kucia
2016-09-23android: Add Android and C++ support to a couple filesCody Northrop
2016-09-23demos: Enable arm64 build of SmokeCody Northrop
2016-09-23demos: Update Smoke permissions for trace/replayCody Northrop
2016-09-23demos: Fix Smoke build for AndroidCody Northrop
2016-09-23demos: Update gradle properties for smokeCody Northrop
2016-09-23demos: Update smoke build script to be automatableCody Northrop
2016-09-23toolchain: Use multiple processes to build glslangCody Northrop
2016-09-22layers: Distinguish never-bound from un-bound memory casesTobin Ehlis
2016-09-22demos: Change cube to use FIFO present modeTony Barbour
2016-09-22demos: Update Android documentationCody Northrop
2016-09-22demos: Give Cube and Tri distinct app namesCody Northrop
2016-09-22demos: Clean up APK creation for cube and triCody Northrop
2016-09-22layers: Clean up no memory bound checksTobin Ehlis
2016-09-22layers: Verify memory is bound to images used to update descriptorsTobin Ehlis
2016-09-22layers: A few minor clean-ups from code reviewTobin Ehlis
2016-09-22layers: Add in-use check at DestroyImage() timeTobin Ehlis
2016-09-22layers: Add in-use check for renderPassTobin Ehlis
2016-09-22layer: Add in-use validation for imageViewTobin Ehlis
2016-09-22layers: Add in-use check for imageViewTobin Ehlis
2016-09-22layers: Add binding for framebuffer childrenTobin Ehlis
2016-09-22layers: Add support code to handle in_use for missing objectsTobin Ehlis
2016-09-22layers: Update BufferView state trackingTobin Ehlis
2016-09-22layers: Update ImageView state trackingTobin Ehlis
2016-09-22layers: Clean up in-use decrement for bound objectsTobin Ehlis
2016-09-22layers: Clean up in-use increment for bound objectsTobin Ehlis
2016-09-22layers: Fix tracking of WSI fence retirementChris Forbes
2016-09-22layers: Extract RetireFence helper from WaitForFences/GetFenceStatus.Chris Forbes
2016-09-20demos: Use ownership barriers for separate queues in cubeTony Barbour
2016-09-20demos: Use queue search from spec exampleTony Barbour
2016-09-20loader: More changes for gh181Mark Young
2016-09-19loader: Fixes for ICD vk{Create|Destroy}SurfaceKHRPiers Daniell
2016-09-19loader: gh181 use ICD for SurfaceKHRMark Young
2016-09-19unique_object: Remove unneccessary code.Mark Young
2016-09-18GH-951 Fixed consistency issue with mip size calculationsGregory Mitrano
2016-09-18GH-951 - Improve validation for minImageTransferGranularityGregory Mitrano