Re: [Mesa-dev] [PATCH 2/7] mesa: do not enable KHR_debug for ES 1.0

2015-11-22 Thread Emil Velikov
On 22 November 2015 at 23:21, Emil Velikov wrote: > Until then lets restrict things, > effectively fixing the following CTS test: > >ES2-CTS.gtf.GL2ExtensionTests.debug.debug > This hunk is a silly thinko. I've dropped it locally. -Emil ___ mesa-dev

[Mesa-dev] [PATCH 2/7] mesa: do not enable KHR_debug for ES 1.0

2015-11-22 Thread Emil Velikov
The extension requires (cough implements) GetPointervKHR (alias of GetPointerv) which in itself is available for ES 1.1 enabled mesa. Anyone willing to fish around and implement it for ES 1.0 is more than welcome to revert this commit. Until then lets restrict things, effectively fixing the follow