aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
AgeCommit message (Expand)Author
2015-09-16layers: Fix layer STDOUT loggingTobin Ehlis
2015-09-11layers: Migrate DrawState to new error reporting allowing for callback to sig...Tobin Ehlis
2015-09-10vulkan.h: Change return types of some functions to voidMark Lobodzinski
2015-09-10draw_state: Implement bailout case for one testCourtney Goeltzenleuchter
2015-09-10bug-14538: Remove driver validation checksCourtney Goeltzenleuchter
2015-09-09layers: In DrawState only validate bound VBO index at the time of DrawTobin Ehlis
2015-09-09layers: DrawState fix to prevent false positives when matching PipelineLayoutsTobin Ehlis
2015-09-03layers: If layers receive bad filename for output log, report ERROR and fallb...Tobin Ehlis
2015-09-03layers: Update some layers to avoid repeated call to get_dispatch_key()Tobin Ehlis
2015-09-02Bug 14522: Remove VkAttachmentViewCourtney Goeltzenleuchter
2015-08-27vk_platform: Update to upstream vk_platform.hCourtney Goeltzenleuchter
2015-08-26v156: Bug 14451 - Rename dynamic state objectsCody Northrop
2015-08-26Bug 14406: Add support for front/back stencil reference dynamic stateCody Northrop
2015-08-26Bug 14323: RasterLine and RasterDepthBias changesCody Northrop
2015-08-18tests: Fix tests that re-submit Cmd Buffers w/ ONE_TIME_SUBMIT flagTobin Ehlis
2015-08-18layers: Add validation check to enforce ONE_TIME_SUBMIT of cmd buffersTobin Ehlis
2015-08-14layers: Optimize DrawState when info is not shownMike Stroyan
2015-08-11layers: Don't output DrawState dynamic state info for null handlesMark Lobodzinski
2015-08-07layers: Reenable informational messages in DrawState layerMark Lobodzinski
2015-08-04v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescriptionCody Northrop
2015-08-04v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfoCody Northrop
2015-08-04v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSetsCody Northrop
2015-08-04layers: Fixed formatting error in DrawStateMark Lobodzinski
2015-08-04layers: DrawState validation cases for BeginCommandBufferMark Lobodzinski
2015-07-31Initialize VkDesciptorSet to VK_NULL_HANDLEDana Jansens
2015-07-17layers: In DrawState correctly return rasterSamples count for PSOTobin Ehlis
2015-07-17Windows: more changes for windows compilerTony Barbour
2015-07-17Windows: more fixes for windows compileTony Barbour
2015-07-17Windows: More windows compilier fixesTony Barbour
2015-07-17layers: Fix some failing layer validation testsTobin Ehlis
2015-07-17v127: Use PFN_vkVoidFunction for GetProcAddrCourtney Goeltzenleuchter
2015-07-17v106: Remove optional multisampleEnableCourtney Goeltzenleuchter
2015-07-17v133: eliminate version from extension propertiesCourtney Goeltzenleuchter
2015-07-17v133: Update parameters on CmdPipelineBarrierCourtney Goeltzenleuchter
2015-07-17v133: Update parameter types on CmdWaitEventsCourtney Goeltzenleuchter
2015-07-17icd: Support for command poolsCody Northrop
2015-07-17layers: Various layer fixes to get layer validation tests working with type s...Tobin Ehlis
2015-07-17Bug 14224: Remove abbreviations on some API symbolsTony Barbour
2015-07-17Bug 14248: Add vkFreeDescriptorSetsTony Barbour
2015-07-17Bug 14084 - Object Tracker, Image, Generic layersTony Barbour
2015-07-17layers: Updated DrawState to work with type safety changesTobin Ehlis
2015-07-17layers: Layer updates to get helpers compiling with type safety changesTobin Ehlis
2015-07-17layers: Updated DrawState to use new VkAttachmentView objectTobin Ehlis
2015-07-17update vulkan.h for multi-pass command buffers (V131, #14075)Chia-I Wu
2015-07-10vulkan: Rename bool32_t to VkBool32Courtney Goeltzenleuchter
2015-07-10misc: Support Pipeline caches and multi pipeline create, bug 14033 API changesJon Ashburn
2015-07-09layers: Flag errors in DrawState if Clear or Resolve cmds issued incorrectlyTobin Ehlis
2015-07-09layers: Add DrawState check to warn on Clears prior to Draw cmdsTobin Ehlis
2015-07-07DrawState: Remove the DOT file dumping and GraphViz stuffJon Ashburn
2015-07-07drawstate: Update extension and layer supportCourtney Goeltzenleuchter