Commit graph

1364 commits

Author SHA1 Message Date
saschawillems
b4fb49504e Updated Vulkan headers to 1.1.71 2018-03-31 08:52:05 +02:00
saschawillems
b3031647e6 Removed unused matrix calculations and assignment
Fixes #448
2018-03-31 08:43:14 +02:00
saschawillems
4fcfc75a50 Correct clear value count, pipeline creation code formating
Fixes #447
2018-03-31 08:40:48 +02:00
saschawillems
b89716506b Code cleanup, minor fixes
Fixes #440
Fixes #441
2018-03-28 17:23:04 +02:00
saschawillems
6a8a44a75d Reworked readme, added all examples not listed yet 2018-03-28 15:09:29 +02:00
saschawillems
8dcaca2ad5 Code cleanup, typos 2018-03-25 12:23:08 +02:00
saschawillems
3c230c7ff5 Simplified text overlay example, code cleanup, better text blending 2018-03-24 11:35:02 +01:00
saschawillems
0c2720efc3 Code cleanup, comments, different texture and default shader
Fixes #438
2018-03-23 22:04:14 +01:00
saschawillems
9c454d7550 Added push descriptors example 2018-03-09 13:48:54 +01:00
saschawillems
7d51cdf85b Parallax mapping sample shader folder name [skip ci] 2018-03-08 16:49:02 +01:00
saschawillems
c7b2d04200 Parallax mapping sample shader folder name 2018-03-08 16:48:08 +01:00
Sascha Willems
a3f7d5729c
Merge pull request #431 from cforfang/parallax
Parallax: fix texture() in non-uniform control-flow
2018-03-08 15:16:35 +01:00
Sascha Willems
5350e1c18d
Merge pull request #432 from cforfang/glslangValidator
Fix capitalization of glslangValidator
2018-03-08 15:15:43 +01:00
Christian Forfang
1daa3a640e Fix capitalization of glslangValidator
* Fixes compileshaders.py not working on Linux due to case-sensitivity
2018-03-07 14:56:56 +01:00
Christian Forfang
8cc8805a43 Parallax: fix texture() in non-uniform control-flow 2018-03-07 14:56:46 +01:00
saschawillems
b2d37e714b Added conservative rasterization example
Refs #422
2018-03-03 17:32:28 +01:00
saschawillems
c918914bd4 Added support for per-example instance based extensions 2018-03-03 11:49:46 +01:00
saschawillems
e7c4e24717 Update PBR SPIR-V shaders (fixes new validation layer message) 2018-03-03 09:54:51 +01:00
Sascha Willems
a508b731a1
Merge pull request #419 from iostrowsINTEL/renderpass-layout-fixes
multisampling, subpasses, textoverlay: Fix renderpass initial layout.
2018-03-03 09:31:58 +01:00
Sascha Willems
7732d96cbc
Merge pull request #427 from yanchith/macos-update
macOS update
2018-03-03 09:31:38 +01:00
yanchith
9aafe04b54 Update readme 2018-02-27 13:48:24 +10:00
yanchith
7f62211d43 Update #includes and xcode file refs 2018-02-27 13:43:02 +10:00
yanchith
7a541d33d4 Update gitignore 2018-02-27 13:41:42 +10:00
saschawillems
3f92d4c0df Removed unused uv vertex attribute
Fixes #412
2018-02-24 10:39:02 +01:00
saschawillems
a0ae08864d Moved vertex attribute and binding descriptors to pipeline creation, fixed attributes
Refs #412
2018-02-24 10:37:45 +01:00
saschawillems
8b36ac5f76 Moved shader into properly named sub folder 2018-02-24 10:36:38 +01:00
saschawillems
037238607a Enable device features 2018-02-24 10:35:01 +01:00
saschawillems
36dbb037c6 Debug quad shader
Fixes #424
2018-02-20 19:28:44 +01:00
Igor Ostrowski
642a665144 multisampling, subpasses, textoverlay: Fix renderpass initial layout.
Fixes #418
2018-02-01 13:00:49 +01:00
Sascha Willems
1c352e106e
Merge pull request #416 from cforfang/master
Fix layout transitions in renderheadless
2018-01-31 20:30:16 +01:00
saschawillems
1a31d3f271 Removed out-dated documentation 2018-01-29 20:44:53 +01:00
Christian Forfang
d29bbe792c Fix layout transitions in renderheadless
Old code had an UNDEFINED to TRANSFER_SRC_OPTIMAL transitions
causing the read-back image to also be undefined.
2018-01-28 20:53:22 +01:00
saschawillems
d46203b890 Clean validation, code comments 2018-01-28 14:16:29 +01:00
saschawillems
ef15a265a7 Short-hand version of fullscreen parameter 2018-01-27 14:37:23 +01:00
saschawillems
86c5f56267 Start unpaused 2018-01-27 14:31:34 +01:00
saschawillems
3540e9e07a Removed incomplete example 2018-01-27 14:25:52 +01:00
saschawillems
df223f5b9b Result (exit) codes for fatal terminations 2018-01-21 18:28:17 +01:00
saschawillems
90d7e09890 Removed compiler warning 2018-01-21 18:27:06 +01:00
saschawillems
4b0bb1a454 Silent error mode as global toggle 2018-01-21 10:58:30 +01:00
saschawillems
6a60e5d60e Removed duplicate device feature support checks 2018-01-21 10:18:53 +01:00
saschawillems
f252284fa5 Output device info, benchmark result file optional
Refs #269
2018-01-19 21:43:00 +01:00
saschawillems
9e073bdd3b Fixed random seed when run in benchmark mode, use default random engine instead of fixed mersene twister
Refs #269
2018-01-18 21:31:19 +01:00
saschawillems
5790f30c17 Fixed random seed when run in benchmark mode
Refs #269
2018-01-15 20:40:17 +01:00
saschawillems
cb32e2e89f Separated benchmark argument line options
Refs #269
2018-01-13 10:39:03 +01:00
saschawillems
39122785a8 Duration based benchmarking (instead of no. of iterations), better argument handling
refs #269
2018-01-12 21:54:01 +01:00
Sascha Willems
f1f96cfd62
Merge pull request #410 from AaronHaganAMD/multisampling_amd
Fix multisampling example for AMD hardware.
2018-01-12 10:06:05 +01:00
amhagan
fd5996cbc0 Fix multisampling example for AMD hardware. 2018-01-10 12:55:28 -05:00
saschawillems
30980623af Device creation failure error message display 2018-01-09 20:22:09 +01:00
saschawillems
1c552a6182 Updated Vulkan headers to 1.0.67 2018-01-09 19:50:39 +01:00
saschawillems
4959985a17 Enable sampler anisotropy only if enabled on device 2018-01-05 20:47:27 +01:00