1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-01-18 10:52:14 +01:00
2018-11-17 16:31:44 +00:00
2018-08-25 11:03:29 +01:00
2018-08-21 22:13:19 +01:00
2018-10-14 11:12:17 +01:00
2018-05-07 16:13:39 +01:00
2018-08-21 21:03:43 +01:00
2018-11-17 16:31:44 +00:00
2018-11-17 15:57:20 +00:00

rpi-vk-driver

(not conformant yet, can't use official name or logo)

Milestones

  • clear screen example working
  • triangle example working
    • shader from assembly, vertices from vertex buffer object, no uniforms, color hardcoded
    • uniforms for matrix multiplication and animation
    • texture coordinates and texture sampling
    • shader compiled from spirv

VK CTS progress

  • Passed: 261/3888 (6.7%)
  • Failed: 130/3888 (3.3%)
  • Not supported: 3497/3888 (89.9%)
  • Warnings: 0/3888 (0.0%)
    (dEQP-VK.api.object_management.multithreaded_per_thread_device.buffer_view_uniform_r8g8b8a8_unorm runs out of memory, I need to get a RPi 3)
Description
VK driver for the Raspberry Pi (Broadcom Videocore IV)
Readme MIT 3.1 MiB
Languages
C++ 50.4%
C 48%
Python 1.2%
CMake 0.4%