mirror of
https://github.com/Yours3lf/rpi-vk-driver.git
synced 2025-02-07 04:54:20 +01:00
Update README.md
This commit is contained in:
parent
4050f93b72
commit
1563f8c216
@ -15,8 +15,6 @@
|
|||||||
- [x] blending
|
- [x] blending
|
||||||
- [x] mipmapping
|
- [x] mipmapping
|
||||||
- [x] cube mapping
|
- [x] cube mapping
|
||||||
- [ ] linear RGBA8 texture support
|
|
||||||
- [ ] linear YUYV texture support https://www.linuxtv.org/downloads/v4l-dvb-apis-old/V4L2-PIX-FMT-YUYV.html
|
|
||||||
- [x] shadow mapping / depth texture sampling
|
- [x] shadow mapping / depth texture sampling
|
||||||
- [ ] Multi threaded cmdbuf generation test
|
- [ ] Multi threaded cmdbuf generation test
|
||||||
- [x] Shader compiler chain
|
- [x] Shader compiler chain
|
||||||
@ -98,6 +96,8 @@ CPU performance (eg. number of draw calls) should be enough on the quad-core PIs
|
|||||||
- multiple color attachments
|
- multiple color attachments
|
||||||
- HDR render targets and textures (lack of kernel support for 64bpp render target)
|
- HDR render targets and textures (lack of kernel support for 64bpp render target)
|
||||||
- ETC textures (lack of kernel support for 64bpp render target)
|
- ETC textures (lack of kernel support for 64bpp render target)
|
||||||
|
- linear RGBA8 textures (lack of kernel support)
|
||||||
|
- linear YUYV textures https://www.linuxtv.org/downloads/v4l-dvb-apis-old/V4L2-PIX-FMT-YUYV.html (lack of kernel support)
|
||||||
- timing blocks for profiling (kernel supports interrupts, but data needs to be routed to userspace ie. add tiler/renderer start/end timing to seqnos)
|
- 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?
|
### What additional features will this driver support?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user