1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-02-21 18:54:18 +01:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
yours3lf 2020-05-26 19:58:11 +01:00
commit 488a0334a0

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