| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-10 | WSI: Remove old "vs_wsi_lunarg.h" file. | Ian Elliott | |
| 2015-08-07 | include: Change debug report pUserData parameter to non-const | Jon Ashburn | |
| This was inconsistently defined. | |||
| 2015-08-04 | v148: Bug 14368 - Minor fixes for VkPhysicalDeviceFeatures | Cody Northrop | |
| 2015-08-04 | v147: Bugs 14352 and 14300 | Cody Northrop | |
| 2015-08-04 | v146: Bug 14290 - Move typedefs from vk_platform.h to vulkan.h, make ↵ | Cody Northrop | |
| pSampleMask an array | |||
| 2015-08-04 | v145: Bug 14160 - Remove VK_DEVICE_CREATE_VALIDATION_BIT and unused flags field | Cody Northrop | |
| 2015-08-04 | v144: Bug 14292 - Rename VkRenderPassBeginInfo::attachmentCount to ↵ | Cody Northrop | |
| clearValueCount | |||
| 2015-08-04 | v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescription | Cody Northrop | |
| 2015-08-04 | v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfo | Cody Northrop | |
| 2015-08-04 | v140: Bug 14251 - Inconsistencies in the definition of queries | Cody Northrop | |
| 2015-08-04 | v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets | Cody Northrop | |
| 2015-07-31 | xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME | Courtney Goeltzenleuchter | |
| Use the Vulkan namespace (VK_ prefix) on DEBUG_REPORT_EXTENSION_NAME This resolves LunarXchange bug #93. https://vulkan.lunarg.com/app/issues/55b76ae37ef24d0001000070 | |||
| 2015-07-29 | bug-14352: Update vulkan.h version | Courtney Goeltzenleuchter | |
| 2015-07-29 | bug-14352: Missing size parameter in VkSparseMemoryBindInfo | Courtney Goeltzenleuchter | |
| https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14352 | |||
| 2015-07-29 | bug-14330: Initialize handle on Vulkan objects | Courtney Goeltzenleuchter | |
| https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14330 Accepted in gl_common 7/27 | |||
| 2015-07-24 | loader: Only check 32-bits for magic value | Courtney Goeltzenleuchter | |
| The loaderMagic grew to be 64-bits to look better but need to mask it to 32bits for the validation check. | |||
| 2015-07-24 | misc: Add vkGetPhysicalDeviceImageFormatProperties as a stub | Jon Ashburn | |
| 2015-07-23 | loader: have loader_magic be uintptr_t | Courtney Goeltzenleuchter | |
| Twice we've have feedback on this structure not being correct - folks missed the union statment - so changing this to be the same size as a pointer to make it more clear that loaderMagic is the same size as *loaderData. | |||
| 2015-07-23 | loader: Do not include dbg helpers in dispatch | Courtney Goeltzenleuchter | |
| The DEBUG_REPORT callback helpers do not need to be included in the dispatch table as they are not API entrypoints. They are functions specifically and only for DEBUG_REPORT DbgCreateMsgCallback. | |||
| 2015-07-22 | headers: Updated debug object-to-string fcn with missing object types | Mark Lobodzinski | |
| In vk_debug_report_lunarg.h | |||
| 2015-07-17 | bug-14282: remove const | Courtney Goeltzenleuchter | |
| 2015-07-17 | vulkan: Fix definition of LayerProperties | Courtney Goeltzenleuchter | |
| 2015-07-17 | layers: INITIAL Changes to use new WSI swapchain extensions. | Ian Elliott | |
| There are still some FIXME's that must be addressed, as well as fully supporting the new entrypoints. This patch serves as a basis for review and further work with other Vulkan engineers. | |||
| 2015-07-17 | WSI: Add swapchain-extension headers (versions 12 & 40). | Ian Elliott | |
| 2015-07-17 | misc: Bump patch number to reflect diffs | Courtney Goeltzenleuchter | |
| We've incorporated two changes that are not in the upstream v138 header so updating patch number to indicate that things are different. | |||
| 2015-07-17 | vulkan: Remove unused STRUCTURE_TYPE enum | Courtney Goeltzenleuchter | |
| 2015-07-17 | vulkan.h: Remove unused LAYER_CREATE_INFO type | Courtney Goeltzenleuchter | |
| 2015-07-17 | v115: remove GetPhysicalDevicePerformance | Courtney Goeltzenleuchter | |
| 2015-07-17 | vulkan: Updates to match upstream vulkan.h | Courtney Goeltzenleuchter | |
| 2015-07-17 | vulkan: Switch to upstream header | Courtney Goeltzenleuchter | |
| 2015-07-17 | vulkan.h: API changes for #13744 - sharing across queues | Chris Forbes | |
| The ICD doesn't do anything differently interesting yet, but this is enough that the API works. V2: Fix testbinding. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> | |||
| 2015-07-17 | icd: Support for command pools | Cody Northrop | |
| 2015-07-17 | bug-14184: Transient memory allocations | Courtney Goeltzenleuchter | |
| 2015-07-17 | Bug 14224: Remove abbreviations on some API symbols | Tony Barbour | |
| 2015-07-17 | misc: Bump header version | Courtney Goeltzenleuchter | |
| 2015-07-17 | Bug 14248: Add vkFreeDescriptorSets | Tony Barbour | |
| 2015-07-17 | Bug 14084 - Object Tracker, Image, Generic layers | Tony Barbour | |
| 2015-07-17 | layers: Updated DrawState to work with type safety changes | Tobin Ehlis | |
| DrawState now working with cube demo, but lots of cleanup and TODO items that need to be addressed. | |||
| 2015-07-17 | Bug 14084 - Improve type safety and remove polymorphism | Tony Barbour | |
| 2015-07-17 | bug 14084: Update test binding for type safety | Courtney Goeltzenleuchter | |
| 2015-07-17 | update vulkan.h for multi-pass command buffers (V131, #14075) | Chia-I Wu | |
| Minimal changes to keep everything building and functioning. TODO: Need to port draw_state to use new VkAttachmentView structure. | |||
| 2015-07-10 | misc: Update header version | Courtney Goeltzenleuchter | |
| 2015-07-10 | vulkan: Rename bool32_t to VkBool32 | Courtney Goeltzenleuchter | |
| Target was v129 of the header | |||
| 2015-07-10 | misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes | Jon Ashburn | |
| 2015-07-08 | vulkan.h: V136 -- Vulkan Sparse Resource Issues | Mark Lobodzinski | |
| Totally reworked sparse resources. This commit also incorporates the changes for bug 14237. | |||
| 2015-07-07 | loader: bug 12992: extension and layer support | Courtney Goeltzenleuchter | |
| Much of layers and loader updated to work with final extension and layer mechanism. Not everything is working here. | |||
| 2015-07-07 | include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h | Tobin Ehlis | |
| 2015-07-07 | vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] | Chris Forbes | |
| Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> | |||
| 2015-07-07 | vulkan.h: Split attachment and image clears (#13914, v126) | Chris Forbes | |
| - Add bit flags for image aspects. - Replace VkRect with VkRect2D and VkRect3D. - Rename vkCmdClearDepthStencil to vkCmdClearDepthStencilImage - Add vkCmdClearColorAttachment and vkCmdClearDepthStencilAttachment Remaining to be done: - Actually implement vkCmdClearColorAttachment, vkCmdClearDepthStencilAttachment in the Intel ICD - Enforce renderpass interactions: CmdClear*Attachment may only be called within a renderpass; CmdClear*Image may only be called outside a renderpass. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> | |||
| 2015-07-07 | vulkan.h: Update features/limits structures (#12827, v125) | Chris Forbes | |
| - Add infrastructure in vulkaninfo to dump features/limits. To be filled out to dump everything interesting. - Move existing limits from VkPhysicalDeviceInfo to VkPhysicalDeviceLimits, and drop those that no longer exist. - Adjust the drivers to fill out the above in their new location. Other new features/limits still to be exposed by nulldrv and the intel ICD. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> | |||
