From 0c5279478e0ec9aa595b9fc55ac244cbf14684da Mon Sep 17 00:00:00 2001 From: Yours3lf <0.tamas.marton@gmail.com> Date: Mon, 24 Feb 2020 22:18:35 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1adca6b..4ef9d02 100644 --- a/README.md +++ b/README.md @@ -96,6 +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) ### 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.