aboutsummaryrefslogtreecommitdiff
path: root/demos/cube.c
AgeCommit message (Expand)Author
2016-06-20demos: remove deprecated device layer codeKarl Schultz
2016-06-20demos: Add semaphore between queue and presentTony Barbour
2016-06-20demos: Rename presentComplete semaphoreTony Barbour
2016-06-17demos: fix ppm loader swapped width & heightAlexandre BACQUART
2016-06-13vulkaninfo: Clean up XCB window creation code.Rene Lindsay
2016-06-06demos: Added --suppress_popups flaglenny-lunarg
2016-05-20demos: GH7, Fix invalid variable namesMark Lobodzinski
2016-05-18Remove Xlib dependency when XCB is usedPavol Klacansky
2016-05-17demos: GH#559 fix for new Android windowsIan Elliott
2016-04-28demos+tests: Add HOST_COHERENT to HOST_VISIBLE memory requestsTony Barbour
2016-04-28demos: replace raw value with Vulkan constant in demosAlexandre BACQUART
2016-04-28demos: Fix-ups so that cube/tri build and run on both linux & androidTobin Ehlis
2016-04-28android: Start using vulkan_wrapper in cube and triCody Northrop
2016-04-28Fix cube for android.Michael Lentine
2016-04-27demos: Acquire WSI image before changing layoutTony Barbour
2016-04-21layers: Add fix for lx172 to catch invalid line widths.Mark Young
2016-04-20demos: Add xlib wsi path to cubeTony Barbour
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn
2016-04-07demos: Add missing spaces in error messages.Karl Schultz
2016-04-01demos: Try for std val layer and fallback the same way tri does.Karl Schultz
2016-03-25demos: Fix 32-bit Windows compilation problem.Karl Schultz
2016-03-25demos: Implement --break for cube and tri.Karl Schultz
2016-03-25cube: Call vkCreateInstance so that it sets up a temporary callback.Ian Elliott
2016-03-24demos: Unify cmd arg handling between cube and tri.Karl Schultz
2016-03-22demos: cube exit status reflects validation statusKarl Schultz
2016-03-22tests: Use header macro for API version rather than make_versionJon Ashburn
2016-03-21layers: Rename param_checker to parameter_validationMark Lobodzinski
2016-03-15layers: Merge mem_tracker and draw_state layers into core_validation layerTobin Ehlis
2016-03-07demos: Change layer order in cube.c to put param_check sooner.Karl Schultz
2016-02-25Use API Version 1.0.0 instead of using VK_API_VERSION for tests/demosTony Barbour
2016-02-19Don't use width=0,height=0 on window minimizePiers Daniell
2016-02-18layers: MR221: rename threading testCourtney Goeltzenleuchter
2016-02-12header: Update 1.0.3 header revision for inclusion of debug report extensionMark Lobodzinski
2016-02-11demos: Fix a few layout transition bugs in cubeTobin Ehlis
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz
2016-02-04demos: Fix window resize on LinuxDamien Leone
2016-02-03demos: Minor cube/tri updatesDustin Graves
2016-02-03demos/tests: Enable unique_objects layerDustin Graves
2016-02-02demos: Update copyright and apply clang-formatKarl Schultz
2016-01-25SAMPLES: Fixed memory leak in of presentMode data.Mark Young
2016-01-25demos: Select queue family based on both graphics and present supportTony Barbour
2016-01-25Win32: Get 32-bit Windows build workingMark Young
2016-01-19debug_report: MR141, Change pUserData to match type used elsewhereCourtney Goeltzenleuchter
2016-01-11misc: Move to Vulkan header version 0.222Jon Ashburn
2016-01-07misc: Remove the unique_objects layer from being enabled in tests and demosJon Ashburn
2016-01-07layers: Add UniqueObjects layer to wrap objects in unique ptrTobin Ehlis
2016-01-07Fixes: Fixed Visual Studio warnings during compilation.Mark Young
2016-01-06tri/cube: : Support the new VkCompositeAlphaFlagBitsKHR.Ian Elliott
2016-01-05demos: Fix up dstAccessMasks and move pipeline barriers for present to bottom...Tony Barbour
2015-12-31misc: For header vers 220, fix BOTTOM_OF_PIPE typoJon Ashburn