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 21:54:59 +00:00 committed by GitHub
parent 84c0b2bef7
commit 15d881e3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,9 +82,9 @@ CPU performance (eg. number of draw calls) should be enough on the quad-core PIs
- 3D textures
- sparse textures
- compute shaders (though could be supported to some extent if the kernel side would support it)
- some texture formats
- some render target texture formats
- occlusion queries (https://github.com/anholt/mesa/wiki/VC4-OpenGL-support)
- pipeline statistics
- timestamp queries (maybe with kernel support?)
- indirect draws
- spirv shaders
- events
@ -93,7 +93,6 @@ CPU performance (eg. number of draw calls) should be enough on the quad-core PIs
- geometry shaders
- 32 bit indices
- instancing
- some vertex buffer formats
- pipeline caches (doesn't make sense with assembly shaders)
- multiple color attachments
- HDR render targets and textures (lack of kernel support for 64bpp render target)