aboutsummaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Expand)Author
2016-03-21layers: Rename param_checker to parameter_validationMark Lobodzinski
2016-03-17layers: validate capabilities against device featuresChris Forbes
2016-03-16demos: Put smoketest exe in same dir as cube and triTony Barbour
2016-03-15cmake: Find spirv/glslang dependenciesDustin Graves
2016-03-15layers: Merge mem_tracker and draw_state layers into core_validation layerTobin Ehlis
2016-03-14demos: Fix typo in tri.c that prevented validate arg from working correctlyMark Lobodzinski
2016-03-07demos: Change layer order in cube.c to put param_check sooner.Karl Schultz
2016-03-07demos: Remove allocation callback code from tri demoTony Barbour
2016-03-03Remove generated files from source controlTony Barbour
2016-03-02smoke: use $<TARGET_FILE> instead of LOCATION propTony Barbour
2016-02-26demos: Add Hologram snapshot as Smoke test/demoTony Barbour
2016-02-25Use API Version 1.0.0 instead of using VK_API_VERSION for tests/demosTony Barbour
2016-02-24demos: Fix vulkaninfo on win32 to use existing consoleHugo Landau
2016-02-22demos: Properly destroy DebugReportCallbackMark Lobodzinski
2016-02-22demos: Fix drawstate transition errors in tri.Mark Lobodzinski
2016-02-19Don't use width=0,height=0 on window minimizePiers Daniell
2016-02-19demos: Add --validate option to triJon Ashburn
2016-02-18demos: Adjust vulkaninfo failure casesDustin Graves
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-08linux: use linux naming conventionsJeremy Hayes
2016-02-04demos: Fix window resize on LinuxDamien Leone
2016-02-04demos: Copyright updateKarl Schultz
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-26loader: Moved missing #define needed by aligned_alloc.Mark Young
2016-01-26loader: Fixed missing #define needed by aligned_alloc.Mark Young
2016-01-26Fixes: Added missing newline after merge.Mark Young
2016-01-26fixed typoDerrick Owens
2016-01-26added gcc versions of aligned mallocDerrick Owens
2016-01-26fixed custom allocator aligned memory allocations in tri sample.unknown
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-25BUILD: Moved 64-bit source dir back to build from build64.Mark Young
2016-01-25Win32: Get 32-bit Windows build workingMark Young
2016-01-22misc: bump to header 1.0.2Jon Ashburn
2016-01-21shader compiler: add new VertexIndexGregF
2016-01-19debug_report: MR141, Change pUserData to match type used elsewhereCourtney Goeltzenleuchter
2016-01-13demos: Remove the message box dialog for errors in vulkaninfoJon Ashburn
2016-01-13demos: Fix vulkaninfo version reporting errorMark Lobodzinski
2016-01-12header: move to version 1.0.1Jon Ashburn
2016-01-12loader: update linux version to 1.Jeremy Hayes
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