1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-11-29 11:24:14 +01:00

Update README.md

This commit is contained in:
Yours3lf 2020-02-24 22:20:57 +00:00 committed by GitHub
parent 0c5279478e
commit 2852bb3dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ CPU performance (eg. number of draw calls) should be enough on the quad-core PIs
- multiple color attachments
- HDR render targets and textures (lack of kernel support for 64bpp render target)
- ETC textures (lack of kernel support for 64bpp render target)
- timing blocks for profiling (kernel supports interrupts, but data needs to be routed to userspace)
- timing blocks for profiling (kernel supports interrupts, but data needs to be routed to userspace ie. add tiler/renderer start/end timing to seqnos)
### What additional features will this driver support?
- I already added support (to be polished) to load shader assembly. This will enable devs to optimise shaders to the last cycle.