aboutsummaryrefslogtreecommitdiff
path: root/layers
AgeCommit message (Expand)Author
2016-04-18layers: swapchain - use std mutexJeremy Hayes
2016-04-18layers: object_tracker - use std mutexJeremy Hayes
2016-04-18layers: threading - use std mutexJeremy Hayes
2016-04-18layers: image - use std mutexJeremy Hayes
2016-04-18layers: Correctly remove secondary cmd buffers from in-flightTobin Ehlis
2016-04-18layers: Fix vkResetDescriptorPoolTobin Ehlis
2016-04-15layers: Update JSON files to 1.0.10Jon Ashburn
2016-04-14layers: Fix 32-bit VS2013 buildDustin Graves
2016-04-14layers: Fix lx474 by adding image extent = 0 validation check.Mark Young
2016-04-14layers: Overhaul unique_objectsTobin Ehlis
2016-04-14layers: Remove error when only implicit dependencies are used.Michael Lentine
2016-04-14layers: Validate ONE_TIME_SUBMIT for secondary cmd buffersTobin Ehlis
2016-04-14layers: Update core_validation to fix lx265.Mark Young
2016-04-14layers: lx464 Add drawtime validation of bound buffer memory.Mark Young
2016-04-14layers: lx465 update core_validation image layout warning.Mark Young
2016-04-14layers: LX466. Resolution of "Typo in validation layer", human spell checker ...Mark Mueller
2016-04-14layers: Fix windows buildMark Lobodzinski
2016-04-14layers: GH337 Track fence from vkQueueBindSparseTobin Ehlis
2016-04-14layers: replace remaining set with unordered_setChris Forbes
2016-04-14layers: only construct stringstreams in error pathsChris Forbes
2016-04-13layers: Validate correct vkSetEvent() useTobin Ehlis
2016-04-13layers: Change access bit checks to warnings.Michael Lentine
2016-04-13layers: Fix comment indentation & remove tabsTobin Ehlis
2016-04-13layers: cv: get rid of device-scoped current renderpass trackingChris Forbes
2016-04-13layers: Fix vkCreateDescriptorPool max allocation sizes for each typeNorbert Nopper
2016-04-13Revert "layers: LX459,GH#99,#100, Fix semaphore reference count"Tobin Ehlis
2016-04-12layers: Clean up semaphore state in core_validationTobin Ehlis
2016-04-12layers: Cleanup of various cmd buffer functions in core_validationTobin Ehlis
2016-04-12layers: Cleanup core_validation physical device properties structsTobin Ehlis
2016-04-11layers: renderpass compatibility: there is only one d/s attachmentChris Forbes
2016-04-08layers: Use real enum value for alignment checks in device_limitsChris Forbes
2016-04-08build: rename layers utils lib and fix Windows CMake codeKarl Schultz
2016-04-07build: Fix whitespaceKarl Schultz
2016-04-07layers: GH241 vkSetEvent should affect queue stageMasksTobin Ehlis
2016-04-07layers: INVALID_ATTACH_COUNT -> INVALID_ATTACHMENT_COUNTKarl Schultz
2016-04-07MR 289: layers: Changed other text/variables from "owned" to "acquired".Ian Elliott
2016-04-07MR 289: layers: Change the test about "too many images".Ian Elliott
2016-04-07layers: Don't exceed max allowed color attachments.Michael Lentine
2016-04-06layers: Move call to validateCommandBuffersNotInUse inside lockTony Barbour
2016-04-06layers: Fix 32-bit Windows buildDustin Graves
2016-04-06layers: Ensure bind point for subass is graphics.Michael Lentine
2016-04-06layers: Fix MSVS value truncation warningDustin Graves
2016-04-06layers: Remove plumbing through of unused dispatchable object through MTChris Forbes
2016-04-06layers: Merge binding maps into image and buffer mapsTobin Ehlis
2016-04-06layers: Insist on each shader's stage being unique in a pipelineChris Forbes
2016-04-06Validate attachment index is in range.Michael Lentine
2016-04-06layers: Implement relaxed vec-vec and vec-scalar matching rulesChris Forbes
2016-04-06layers: Explicit VK_TRUE/VK_FALSE checksDustin Graves
2016-04-06layers: Fix unsafe bool mix warnings (part 2)Dustin Graves
2016-04-06layers: Fix unsafe bool mix warningsDustin Graves