1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-12-02 14:24:14 +01:00
VK driver for the Raspberry Pi (Broadcom Videocore IV)
Go to file
2018-11-17 16:32:39 +00:00
brcm fixed some warnings 2018-08-25 11:03:29 +01:00
driver allocators are now supported, more CTS fixes. 2018-11-17 15:53:13 +00:00
external fixed dumping 2018-08-21 22:13:19 +01:00
test fixed shader state count 2018-10-14 11:12:17 +01:00
.gitignore added surface creator extension 2018-05-07 16:13:39 +01:00
CMakeLists.txt added control list dumping 2018-08-21 21:03:43 +01:00
LICENSE Create LICENSE 2018-11-17 16:31:44 +00:00
README.md Update README.md 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)