aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-07-01bug 14014: Fill out support for VkShaderModuleCourtney Goeltzenleuchter
2015-07-01bug-14014: Allow multiple entrypoints in modulesCourtney Goeltzenleuchter
2015-07-01loader: Move CreateDevice to device tableCourtney Goeltzenleuchter
2015-07-01vulkan.h: Bug 14181 - Barriers need to be more preciseTony Barbour
2015-06-29loader: Move CreateDevice to device tableCourtney Goeltzenleuchter
2015-06-29vulkan.h: V110 #13864 -- Border Color Values UnderspecifiedTony Barbour
2015-06-26vulkan.h: Bug 14171 - remove unused structure type enumsTony Barbour
2015-06-26vulkan.h: Bug 14153 - remove maxInlineMemoryUpdateSizeTony Barbour
2015-06-26vulkan.h: Bug 14136 - reorder logicop enumsTony Barbour
2015-06-26vulkan.h: Bug 13900 - Remove initialCount from semaphoresTony Barbour
2015-06-26vulkan.h: Bug 13616 Clarification of types of sample countsTony Barbour
2015-06-26vulkan.h: Bug 13939 Remove references to depth/stencil resolveTony Barbour
2015-06-25vulkan.h: V109 -- Remove minLod from VkImageViewCreateInfoTony Barbour
2015-06-25vulkan.h: V108 -- Static Types, Bug# 13919Tony Barbour
2015-06-24Bug 14014: Allow multiple entrypoints in modulesCourtney Goeltzenleuchter
2015-06-24bug 14016: Make vkResetFences take const pFencesCourtney Goeltzenleuchter
2015-06-24vulkan: remove unused error codeCourtney Goeltzenleuchter
2015-06-24vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125)Chris Forbes
2015-06-24bug 13038: Remove support for multiple GPUsCourtney Goeltzenleuchter
2015-06-23vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, B...Mark Lobodzinski
2015-06-22vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047Mark Lobodzinski
2015-06-18misc: Remove VK_PHYSICAL_DEVICE_INFO_TYPE_DISPLAY_PROPERTIES_WSIJon Ashburn
2015-06-18misc: Remove GetDisplayInfoWSI()Jon Ashburn
2015-06-18vulkan.h: V102 -- Rename min/maxDepth for DepthStencil, Bug# 13917Mark Lobodzinski
2015-06-18vulkan.h: V101 -- Remove programPointSize, Bug# 13928Mark Lobodzinski
2015-06-18vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783Mark Lobodzinski
2015-06-18vulkan.h: V99 -- Remove fixed-function point parameters, Bug# 13928Mark Lobodzinski
2015-06-18vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926Mark Lobodzinski
2015-06-18vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925Mark Lobodzinski
2015-06-18debug_report: Add error codesCourtney Goeltzenleuchter
2015-06-18loader: Remove GetGlobalExtensionInfo from dispatch tableJon Ashburn
2015-06-18bug-13466: Implement comment #14Courtney Goeltzenleuchter
2015-06-18layers: Fix DrawState and ParamChecker to only use debug_marker if enabledJon Ashburn
2015-06-18debug_report: Add debug message flagCourtney Goeltzenleuchter
2015-06-18vulkan: Fix for bug 13785.Courtney Goeltzenleuchter
2015-06-17misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatchJon Ashburn
2015-06-17debug: remove old debug extension headerCourtney Goeltzenleuchter
2015-06-17extensions: begin changes for extension supportCourtney Goeltzenleuchter
2015-06-17misc: white space cleanupCourtney Goeltzenleuchter
2015-06-17misc: Make wsi lunarg an extension rather than core entrypointsJon Ashburn
2015-06-17misc: Change vkGetProcAddr to vkGetDeviceProcAddrJon Ashburn
2015-06-17misc: Remove validation bit from the CreateDevice flagsJon Ashburn
2015-06-17misc: Loader and Layers move device chain activation to CreateDeviceJon Ashburn
2015-06-17layers: Use the instance chain for entrypoints with instanceJon Ashburn
2015-06-17layers: Add GetInstanceProcAddr() to all layersJon Ashburn
2015-06-17loader: Make VkInstance a dispatchable object and init with instance tableJon Ashburn
2015-06-02v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets()Chia-I Wu
2015-06-02v98: remove vk{Begin,End}DescriptorPoolUpdate()Chia-I Wu
2015-06-02v98: rename count to arraySize in VkDescriptorSetLayoutBindingChia-I Wu
2015-06-02vulkan.h: V97 -- Remove multiple allocations. Bug# 13948.Mark Lobodzinski