aboutsummaryrefslogtreecommitdiff
path: root/layers/core_validation.h
AgeCommit message (Expand)Author
2016-08-23layers: Migrate PIPELINE_NODE to core_validation_types.hTobin Ehlis
2016-08-18layers: Rework work trackingChris Forbes
2016-08-10layers: GH790, Validate queue family at submit-timeMark Lobodzinski
2016-08-01layers: Drop QUEUE_NODE::deviceChris Forbes
2016-08-01layers: Add plumbing for descriptor requirementsChris Forbes
2016-07-13layers: Add binding between cmd buffer and pipelineTobin Ehlis
2016-07-07layers: Update layout compatibility to use stored stateTobin Ehlis
2016-07-07layers: Rename varsTobin Ehlis
2016-07-07layers: Simplify PIPELINE_LAYOUT_NODETobin Ehlis
2016-07-07layers: Store PIPELINE_LAYOUT_NODE directly in PIPELINE_NODETobin Ehlis
2016-07-07layers: Rename pipelineLayout to pipeline_layoutTobin Ehlis
2016-07-06layers: GH690 Save renderPass create info in PSOTobin Ehlis
2016-06-29layers: Add GetPhysDevQueueFamilyProps to CVMark Lobodzinski
2016-06-29layers: Move phys dev call state structs to CVMark Lobodzinski
2016-06-28layers: Refactor framebuffer look-upTobin Ehlis
2016-06-28layers: Make FB node inherit from BASE_NODETobin Ehlis
2016-06-23layers: Move CMD_POOL_INFO to header, rename, add helperChris Forbes
2016-06-23layers: Clean up frameBuffer mapTobin Ehlis
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