aboutsummaryrefslogtreecommitdiff
path: root/layers/param_checker.cpp
AgeCommit message (Expand)Author
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
2015-08-04v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfoCody Northrop
2015-08-04v140: Bug 14251 - Inconsistencies in the definition of queriesCody Northrop
2015-08-04v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSetsCody Northrop
2015-07-31layers: Validate renderPass.Jeremy Hayes
2015-07-31layers: Fix vkGetPipelineCacheSize validation.Jeremy Hayes
2015-07-31layers: Fix misc bugs in param checker.Jeremy Hayes
2015-07-17layers: Only verify data ptr not report_dataCourtney Goeltzenleuchter
2015-07-17layers: Remove dead code.Jeremy Hayes
2015-07-17v115: Remove pLinkConstBufferInfoCourtney Goeltzenleuchter
2015-07-17v131?: Remove ColorBlendAttachments->formatCourtney Goeltzenleuchter
2015-07-17v122?: Remove provoking vertex, now always lastCourtney Goeltzenleuchter
2015-07-17v106: Remove optional pointOriginCourtney Goeltzenleuchter
2015-07-17v106: remove optional depthModeCourtney Goeltzenleuchter
2015-07-17bug 14084: eliminate ERROR_INVALID_OBJECT_TYPECourtney Goeltzenleuchter
2015-07-17v127: Use PFN_vkVoidFunction for GetProcAddrCourtney Goeltzenleuchter
2015-07-17v106: Remove clipOriginCourtney Goeltzenleuchter
2015-07-17v133: Update parameters on CmdPipelineBarrierCourtney Goeltzenleuchter
2015-07-17v133: Update parameter types on CmdWaitEventsCourtney Goeltzenleuchter
2015-07-17v115: remove GetPhysicalDevicePerformanceCourtney Goeltzenleuchter
2015-07-17tests: Integrate command pools into testsCourtney Goeltzenleuchter
2015-07-17bug-14184: Transient memory allocationsCourtney Goeltzenleuchter
2015-07-17Bug 14224: Remove abbreviations on some API symbolsTony Barbour
2015-07-17layers: Fix param checker compilation errors.Jeremy Hayes
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-08vulkan.h: V136 -- Vulkan Sparse Resource IssuesMark Lobodzinski
2015-07-07ParamChecker: Update extension and layer mechanism.Courtney Goeltzenleuchter
2015-07-07tests: Fix some failing layer validation testsTobin Ehlis
2015-07-07loader: Rename loader_platform.h -> vk_loader_platform.hTobin Ehlis
2015-07-07layers: Rename all layer headers to begin with "vk_layer_" prefixTobin Ehlis
2015-07-07include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.hTobin Ehlis
2015-07-07vulkan.h: v129 -- rework clear colors, remove raw clear [#14020]Chris Forbes
2015-07-07vulkan.h: Split attachment and image clears (#13914, v126)Chris Forbes