1
0
Commit Graph

54 Commits

Author SHA1 Message Date
22cbb5457a remove old glfw binaries 2022-05-21 22:42:11 +02:00
c4396f43d2 add commentaries for what need to be provided in order to compile 2022-05-21 22:41:33 +02:00
06889c982a remove windows build cmake file for cross compiling 2022-05-21 22:36:32 +02:00
089bbf1490 add windows buil directory to .gitignore 2022-05-21 22:33:49 +02:00
9f858a81f2 add dependencies for building on windows. Vulkan SDK must be provided on windows systems. 2022-05-21 22:33:12 +02:00
4bd57f9257 add .gitignore to ignore build and idea specific files 2022-05-21 18:14:55 +02:00
5c13974324 remove the lines of building glfw alongside the project. make sure to install the packaged glfw version (e.g. libglfw-dev on apt if existent) 2022-05-21 18:13:32 +02:00
211f190a8f remove glfw source in advance to use packaged version of glfw 2022-05-21 18:12:23 +02:00
09af177a89 add linux port 2021-11-26 17:07:18 +01:00
38e08c3993
Delete feature_request.md 2021-03-04 19:07:49 +01:00
939050bcae
Delete custom.md 2021-03-04 19:07:44 +01:00
951c5a2208
Delete bug_report.md 2021-03-04 19:07:38 +01:00
Niklas Birk
3acbaf8702 use another validation layer hence the old one is not available on newer vulkan sdk 2021-03-03 17:47:59 +01:00
Niklas Birk
438accf2f5 deleted unnecessary files 2021-03-03 17:21:58 +01:00
Niklas Birk
87f55a8403 changed vulkan_sdk path in compile_shader to newer versions 2021-03-03 17:19:21 +01:00
f995bd8b32 Update issue templates 2020-04-17 23:36:49 +02:00
f8b9ca5006
Update CONTRIBUTING.md 2020-04-17 23:36:11 +02:00
e20564325b
Create LICENSE 2020-04-17 23:33:57 +02:00
e7aca47a74
Create CONTRIBUTING.md 2020-04-17 23:32:59 +02:00
d95a3b2bce
Create CODE_OF_CONDUCT.md 2020-04-17 23:32:34 +02:00
c81cb584b0
Updated Readme.md
Added description for paper
2020-04-07 08:57:54 +02:00
acd2aa9c4e
Added final project paper.
- Release-Version of Paper from 01.04.2020
2020-04-07 08:53:28 +02:00
Niklas Birk
33329c10d0 Finished for Abgabe 2020-04-01 22:17:35 +02:00
Niklas Birk
0ac020d531 Cleanup 2020-04-01 14:40:21 +02:00
Niklas Birk
9c0188c389 minor changes 2020-03-31 18:38:58 +02:00
Niklas Birk
dd9a111ef6 Readme 2020-03-31 15:56:44 +02:00
Niklas Birk
0fdd5a58e9 WORKGROUP_SIZE_X in utils.h erstellt 2020-03-31 15:56:36 +02:00
Niklas Birk
1ba5d33634 Cleaned up 2020-03-31 15:22:15 +02:00
Niklas Birk
8c77f36f6a Vulkan finished
Performance slightly worse than opengl; maybe perfomance tweaks can help? Or it is so ...
2020-03-31 15:09:08 +02:00
Niklas Birk
c99023f81c Finally finished vulkan to draw 2020-03-31 15:09:08 +02:00
Niklas Birk
d5b566c2b6 Compute finished (maybe);
Graphics ausstehend;
Aktuelles Problem: SEGFAULT bei Swapchain!
2020-03-31 15:09:08 +02:00
Niklas Birk
bf5f9df90f Neuer Ansatz;
NEW ERROR: vkCreateComputePipeline(); VK_ERROR_OUT_OF_HOST_MEMORY
2020-03-31 15:09:08 +02:00
Niklas Birk
0815c8a5f2 memory stuff 2020-03-31 15:09:08 +02:00
Niklas Birk
29e3ac0d53 further vulkan 2020-03-31 15:09:08 +02:00
Niklas Birk
77825e62c2 vulkan shader 2020-03-31 15:09:08 +02:00
Niklas Birk
7ab2e09d48 vulkan shader 2020-03-31 15:09:08 +02:00
Niklas Birk
0382508e9e readFile() implemented 2020-03-31 15:09:08 +02:00
Niklas Birk
357cca6dd5 did vulkan stuff / opengl stuff 2020-03-31 15:09:07 +02:00
Niklas Birk
1d10921b75 did vulkan stuff 2020-03-31 15:09:07 +02:00
Niklas Birk
8fa5172e3e Finished shader; split to targets cpu, opengl and vulkan 2020-03-31 15:09:07 +02:00
Niklas Birk
1b5b6d0f45 quick 2020-03-31 15:09:07 +02:00
Niklas Birk
92a3dc0813 Changes glfw to use binares instead of building along project 2020-03-31 15:09:07 +02:00
Niklas Birk
38d326abca Shader 2020-03-31 15:09:06 +02:00
Niklas Birk
05038da3df Shader 2020-03-31 15:09:06 +02:00
Niklas Birk
e8ecec7cef magic 2020-03-31 15:09:05 +02:00
Niklas Birk
8eb0a12b83 Imported glad; cleaned up opengl init code; fixed some 2020-03-31 15:09:05 +02:00
Niklas Birk
a9609ed770 several things 2020-03-31 15:09:03 +02:00
Niklas Birk
a5b69a7dad further tests 2020-03-31 15:09:01 +02:00
Niklas Birk
50788d8351 Init opengl 2020-03-31 15:09:01 +02:00
Niklas Birk
e7db6fdf34 Init opengl 2020-03-31 15:08:59 +02:00