aboutsummaryrefslogtreecommitdiff
path: root/layers
AgeCommit message (Expand)Author
2016-03-31Don't validate memory if used for both input and output.Michael Lentine
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-30layers: GH215 Removes an invalid check in vkCmdBindDescriptorSets()Dominik Witczak
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-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-29layers: Get rid of 1K limit on debug message lengthChris Forbes
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-25layers: DL - Get inheritedQueries support from physical device featuresTony Barbour
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-25layers: Replace ptr-to-ptr descriptor data struct with vectorTobin Ehlis
2016-03-25layers: Add check for renderArea being within framebuffer bounds.Michael Lentine
2016-03-25layers: LX453 fix typo in output message.Karl Schultz
2016-03-25layers: Make layout checks warnings for pass begin.Michael Lentine
2016-03-25layers: Update layout mismatch message to provide more detail.Michael Lentine
2016-03-24layers: Migrate active_sets to active_slotsTobin Ehlis
2016-03-24layers: Fix layout transitions for combined aspect masks.Michael Lentine
2016-03-24layers: Additional mutex fixesMark Lobodzinski
2016-03-24layers: GH177 Fix deadlocksTobin Ehlis
2016-03-24layers: fix bad api versionJon Ashburn
2016-03-24GH171: Fix compiler warningCourtney Goeltzenleuchter
2016-03-24layers: remove weird double assignment to pAttachmentsChris Forbes
2016-03-24layers: LX450, Tighten up queueFamilyIndex validation, fix crashMark Lobodzinski
2016-03-24layers: Merge renderpass maps in core_validationTobin Ehlis
2016-03-24layers: Merge framebuffer maps in core_validationTobin Ehlis
2016-03-23layers: LX448, Prevent descriptorSetCount overflow in core_validationMark Lobodzinski
2016-03-23layers: Fix AV in core_validatonMark Lobodzinski
2016-03-23layers: Fix up MTMERGE in CV layer to allow disabling mem_tracker validationMark Lobodzinski
2016-03-23layers: GH117: Change warning to an error.Ian Elliott
2016-03-23layers: GH117: swapchain layer warns if app uses neither semaphore nor fence.Ian Elliott
2016-03-22misc: Update to header version 1.0.6Jon Ashburn