aboutsummaryrefslogtreecommitdiff
path: root/layers/param_checker.cpp
AgeCommit message (Expand)Author
2015-11-26Update param checker.Michael Lentine
2015-11-17layers: Check compareEnable.Jeremy Hayes
2015-11-12bug 15120: rename vkCmdPushConstants "values" to "pValues"Chia-I Wu
2015-11-11MR640: Alloc -> Allocate naming fixesChia-I Wu
2015-11-06bug 15068: Use hardfp calling convention on Android for 32-bit ARM targetsChia-I Wu
2015-11-06Moved header files from include to include/vulkanDavid Pinedo
2015-11-05layers: Fix printf formatsMichael Lentine
2015-11-04misc: Update author informationCourtney Goeltzenleuchter
2015-11-04misc: switch copyright to ValveCourtney Goeltzenleuchter
2015-11-04misc: Remove Vulkan name from CopyrightCourtney Goeltzenleuchter
2015-11-03bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (...Chia-I Wu
2015-11-03bug 15003: vkCmdPipelineBarrier should be allowed on a DMA queue (WIP)Chia-I Wu
2015-11-03bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limit...Chia-I Wu
2015-11-03bug 14608: VkShaderModule object lifetime (WIP)Chia-I Wu
2015-11-03bug 14887: Documenting Valid Behavior in the Spec (WIP)Chia-I Wu
2015-11-03layers: Allow calling down chain with vkEnumerateDeviceExtensionPropertiesJon Ashburn
2015-11-02bug 15000: aspect/aspectMask inconsistencies (WIP)Chia-I Wu
2015-11-02bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-w...Chia-I Wu
2015-11-02bug 14918 part 4: more cleanups (WIP)Chia-I Wu
2015-11-02bug 14918 part 3: sed renamesChia-I Wu
2015-11-02bug 14922: Consistent memory properties (WIP)Chia-I Wu
2015-11-02bug 14936: Sparse questions/issues (WIP)Chia-I Wu
2015-11-02bug 14921 part 1: sed renamesChia-I Wu
2015-11-02MR 542: Remaining items from the cleanup bug (WIP)Chia-I Wu
2015-11-02bug 14918 part 2: some simple renames (WIP)Chia-I Wu
2015-11-02bug 14892 part 2: rename more "count" (WIP)Chia-I Wu
2015-11-02bug 14778: VK_IMAGE_VIEW_CREATE_READ_ONLY_DEPTH_BIT underspecified (WIP)Chia-I Wu
2015-11-02bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP)Chia-I Wu
2015-11-02bug 14848: Verifying Sparse Behavior (WIP)Chia-I Wu
2015-11-02bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEX...Chia-I Wu
2015-11-02bug 12921: Memory callback (WIP)Chia-I Wu
2015-11-02bug 14892: 'count' parameters and members named inconsistently in many cases ...Chia-I Wu
2015-11-02bug 14909: Define "length" as it relates to push constants be in units of byt...Chia-I Wu
2015-11-02bug 14857: Adding extensibility to VkSubmitInfo (WIP)Chia-I Wu
2015-10-30bug 14567: What is VK_QUEUE_EXTENDED_BIT? (WIP)Chia-I Wu
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