aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 14362: VK_NULL_HANDLE does not work in C (WIP)Chia-I Wu
2015-10-30v185: bump API minor versionChia-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-30support and use VkSubmitInfo semaphore signaling and waitingChia-I Wu
2015-10-30bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP)Chia-I Wu
2015-10-30v184: bug 14719: vkCmdCopyBufferToImage alignment requirements (WIP)Chia-I Wu
2015-10-30bug 14822: timestampFrequency underspecified (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 14462: endianness of code for shader modules (WIP)Chia-I Wu
2015-10-30bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP)Chia-I Wu
2015-10-30bug 14861: rasterization review issues (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-30vulkan.py: use generated "core" APIChia-I Wu
2015-10-30vulkan.py: fix vulkan.h parsingChia-I Wu
2015-10-29layers: Fix MemTracker uninitialized variablesMark Lobodzinski
2015-10-29demos: Properly destroy command pool in cube demoMark Lobodzinski
2015-10-29layers: Add DestroyImage to image layer's device GPA tableMark Lobodzinski
2015-10-29loader: Update Linux and Windows ICD/layer discover documentationjon
2015-10-29loader: Update linux documentation on where ICD lives.jon
2015-10-29loader: Move utility function so it is found on both Linux and Windowsjon
2015-10-29loader: set DEFAULT_VK_{DRIVER,LAYER}S_PATH to "" on LinuxDaniel Dadap
2015-10-29loader: add helper for combining pathsDaniel Dadap
2015-10-28demos: fclose in cube and triMike Stroyan
2015-10-28demos: windows fixes for cube and tri resizeMike Stroyan
2015-10-28Layers: MemTracker check vkCmdCopyQueryPoolResultsMike Stroyan
2015-10-28demos: add occlusion features to vulkaninfoMike Stroyan
2015-10-28use conditional compilation based on _WIN32 instead of WIN32 and __linux__Johannes van Waveren
2015-10-28demos/cube: Provide a non-null VertexInputStateCreateInfoJason Ekstrand
2015-10-28demos/cube: Explicitly specify std140 layout on UBOsJason Ekstrand
2015-10-28layers: Validate buffer view usage flagsMark Lobodzinski
2015-10-28layers: Validate number of layers in subresource.Jeremy Hayes
2015-10-28tests: Added CopyDescriptorUpdateErrors test to verify 3 errors during descri...Tobin Ehlis
2015-10-28layers: Add DrawState validation for copy descriptor updatesTobin Ehlis
2015-10-28layers: Simplify descriptor validation in DrawStateTobin Ehlis
2015-10-28layers: Improve DrawState write descriptor updateTobin Ehlis
2015-10-28layers: Remove DrawState g_lastBoundDescriptorSet variable - it's no longer usedTobin Ehlis
2015-10-27demos: Clean up tri depthCody Northrop
2015-10-27draw_state: Fix enum in validate_draw_state_flagsCody Northrop
2015-10-27windows: Fix vector resizing in draw_stateCody Northrop
2015-10-27demos: print new device limits in vulkaninfoTony Barbour
2015-10-27misc: Remove dynamic array definititionsCourtney Goeltzenleuchter
2015-10-27misc: Add intrin.h to support ffs utilityCourtney Goeltzenleuchter
2015-10-27misc: Windows does not like named structure initializationCourtney Goeltzenleuchter
2015-10-27Bug 14621: Change vkGet* functions to not return VkResultCourtney Goeltzenleuchter
2015-10-27tri/cube: Adjust demo_resize() to API changes.Ian Elliott
2015-10-27tri/cube: Add WM_SIZE to Win32 event handler to resize a window.Ian Elliott