aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2015-11-02bug 14778: VK_IMAGE_VIEW_CREATE_READ_ONLY_DEPTH_BIT underspecified (WIP)Chia-I Wu
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14778
2015-11-02v192: bump API minor versionChia-I Wu
2015-11-02bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP)Chia-I Wu
Change alignment types and replace byRegion by VkDependencyFlags. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14918
2015-11-02v191: bug 14574: Capability bit for stores from non-fragment/compute shaders ↵Chia-I Wu
(WIP) https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14574
2015-11-02v190: bump API minor versionChia-I Wu
2015-11-02bug 14641: VkXXXCreateFlags are not consistently used for the various ↵Chia-I Wu
VkXXXCreateInfo (WIP) https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14641
2015-11-02bug 14848: Verifying Sparse Behavior (WIP)Chia-I Wu
Merge vkQueueBindSparse*() to one. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14848
2015-11-02v189: bump API minor versionChia-I Wu
2015-11-02bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to ↵Chia-I Wu
VK_TEXTURE_* (WIP) s/VK_TEX_FILTER_/VK_FILTER_/g s/VkTexFilter/VkFilter/g s/VK_TEX_MIPMAP_MODE_/VK_SAMPLER_MIPMAP_MODE_/g s/VkTexMipmapMode/VkSamplerMipmapMode/g s/VK_TEX_ADDRESS_MODE_/VK_SAMPLER_ADDRESS_MODE_/g s/VkTexAddressMode/VkSamplerAddressMode/g s/mipMode/mipmapMode/g https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14543
2015-11-02v188: bump API minor versionChia-I Wu
2015-11-02bug 14914: Should strictLines be a feature or a limit (WIP)Chia-I Wu
A limit. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14914
2015-11-02bug 12921: Memory callback (WIP)Chia-I Wu
The per-object allocator is ignored for now. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=12921
2015-11-02bug 14892: 'count' parameters and members named inconsistently in many cases ↵Chia-I Wu
(WIP) s/waitSemCount/waitSemaphoreCount/g s/signalSemCount/signalSemaphoreCount/g s/cmdBufferCount/commandBufferCount/g s/queueFamilyCount/queueFamilyIndexCount/g s/layerCount/enabledLayerNameCount/g s/extensionCount/enabledExtensionNameCount/g https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14892
2015-11-02bug 14909: Define "length" as it relates to push constants be in units of ↵Chia-I Wu
bytes not words (WIP) https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14909
2015-11-02bug 14905: Reserve VkStructureType values for loader/layer bootstrapping (WIP)Chia-I Wu
Fix vk_helper.py to ignore them. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14905
2015-11-02v187: bump API minor versionChia-I Wu
2015-11-02bug 14630: Issues with regard to primitive restart index (WIP)Chia-I Wu
Remove primitiveRestartForPatches. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14630
2015-11-02bug 14857: Adding extensibility to VkSubmitInfo (WIP)Chia-I Wu
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14857
2015-10-30v186: bump API minor versionChia-I Wu
2015-10-30bug 14567: What is VK_QUEUE_EXTENDED_BIT? (WIP)Chia-I Wu
Removed. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14567
2015-10-30bug 14876: Can timestamps be written inside a renderpass? (WIP)Chia-I Wu
Timestamps are written to a query pool. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14876
2015-10-30bug 14362: VK_NULL_HANDLE does not work in C (WIP)Chia-I Wu
Drop type safety on 32-bit. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14362
2015-10-30v185: bump API minor versionChia-I Wu
2015-10-30bug 14864: Remove redundant VkPipelineShaderStageCreateInfo.stage field? (WIP)Chia-I Wu
Removed. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14864
2015-10-30MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore ↵Chia-I Wu
operations on queues. (WIP) https://gitlab.khronos.org/vulkan/vulkan/merge_requests/461
2015-10-30bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP)Chia-I Wu
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14868
2015-10-30v184: bug 14719: vkCmdCopyBufferToImage alignment requirements (WIP)Chia-I Wu
Update vulkaninfo to print new limits. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14719
2015-10-30bug 14822: timestampFrequency underspecified (WIP)Chia-I Wu
Replaced by timestampPeriod, number of nanoseconds per tick. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14822
2015-10-30bug 14725: Remove or replace VK_SPARSE_MEMORY_BIND_REPLICATE_64KIB_BLOCK_BIT ↵Chia-I Wu
(WIP) Renamed. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14725
2015-10-30bug 14462: endianness of code for shader modules (WIP)Chia-I Wu
Change the type of pCode to uint32_t*. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14462
2015-10-30bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP)Chia-I Wu
Update vkGetPipelineCacheData() to replace vkGetPipelineCacheSize(). https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14855
2015-10-30bug 14861: rasterization review issues (WIP)Chia-I Wu
Update vulkaninfo to print features->strictLines. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14861
2015-10-30bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP)Chia-I Wu
s/slopeScaledDepthBias/depthBiasSlopeFactor/g s/depthBias\b/depthBiasConstantFactor/g https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14365
2015-10-30bug 14844: Query Pool issues (WIP)Chia-I Wu
We did not and still do not honor the stride nor flags. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14844
2015-10-26misc: Bump to header version 183Courtney Goeltzenleuchter
2015-10-26bug-14827: Remove DescriptorInfo unionCourtney Goeltzenleuchter
The DescriptorInfo union is invalid in C++
2015-10-26bug-14258: Remove maxCommandBuffersCourtney Goeltzenleuchter
commit #53c2f7e
2015-10-26bug-14258: Make descriptor pools and command pools more consistentCourtney Goeltzenleuchter
2015-10-26misc: bump to header version 182Courtney Goeltzenleuchter
2015-10-26bug-14575: normalized queue prioritiesCourtney Goeltzenleuchter
2015-10-26Bug 14789: Clean up limit structureCourtney Goeltzenleuchter
2015-10-23misc: Update header to v181Courtney Goeltzenleuchter
2015-10-23bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferViewCourtney Goeltzenleuchter
2015-10-23bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlagsCourtney Goeltzenleuchter
2015-10-23bug-14786: Addressing layered subresources in vkCmdCopyImageCourtney Goeltzenleuchter
commit: ad27e2b Attempt at naming consistency
2015-10-23bug-14786: minor renamesCourtney Goeltzenleuchter
2015-10-23misc: Change clear rectangle to include array layer/countCourtney Goeltzenleuchter
commit: 53a511d
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