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

2015-11-27 Thread Timothy Arceri
On Thu, 2015-11-26 at 14:08 +, Emil Velikov wrote: > On 26 November 2015 at 04:39, Timothy Arceri > wrote: > > On Thu, 2015-11-26 at 00:36 +, Emil Velikov wrote: > > > The extension requires (cough implements) GetPointervKHR (alias > > > of > > > GetPointerv) which in itself is available f

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

2015-11-26 Thread Emil Velikov
On 26 November 2015 at 04:39, Timothy Arceri wrote: > On Thu, 2015-11-26 at 00:36 +, Emil Velikov wrote: >> 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

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

2015-11-25 Thread Timothy Arceri
On Thu, 2015-11-26 at 00:36 +, Emil Velikov wrote: > 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 com

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

2015-11-25 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. Bugzilla: https://bugs.freed