Commit graph

  • cd8274c294 glm matrix initialization saschawillems 2017-09-24 18:17:07 +02:00
  • e7b371eef3 Index buffer size for copy command command saschawillems 2017-09-23 14:13:28 +02:00
  • 9af56b0ae0 Naming, formatting saschawillems 2017-09-22 18:59:51 +02:00
  • b5ae8771aa Merge pull request #378 from chuggafan/master Sascha Willems 2017-09-22 18:56:09 +02:00
  • 20668189f1 Adds specialization constant to computeheadless chuggafan 2017-09-21 17:30:57 -04:00
  • 685d2849da Fixed debug define saschawillems 2017-09-20 21:03:13 +02:00
  • f504d7cb0c Added headless rendering example to CMakeLists saschawillems 2017-09-20 20:52:19 +02:00
  • 3567352fb8 Corrected source access mask for buffer barrier saschawillems 2017-09-19 20:39:59 +02:00
  • ed9bfbc2e6 Updated Vulkan headers to 1.0.61 saschawillems 2017-09-19 19:43:32 +02:00
  • f3432cacf3 Added headless rendering example saschawillems 2017-09-16 14:19:02 +02:00
  • 6ea5c2031b Android build files for headless rendering example saschawillems 2017-09-16 14:18:30 +02:00
  • 2404308fd3 Added "Image View creation" readme section in texturemipmapgen Jakob Schaal 2017-09-16 03:30:24 +02:00
  • bc8b53ce7b Android fixes and build files for headless compute example saschawillems 2017-09-15 20:44:32 +02:00
  • 3862b4bcc2 Proper barriers for buffer writes and reads between host and device (non-coherent) saschawillems 2017-09-15 20:43:40 +02:00
  • 66a87bbf21 Flush/invalidate host and device memory writes saschawillems 2017-09-15 20:41:43 +02:00
  • 282eccd54c Merge pull request #375 from aleksysokolowski-intel/master Sascha Willems 2017-09-15 14:03:12 +02:00
  • 1e4944a9e1 Added minimal headless compute example saschawillems 2017-09-14 22:17:48 +02:00
  • 70f3ec87d4 pSparseMemoryRequirementCount variable initialization asokolow 2017-09-12 08:42:26 +02:00
  • ff4e6e2877 Merge pull request #370 from sjfricke/master Sascha Willems 2017-09-02 14:04:24 +02:00
  • a3b8534e5f Merge pull request #352 from jku/install Sascha Willems 2017-09-02 14:02:34 +02:00
  • dd0b48e631 Changed command buffer recreation saschawillems 2017-09-02 10:26:46 +02:00
  • d257072211 Merge pull request #373 from iostrowsINTEL/layout-fix Sascha Willems 2017-08-29 20:13:00 +02:00
  • 107db7d244 Reworked benchmark code, store per frame times (instead of iteration totals) saschawillems 2017-08-28 20:48:52 +02:00
  • 6d760592b8 vulkanscene, distancefieldfonts: Fix layout in descriptor set. Fixes #372 Igor Ostrowski 2017-08-28 13:48:36 +02:00
  • b42d0edb3b Removed benchmark constructor saschawillems 2017-08-26 20:17:34 +02:00
  • c855a82a46 Small benchmark mode tweaks and fixes saschawillems 2017-08-26 16:08:16 +02:00
  • 6330ed9d94 Revert "Modifications to shadowmapping example" saschawillems 2017-08-26 15:26:49 +02:00
  • d271098464 Silent error mode saschawillems 2017-08-26 15:05:59 +02:00
  • b4870a6e7e Moved benchmark to separate header, output summary to stdout saschawillems 2017-08-26 14:05:48 +02:00
  • 25813e79e7 Benchmark all script linux fixes saschawillems 2017-08-23 21:24:50 +02:00
  • 8c54f157ed Merge branch 'master' into develop saschawillems 2017-08-22 21:10:33 +02:00
  • f452839b92 Added missing stencil outline example shaders saschawillems 2017-08-22 21:07:17 +02:00
  • 302cb98b6e Python script for full example suite benchmark run saschawillems 2017-08-22 21:03:54 +02:00
  • 0142c8b820 Add device name to benchmark output file saschawillems 2017-08-22 21:00:48 +02:00
  • c2aef7809f Merge branch 'master' into develop saschawillems 2017-08-22 18:56:05 +02:00
  • 026dd8884a Added check for python 3.x for android build.py sjfricke 2017-08-20 20:32:40 -07:00
  • ae4970a8d8 added verification of submodules for android sjfricke 2017-08-20 20:03:46 -07:00
  • 2020c9548f Static shared library saschawillems 2017-08-19 10:53:28 +02:00
  • ac7d7396c2 Include required libraries in shared base (fixes gcc on windows) saschawillems 2017-08-19 10:49:37 +02:00
  • 6a99c54855 Merge pull request #368 from jpbruyere/master Sascha Willems 2017-08-19 10:12:31 +02:00
  • 977f0318b7 make base as library Jean-Philippe Bruyère 2017-08-17 20:40:52 +02:00
  • 0038e19345 Merge branch 'master' into develop saschawillems 2017-08-17 19:07:48 +02:00
  • ed1134d6d2 Merge pull request #366 from mnstrmnch/master Sascha Willems 2017-08-16 22:08:57 +02:00
  • 22a24e508d Merge branch 'master' into develop saschawillems 2017-08-16 21:15:52 +02:00
  • e05de0b93a Added stencil buffer outlining example saschawillems 2017-08-16 21:02:08 +02:00
  • c04909f01b LoadOp clear for stencil buffer saschawillems 2017-08-16 21:00:17 +02:00
  • 9f0829336c Added support for VK_DISPLAY_PLANE_ALPHA_OPAQUE_BIT_KHR for the D2D swapchain. Peter Quayle 2017-08-15 17:07:16 +01:00
  • 94b63d83ba Filename for benchmark results can be passed via arguments saschawillems 2017-08-13 11:10:41 +02:00
  • 4a237889ca Merge branch 'master' into develop saschawillems 2017-08-13 10:28:20 +02:00
  • 55fe613db3 Cleaned up defines (use VK_PLATFORM_* for XCB and Android) saschawillems 2017-08-13 10:24:25 +02:00
  • be70aff2ae Added compute cloth example Android build files saschawillems 2017-08-07 22:02:56 +02:00
  • cd5f5318a9 Fixed ETC texture format saschawillems 2017-08-07 21:41:14 +02:00
  • 25060a00b0 Enable device features saschawillems 2017-08-07 21:40:57 +02:00
  • adefd08735 Fixed ETC texture format saschawillems 2017-08-07 21:41:14 +02:00
  • c8d3b6e5e7 Enable device features saschawillems 2017-08-07 21:40:57 +02:00
  • b2136e639f Benchmark mode with csv output saschawillems 2017-07-29 19:31:00 +02:00
  • 8d158bbff5 gitignore saschawillems 2017-07-29 19:29:00 +02:00
  • 286d589497 Modifications to shadowmapping example Steve Hill 2017-07-27 10:36:47 +01:00
  • 2156fdddc6 gli as submodule saschawillems 2017-07-24 21:38:18 +02:00
  • 2e94a0281e gli as submodule saschawillems 2017-07-24 21:23:40 +02:00
  • b8288cdd89 Note about recursive clone and sub modules Fixes #359 saschawillems 2017-07-24 21:07:46 +02:00
  • b5f104785b Removed local gli copy saschawillems 2017-07-15 18:00:32 +02:00
  • 3b25d64dbc Merge pull request #361 from iostrowsINTEL/master Sascha Willems 2017-07-22 11:09:13 +02:00
  • b20147f1f4 Shadowmappingomni: Fix shadowCubeMap layout transitions and layout in descriptor set. Fixes #360 Igor Ostrowski 2017-07-20 14:20:43 +02:00
  • 23dc4f4603 Appveyor: Init git submodules before build saschawillems 2017-07-15 15:01:12 +02:00
  • b57a8466d1 glm as submodule saschawillems 2017-07-15 14:54:00 +02:00
  • 35f11147c3 Removed local glm copy saschawillems 2017-07-15 13:36:52 +02:00
  • ec1b4a88c7 Randomized wind directions saschawillems 2017-07-09 14:00:56 +02:00
  • 9898e67f41 Compute buffer barrier pipeline flags (validation) saschawillems 2017-07-09 12:36:56 +02:00
  • f383849c24 Calculate normals only on last iteration saschawillems 2017-07-09 12:28:03 +02:00
  • db2aee7535 Toggle wind simulation saschawillems 2017-07-09 11:59:28 +02:00
  • a55759b31b Compute shader cloth simulation saschawillems 2017-07-09 11:39:10 +02:00
  • 7798901a46 Support installing demos, support out-of-tree builds Jussi Kukkonen 2017-07-03 14:49:18 +03:00
  • fd439a59e2 Code cleanup, use VK_USE_PLATFORM_ defines where available saschawillems 2017-07-02 11:57:47 +02:00
  • 18df00c7b4 Add shaders as filters to examples (visual studios) saschawillems 2017-07-01 13:28:31 +02:00
  • 6c42abcfe3 Merge pull request #349 from brenwill/master Sascha Willems 2017-07-01 10:38:29 +02:00
  • 2d515278e7 Support MoltenVK extension names in call to vkCreateInstance(). Bill Hollings 2017-06-30 21:55:17 -04:00
  • cdd73d0439 Initial camera position saschawillems 2017-06-30 11:00:04 +02:00
  • b1da3e2cb1 Merge pull request #342 from brenwill/master Sascha Willems 2017-06-29 19:57:58 +02:00
  • 40ba8f13cd Merge pull request #347 from aleksysokolowski-intel/master Sascha Willems 2017-06-29 19:20:16 +02:00
  • ed207ab030 whitespace fix asokolow 2017-06-27 09:03:26 +02:00
  • 0cef15c0f2 According to MSDN PeekMessage returns false only when the message queue is empty. If there is another message after WM_QUIT, the part of the code responsible for proper closing of the application would never be triggered. This change handles WM_QUIT message properly. asokolow 2017-06-27 09:00:14 +02:00
  • ea726e617f Merge pull request #346 from Piasy/master Sascha Willems 2017-06-26 19:37:19 +02:00
  • 7e2787413b Fix Android install script issue: Piasy 2017-06-26 14:04:31 +08:00
  • 34ede255a9 Remove use of unportable fls() function from multisampling.cpp. Bill Hollings 2017-06-22 17:55:57 -04:00
  • bc8c47bd62 Fix <strings.h> include statement in multisampling.cpp. Bill Hollings 2017-06-22 16:46:08 -04:00
  • 108cdbc14c Merge branch 'master' of https://github.com/SaschaWillems/Vulkan Bill Hollings 2017-06-22 14:55:11 -04:00
  • 96601494d5 Updates to iOS and macOS functionality using MoltenVK. Bill Hollings 2017-06-22 14:53:49 -04:00
  • 3d3cf9f31c Merge pull request #344 from voidstorm/master Sascha Willems 2017-06-20 21:00:06 +02:00
  • 3e95e76cee Fixed Rendering bug in viewport arrays example #332 voidstorm 2017-06-19 22:32:09 +02:00
  • 55da334ba1 Set sampler max. anisotropy to 1.0f instead of 0.0f (valdidation) saschawillems 2017-06-17 16:07:38 +02:00
  • f447047913 Update notes on android builds, added info about validation layer builds saschawillems 2017-06-17 11:32:20 +02:00
  • e0d2fd5ff4 Removed old python build scripts, replaced with json example definition files saschawillems 2017-06-17 11:31:28 +02:00
  • 6218942a19 Wildcard copy for additional assets (android build script) saschawillems 2017-06-17 11:29:30 +02:00
  • 83d4887b93 Wildcard copy for additional assets (android build script) saschawillems 2017-06-17 10:28:29 +02:00
  • 763e927eee Merge branch 'master' into develop saschawillems 2017-06-16 21:57:27 +02:00
  • fa00daac41 Removed unnecessary preserve attachment and shader attachment writes (fixes validation) saschawillems 2017-06-16 21:44:53 +02:00
  • 7ef4e1eb06 Removed old python build scripts, replaced with json example definition files saschawillems 2017-06-16 21:21:55 +02:00
  • b5a733b502 Removed old python build scripts, replaced with json example definition files saschawillems 2017-06-15 11:40:05 +02:00
  • 3064aef33c Enable required device features for instancing example saschawillems 2017-06-15 11:28:12 +02:00