1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-02-22 19: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] cube mapping
- [x] shadow mapping / depth texture sampling - [x] shadow mapping / depth texture sampling
- [ ] Cubemaps with mipmaps - [ ] Cubemaps with mipmaps
- [ ] Multi threaded cmdbuf generation test - [ ] Multi threaded cmdbuf generation test (secondary cmdbufs)
- [x] Shader compiler chain - [x] Shader compiler chain
- [x] QPU assembler / disassembler - [x] QPU assembler / disassembler
- [x] Resources - [x] Resources
@ -37,7 +37,6 @@
- [x] Performance counters - [x] Performance counters
- [ ] Synchronization - [ ] Synchronization
- [ ] vkCmdPipelineBarrier support - [ ] vkCmdPipelineBarrier support
- [ ] Secondary command buffers
- [x] WSI - [x] WSI
- [x] Direct to display support - [x] Direct to display support
- [ ] Fixes - [ ] Fixes