From 85bd43ca064893c674c9193a66a8a2ca7c683f9f Mon Sep 17 00:00:00 2001 From: Yours3lf <0.tamas.marton@gmail.com> Date: Thu, 20 Feb 2020 20:48:03 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36506d8..340b44b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ - [ ] mipmapping - [ ] cube mapping - [x] shadow mapping / depth texture sampling - - [ ] HDR rendering - [ ] ETC compressed texture - [ ] Multi threaded cmdbuf generation test - [x] Shader compiler chain @@ -98,6 +97,8 @@ CPU performance (eg. number of draw calls) should be enough on the quad-core PIs - 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) ### 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.