aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
AgeCommit message (Expand)Author
2015-10-26draw_state: Remove obsolete checkCourtney Goeltzenleuchter
2015-10-26bug-14827: Remove DescriptorInfo unionCourtney Goeltzenleuchter
2015-10-26bug-14258: Make descriptor pools and command pools more consistentCourtney Goeltzenleuchter
2015-10-23bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferViewCourtney Goeltzenleuchter
2015-10-23bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlagsCourtney Goeltzenleuchter
2015-10-23misc: Change clear rectangle to include array layer/countCourtney Goeltzenleuchter
2015-10-23WIP bug-14815: VkShaderStageCourtney Goeltzenleuchter
2015-10-23bug-14746: add batched submit for semaphores and command buffersCourtney Goeltzenleuchter
2015-10-23bug-14580: add dataSize to vkGetPipelineCacheDataCourtney Goeltzenleuchter
2015-10-23bug-14531: Expand tess abbreviation to tessellationCourtney Goeltzenleuchter
2015-10-23bug-14291: combine color and depth/stencil clearsCourtney Goeltzenleuchter
2015-10-22layers: Remove mid() & mdd() functions from DrawStateTobin Ehlis
2015-10-22layers: Add DrawState check for DescriptorSet availability in PoolTobin Ehlis
2015-10-22layers: DrawState layout tracking improvementsTobin Ehlis
2015-10-22layers: Added TODO comments to DrawState for missing validation checksTobin Ehlis
2015-10-22layers: Fix indices in DrawState error messageTobin Ehlis
2015-10-22layers: Comment in DrawState for missing validation of DescriptorPool size limitTobin Ehlis
2015-10-16layers: LX161, validate attachment references in subpassesMark Lobodzinski
2015-10-16layers: LX160, Validate Descriptor Set Image AspectsMark Lobodzinski
2015-10-15Add subpass dependency validation.Michael Lentine
2015-10-15layers: LX159, validate all descriptorSets in arrayMark Lobodzinski
2015-10-08layers: clean up includesCourtney Goeltzenleuchter
2015-10-08layers: Add DEBUG_OUTPUT support to draw_stateCourtney Goeltzenleuchter
2015-10-08layers: Add DrawState check to flag error on vkFreeDescriptorSets from ONE_SH...Tobin Ehlis
2015-10-08layers: Migrate DrawState global data structs to layer_data structTobin Ehlis
2015-10-08layers: DrawState migrate device and instance dispatch tables into layer data...Tobin Ehlis
2015-10-07layers: Remove obsolete dbg message logging headerJon Ashburn
2015-10-02layers: Add DrawState checks for dynamically set Viewport and ScissorsTobin Ehlis
2015-10-02layers: Drawstate verify viewport and scissor state at PSO creation timeTobin Ehlis
2015-10-01layers: Validation -- updated layer validation doc fileMark Lobodzinski
2015-10-01layers: Validate draw commands appropriately inside/outside render passMark Lobodzinski
2015-10-01layers: Fix DrawState to correctly handle dynamic state from PSO and CmdSet* ...Tobin Ehlis
2015-10-01layers: DrawState allows callback to set fail on DescriptorType mismatchTobin Ehlis
2015-09-30layers: DrawState handles dynamic state set via PSOTobin Ehlis
2015-09-28layers: Add constructors for layer_dataCody Northrop
2015-09-25layers: LunarXChange #123 fix - Validate Update/FillBuffer outside RPMark Lobodzinski
2015-09-23bug-14715: DrawIndirect fixCourtney Goeltzenleuchter
2015-09-23layers: release mutex in DrawStateMike Stroyan
2015-09-23bug-14365: add dynamic state to PSOCourtney Goeltzenleuchter
2015-09-23bug 14365: make separate viewport and scissor cmdsCourtney Goeltzenleuchter
2015-09-23bug 14365: replace dynamic state objectsCourtney Goeltzenleuchter
2015-09-22layers: make DrawState globals staticMike Stroyan
2015-09-21Finished migration of validation checks out of cmd_pipeline.cTobin Ehlis
2015-09-21layers: Add Idx buffer alignment check to DrawStateTobin Ehlis
2015-09-21Remove old checks from pipeline.c and verify that they're handled in validationTobin Ehlis
2015-09-17layers: Update DrawState array of PIPELINE_NODEs to be vectorTobin Ehlis
2015-09-17Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfoCourtney Goeltzenleuchter
2015-09-17Bug 14643: use VkClearDepthStencilValueCourtney Goeltzenleuchter
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-17layers: Update DrawState to handle creation of multiple gfx pipelinesTobin Ehlis