aboutsummaryrefslogtreecommitdiff
path: root/layers/param_checker.cpp
AgeCommit message (Expand)Author
2015-10-23WIP bug-14815: VkImageAspectCourtney Goeltzenleuchter
2015-10-23bug-14746: add batched submit for semaphores and command buffersCourtney Goeltzenleuchter
2015-10-23Bug 14621: Change vkGet* functions to not return VkResultCourtney Goeltzenleuchter
2015-10-23bug-14580: add dataSize to vkGetPipelineCacheDataCourtney Goeltzenleuchter
2015-10-23misc: make enum boundary names consistentCourtney Goeltzenleuchter
2015-10-23misc: Remove WRITE_COMBINEDCourtney Goeltzenleuchter
2015-10-23bug-14646: remove VK_SUBPASS_DESCRIPTION_NO_OVERDRAW_BITCourtney Goeltzenleuchter
2015-10-23bug-14084: Replace abbreviations in VkQueryPipelineStatisticFlagsCourtney Goeltzenleuchter
2015-10-23bug-14531: Expand tess abbreviation to tessellationCourtney Goeltzenleuchter
2015-10-23bug-14291: combine color and depth/stencil clearsCourtney Goeltzenleuchter
2015-10-08layers: clean up includesCourtney Goeltzenleuchter
2015-10-08layers: Add DEBUG_OUTPUT support to param_checkerCourtney Goeltzenleuchter
2015-10-08Only check LogicOp if it is enabled.Michael Lentine
2015-10-02Only check blend state if blend is enabled.Michael Lentine
2015-10-02Add basic validation for the shader module.Michael Lentine
2015-09-28layers: Add constructors for layer_dataCody Northrop
2015-09-23bug-14715: DrawIndirect fixCourtney Goeltzenleuchter
2015-09-23bug 14365: make separate viewport and scissor cmdsCourtney Goeltzenleuchter
2015-09-23bug 14365: replace dynamic state objectsCourtney Goeltzenleuchter
2015-09-17Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfoCourtney Goeltzenleuchter
2015-09-17bug 14437: Remove VK_PIPELINE_STAGE_TRANSITION_BITCourtney Goeltzenleuchter
2015-09-17Bug 14643: use VkClearDepthStencilValueCourtney Goeltzenleuchter
2015-09-17bug-14538: Remove validation error codesCourtney Goeltzenleuchter
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-16layers: Fix layer STDOUT loggingTobin Ehlis
2015-09-15bug-14583: Remove the unneeded vkBufferViewTypeCourtney Goeltzenleuchter
2015-09-15vulkan: Add missing _BIT to some bitfield enums.Courtney Goeltzenleuchter
2015-09-15Bug 12998: change ImageSubresourceRange's aspect to aspectMaskCourtney Goeltzenleuchter
2015-09-11bug 14530: Remove IMAGE_CREATE_INVARIANT_DATA_BITCourtney Goeltzenleuchter
2015-09-11Bug 14587: Rename flags: XXX_CREATE_SPARSE_BITCourtney Goeltzenleuchter
2015-09-11Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BITCourtney Goeltzenleuchter
2015-09-11bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BITCourtney Goeltzenleuchter
2015-09-11bug 14541: rename VkTexAddress to VkTexAddressModeCourtney Goeltzenleuchter
2015-09-11bug 14537: Improve VkImageFormatPropertiesCourtney Goeltzenleuchter
2015-09-10vulkan.h: Change return types of some functions to voidMark Lobodzinski
2015-09-10layers: Add note about vkCreateDevice behaviorCourtney Goeltzenleuchter
2015-09-10bug-14538: Remove driver validation checksCourtney Goeltzenleuchter
2015-09-09vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139Mark Lobodzinski
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 14517: Rename cs parameter to stageCourtney Goeltzenleuchter
2015-09-02Bug 14522: Remove VkAttachmentViewCourtney Goeltzenleuchter
2015-08-26v156: Bug 14451 - Rename dynamic state objectsCody Northrop
2015-08-26Bug 14474: Remove *_USAGE_GENERALCody Northrop
2015-08-26Bug 14406: Add support for front/back stencil reference dynamic stateCody Northrop
2015-08-26Bug 14400: Add FORMAT_FEATURES for blitsCody Northrop
2015-08-26Bug 14323: RasterLine and RasterDepthBias changesCody Northrop
2015-08-04v145: Bug 14160 - Remove VK_DEVICE_CREATE_VALIDATION_BIT and unused flags fieldCody Northrop
2015-08-04v144: Bug 14292 - Rename VkRenderPassBeginInfo::attachmentCount to clearValue...Cody Northrop
2015-08-04v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescriptionCody Northrop