- Jul 09, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Jun 22, 2021
-
-
Alexander Gauggel authored
-
- Jun 08, 2021
-
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
- May 18, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Sebastian Gaida authored
-
- May 14, 2021
-
-
Sebastian Gaida authored
removed some temp debug code and removed context out of swapchain
-
- May 13, 2021
-
-
Sebastian Gaida authored
added functionality to ImageViews temporarily fixed the access violation to be able to compile
-
- May 11, 2021
-
-
Artur Wasmut authored
-
- May 09, 2021
-
-
Artur Wasmut authored
-
Tobias Frisch authored
This reverts commit 7df91724.
-
Artur Wasmut authored
-
- May 08, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- May 07, 2021
-
-
Sebastian Gaida authored
we create 3 queues and only had 2 handles
-
Katharina Krämer authored
[#16] added queue handles as context members and context function to access the right queuefamily index
-
- May 06, 2021
-
-
Sebastian Gaida authored
big push sorry :) to long to say what happend ;)
-
- May 05, 2021
-
-
Katharina Krämer authored
-
- May 04, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Alexander Gauggel authored
-
- May 03, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Sebastian Gaida authored
-
Katharina Krämer authored
-
Vanessa Karolek authored
The changes are based on review !2 (comment 114205)
-
- Apr 30, 2021
-
-
Vanessa Karolek authored
The validation layers are only enabled, if in debug mode in the IDE. If enabled, it will be checked, if validation layers are supported. Extensions for both the instance and the physical device can be added via the Context::create() function. Per default, the instanceExtensions and deviceExtensions are empty. Thus, the user is not forced to add any extension. Queues are now supported! The user can determine the amount of queues (default: 1, but we can change that...) and their purpose e.g. COMPUTE or TRANSFER etc. If their amount and purpose is specified it is checked, if the picked physical device has enough of them. The queues are chosen in a way that the maximal amount of available queues of specified purpose are picked, Example 1: If we choose 20 queues with purpose COMPUTE and we have 16 of them available, we pick 16 of them. Example 2: If we choose 30 queues with no specified purpose, we choose as many queues as we have available. If the computer has more than one physical device available (e.g. an integrated and an dedicated GPU or several dedicated GPUs), then it will be checked, which of all available devices is the optimal one. The choice is based on a scoring system. The choice criteria are: the abilities of the available queues, the VRAM and the GPU type (discrete vs. integrated vs. other)
-
- Apr 26, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Alexander Gauggel authored
-
- Apr 23, 2021
-
-