Re: [Mesa-dev] [PATCH v2 1/8] glapi: add GetPointervKHR to the ES dispatch

2015-11-25 Thread Timothy Arceri
On Thu, 2015-11-26 at 00:36 +, Emil Velikov wrote: > The KHR_debug extension implements this. > > Strictly speaking it could be used with ES 1.0, although as the > original > function is available on ES 1.1, I'm inclined to lift the KHR_debug > requirement to ES 1.1. > > Bugzilla: https://bug

[Mesa-dev] [PATCH v2 1/8] glapi: add GetPointervKHR to the ES dispatch

2015-11-25 Thread Emil Velikov
The KHR_debug extension implements this. Strictly speaking it could be used with ES 1.0, although as the original function is available on ES 1.1, I'm inclined to lift the KHR_debug requirement to ES 1.1. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93048 Signed-off-by: Emil Velikov --