1
0
mirror of https://github.com/elima/gpu-playground.git synced 2025-06-05 23:16:23 +00:00

15 Commits

Author SHA1 Message Date
Eduardo Lima Mitev
e07985e898 Add an example program that loads a PNG or JPEG image into a GL texture 2018-10-29 11:24:58 +01:00
Eduardo Lima Mitev
c8607b8797 vulkan-triangle: Links against a Vulkan loader (libvulkan.so) instead 2016-11-10 10:46:21 +01:00
Eduardo Lima Mitev
d0ef28783b common: Makes vk-api assume a Vulkan loader is being used 2016-11-10 10:45:33 +01:00
Eduardo Lima Mitev
d125302c86 vulkan-minimal: Removes incorrect assertion
vkAcquireNextImageKHR can return several other values depending on
swapchain state.
2016-11-10 10:39:32 +01:00
Eduardo Lima Mitev
be8660abc4 vulkan-minimal: Links against a Vulkan loader (libvulkan.so) instead
Previously, the Intel Vulkan driver was used directly.
2016-11-10 10:35:58 +01:00
Eduardo Lima Mitev
821e8f432c vulkan-triangle: Uses the abstracted WSI API from common/wsi.h 2016-11-10 10:14:01 +01:00
Eduardo Lima Mitev
6d81ff42cf common: Extracts XCB WSI from vulkan-triangle into a separate file for reuse 2016-11-10 10:13:50 +01:00
Eduardo Lima Mitev
2b4ed5dcec vulkan-triangle: Specify the Vulkan platform in the Makefile instead 2016-11-10 10:08:37 +01:00
Eduardo Lima Mitev
f54e78c3f8 vulkan-triangle: Use the new Vulkan API loader helper 2016-11-10 10:08:23 +01:00
Eduardo Lima Mitev
df4e267e45 Adds a Vulkan API loader helper 2016-11-10 10:08:08 +01:00
Eduardo Lima Mitev
a731e75f93 Adds a vulkan triangle example
Uses xcb as WSI with minimum integration (resize, fullscreen, etc).
2016-11-10 10:07:56 +01:00
Eduardo Lima Mitev
7eadd11e3e Adds a vulkan minimal example 2016-11-10 10:03:09 +01:00
Eduardo Lima Mitev
f6e835d449 Includes Khronos' glslangValidator (x86_64) into the tree
This is for convenience. @FIXME: need to check if it is ok to distribute
this binary once the repo gets published.
2016-09-23 09:19:38 +02:00
Eduardo Lima
ad662f7d49 Update README.md 2016-09-20 05:34:51 +02:00
Eduardo Lima Mitev
c9dd226c67 Initial commit 2016-09-20 05:13:13 +02:00