aboutsummaryrefslogtreecommitdiff
path: root/layers/param_checker.cpp
AgeCommit message (Expand)Author
2015-10-30bug 14876: Can timestamps be written inside a renderpass? (WIP)Chia-I Wu
2015-10-30bug 14864: Remove redundant VkPipelineShaderStageCreateInfo.stage field? (WIP)Chia-I Wu
2015-10-30MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore o...Chia-I Wu
2015-10-30bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP)Chia-I Wu
2015-10-30bug 14725: Remove or replace VK_SPARSE_MEMORY_BIND_REPLICATE_64KIB_BLOCK_BIT ...Chia-I Wu
2015-10-30bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP)Chia-I Wu
2015-10-30bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP)Chia-I Wu
2015-10-30bug 14844: Query Pool issues (WIP)Chia-I Wu
2015-10-27Bug 14621: Change vkGet* functions to not return VkResultCourtney 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-23bug-14542: Remove VK_UNSUPPORTED from success return codesCourtney Goeltzenleuchter
2015-10-23WIP bug-14815: VkShaderStageCourtney Goeltzenleuchter
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