Re: [Mesa-dev] [PATCH] mesa: remove conditional render and rgtc from ES3 requirements

2014-10-21 Thread Ilia Mirkin
On Tue, Oct 21, 2014 at 11:10 PM, Matt Turner wrote: > Reviewed-by: Matt Turner > > Maybe we can also get rid of this comment as well? > > /* FINISHME: This list isn't quite right. */ I'm happy to get rid of it, but that list definitely isn't quite right. At the very least, EXT_texture_snorm is

Re: [Mesa-dev] [PATCH] mesa: remove conditional render and rgtc from ES3 requirements

2014-10-21 Thread Matt Turner
Reviewed-by: Matt Turner Maybe we can also get rid of this comment as well? /* FINISHME: This list isn't quite right. */ ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] mesa: remove conditional render and rgtc from ES3 requirements

2014-10-21 Thread Ilia Mirkin
The functionality exposed by those extensions does not appear in ES3 Signed-off-by: Ilia Mirkin --- I'm _pretty_ sure the above statement is right, but not 100% sure :) Perhaps someone who really knows can double-check. src/mesa/main/version.c | 2 -- 1 file changed, 2 deletions(-) diff --git