mirror of
https://github.com/Yours3lf/rpi-vk-driver.git
synced 2024-12-01 13:24:20 +01:00
Update README.md
This commit is contained in:
parent
84c0b2bef7
commit
15d881e3b1
@ -82,9 +82,9 @@ CPU performance (eg. number of draw calls) should be enough on the quad-core PIs
|
|||||||
- 3D textures
|
- 3D textures
|
||||||
- sparse textures
|
- sparse textures
|
||||||
- compute shaders (though could be supported to some extent if the kernel side would support it)
|
- 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)
|
- occlusion queries (https://github.com/anholt/mesa/wiki/VC4-OpenGL-support)
|
||||||
|
- pipeline statistics
|
||||||
|
- timestamp queries (maybe with kernel support?)
|
||||||
- indirect draws
|
- indirect draws
|
||||||
- spirv shaders
|
- spirv shaders
|
||||||
- events
|
- events
|
||||||
@ -93,7 +93,6 @@ CPU performance (eg. number of draw calls) should be enough on the quad-core PIs
|
|||||||
- geometry shaders
|
- geometry shaders
|
||||||
- 32 bit indices
|
- 32 bit indices
|
||||||
- instancing
|
- instancing
|
||||||
- some vertex buffer formats
|
|
||||||
- pipeline caches (doesn't make sense with assembly shaders)
|
- pipeline caches (doesn't make sense with assembly shaders)
|
||||||
- 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user