aboutsummaryrefslogtreecommitdiff
path: root/demos/cube.c
AgeCommit message (Expand)Author
2015-12-01wsi: Moved definition of CreateXxxSurface extension to CMakefileMark Lobodzinski
2015-12-01wsi: Fix windows build issuesMark Lobodzinski
2015-12-01demos: Some cleanup, including calling GIPA.Ian Elliott
2015-12-01demos: Enabled the appropriate platform-specific WSI extension.Ian Elliott
2015-12-01demos: Get compiling with new WSI extensions.Ian Elliott
2015-12-01WSI: sed-generated changes to WSI code (not all that's needed).Ian Elliott
2015-11-25demos: Fix layer names for cubeJon Ashburn
2015-11-24Layers: changed layer names to conform to specDavid Pinedo
2015-11-18layers: Validate barrier subresource range.Jeremy Hayes
2015-11-11bug 15089: Does "Across Command Buffer Boundaries" apply to second-level comm...Chia-I Wu
2015-11-11MR640: Alloc -> Allocate naming fixesChia-I Wu
2015-11-06bug 15085: queue creation naming issuesChia-I Wu
2015-11-06Moved header files from include to include/vulkanDavid Pinedo
2015-11-06demos: Stage is no longer needed for demo_prepare_shader_moduleTony Barbour
2015-11-05layers: Fix barrier access flag validation warnings in Cube.Mark Lobodzinski
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-04misc: Remove glsl backdoorCourtney Goeltzenleuchter
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 15022: Need a way to specify dummy descriptors for unused bindings (WIP)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-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 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 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (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 14857: Adding extensibility to VkSubmitInfo (WIP)Chia-I Wu
2015-11-02demos: Initialize all of subresource fieldsTony Barbour
2015-10-30bug 14362: VK_NULL_HANDLE does not work in C (WIP)Chia-I Wu
2015-10-30bug 14864: Remove redundant VkPipelineShaderStageCreateInfo.stage field? (WIP)Chia-I Wu
2015-10-29demos: Properly destroy command pool in cube demoMark Lobodzinski
2015-10-28demos: fclose in cube and triMike Stroyan
2015-10-28demos: windows fixes for cube and tri resizeMike Stroyan
2015-10-28demos/cube: Provide a non-null VertexInputStateCreateInfoJason Ekstrand
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
2015-10-27cube: Removed some #if 0's that had bee left in the code.Ian Elliott
2015-10-27tri/cube: Handle window resizes (from WSI or XCB).Ian Elliott
2015-10-26bug-14827: Remove DescriptorInfo unionCourtney Goeltzenleuchter
2015-10-26bug-14258: Make descriptor pools and command pools more consistentCourtney Goeltzenleuchter
2015-10-26bug-14575: normalized queue prioritiesCourtney Goeltzenleuchter