1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-12-01 13:24:20 +01:00

Update README.md

This commit is contained in:
Yours3lf 2020-05-25 17:39:19 +01:00 committed by GitHub
parent 81d097bb67
commit c543e69b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
- [x] cube mapping
- [x] shadow mapping / depth texture sampling
- [ ] Cubemaps with mipmaps
- [ ] Multi threaded cmdbuf generation test
- [ ] Multi threaded cmdbuf generation test (secondary cmdbufs)
- [x] Shader compiler chain
- [x] QPU assembler / disassembler
- [x] Resources
@ -37,7 +37,6 @@
- [x] Performance counters
- [ ] Synchronization
- [ ] vkCmdPipelineBarrier support
- [ ] Secondary command buffers
- [x] WSI
- [x] Direct to display support
- [ ] Fixes