aboutsummaryrefslogtreecommitdiff
path: root/layers/core_validation.h
AgeCommit message (Expand)Author
2016-06-20layers: Get rid of fence->swapchain linkChris Forbes
2016-06-20layers: Rework fence state trackingChris Forbes
2016-06-20layers: Remove some MT leftoversChris Forbes
2016-06-13layers: Fix mistracking of semaphores associated with submissionsChris Forbes
2016-06-13layers: Add members to FENCE_NODE and QUEUE_NODE to hold the handlesChris Forbes
2016-06-02layers: Migrate DESCRIPTOR_POOL_NODE to type headerTobin Ehlis
2016-05-23layers: Fix query tracking across multiple command buffers on the same queueMichael Lentine
2016-05-23layers: Fix event tracking to differentiate reading and writingMichael Lentine
2016-05-23layers: Add getPipelineLayout helper, use itChris Forbes
2016-05-20layers: GH7, Fix bad var names in core_validationMark Lobodzinski
2016-05-19layers: Migrate types from core_validation.hTobin Ehlis
2016-05-18layers: GH544 Allow INVALID cmd buffers to be resetTobin Ehlis
2016-05-16layers: Track dynamic descriptor offsets per set indexChris Forbes
2016-05-16layers: Move `fb` from RENDER_PASS_NODE to GLOBAL_CB_NODEChris Forbes
2016-05-16layers: Add PIPELINE_LAYOUT_NODE * to PIPELINE_NODEChris Forbes
2016-05-16layers: Add RENDER_PASS_NODE* to PIPELINE_NODE*Chris Forbes
2016-05-11layers:LX#470 Fix poor use of hex vs dec outputMark Mueller
2016-05-11layers: Hold active RENDER_PASS_NODE rather than VkRenderPass in CB nodeChris Forbes
2016-05-11layers: Add VkRenderPass member to RENDER_PASS_NODEChris Forbes
2016-05-11layers: have PIPELINE_LAYOUT_NODE hold ptrs to descriptor set layoutsChris Forbes
2016-05-10layers: Update fence to track all queues associated with itTobin Ehlis
2016-05-05layers: Kill SET_NODE construct and just use DescriptorSet classTobin Ehlis
2016-05-05layers: Rearchitect Descriptor Set validation codeTobin Ehlis
2016-05-05layers: Avoid dereferencing outside array for missing color attachmentChris Forbes
2016-04-26layers: Break out VkDescriptorSetLayout code into its own classTobin Ehlis
2016-04-21layers: Fix cmd buffer tracking.Michael Lentine
2016-04-21layers: Cleanup core_validation fence trackingTobin Ehlis
2016-04-20layers: GH384 Fix descriptor update check for immutable samplersTobin Ehlis
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn
2016-04-19layers: LX468, Prevent bad core_validation error messageMark Lobodzinski
2016-04-14layers: replace remaining set with unordered_setChris Forbes
2016-04-13layers: Fix comment indentation & remove tabsTobin Ehlis
2016-04-13layers: Fix vkCreateDescriptorPool max allocation sizes for each typeNorbert Nopper
2016-04-12layers: Clean up semaphore state in core_validationTobin Ehlis
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-06layers: Fix unsafe bool mix warningsDustin Graves
2016-04-04layers: Clean up PIPELINE_NODE using safe_structTobin Ehlis
2016-04-04layers: Fix MSVS noexcept warning in core_validation.Jamie Madill
2016-04-04layers: Removed duplicate dynamicOffsets from core_validationTobin Ehlis
2016-04-01layers: LX414: Fix device_limits alignment checkDustin Graves
2016-04-01layers: Fix VS2013 buildDustin Graves
2016-04-01layers: Replace GLOBAL_CB_NODE::pMemObjList with unordered_setChris Forbes
2016-04-01layers: Replace DEVICE_MEM_INFO::pCommandBufferBindings withChris Forbes
2016-04-01layers: Replace DEVICE_MEM_INFO::pObjBindings with unordered_setChris Forbes
2016-04-01layers: Get rid of DEVICE_MEM_INFO::refCountChris Forbes
2016-03-31layers: GH218 Reset availableSets count in vkResetDescriptorPoolTobin Ehlis
2016-03-30layers: Update descriptor tracking in core_validationTobin Ehlis
2016-03-29layers: GH195 Fix core_validation dynamic state checksTobin Ehlis
2016-03-25layers: Replace ptr-to-ptr descriptor data struct with vectorTobin Ehlis