Re: [Mesa-dev] [PATCH] mesa/tests: add KHR_debug GLES glGetPointervKHR entry points

2015-12-04 Thread Michel Dänzer
On 04.12.2015 10:06, Emil Velikov wrote: > On 4 December 2015 at 00:45, Matt Turner wrote: >> On Thu, Dec 3, 2015 at 4:37 PM, Emil Velikov >> wrote: FWIW, make check still fails for me even with this patch. >>> Do you have a log that I can take a look ? I've `make clean'ed and >>> rebuild a

Re: [Mesa-dev] [PATCH] mesa/tests: add KHR_debug GLES glGetPointervKHR entry points

2015-12-03 Thread Emil Velikov
On 4 December 2015 at 00:45, Matt Turner wrote: > On Thu, Dec 3, 2015 at 4:37 PM, Emil Velikov wrote: >>> FWIW, make check still fails for me even with this patch. >> Do you have a log that I can take a look ? I've `make clean'ed and >> rebuild a couple of times just in case and things seems to p

Re: [Mesa-dev] [PATCH] mesa/tests: add KHR_debug GLES glGetPointervKHR entry points

2015-12-03 Thread Matt Turner
On Thu, Dec 3, 2015 at 4:37 PM, Emil Velikov wrote: >> FWIW, make check still fails for me even with this patch. > Do you have a log that I can take a look ? I've `make clean'ed and > rebuild a couple of times just in case and things seems to pass here. Attached is the output of ./main-test witho

Re: [Mesa-dev] [PATCH] mesa/tests: add KHR_debug GLES glGetPointervKHR entry points

2015-12-03 Thread Emil Velikov
On 4 December 2015 at 00:23, Matt Turner wrote: > On Thu, Dec 3, 2015 at 3:59 PM, Emil Velikov wrote: >> On 3 December 2015 at 22:15, Matt Turner wrote: >>> On Thu, Dec 3, 2015 at 2:05 PM, Emil Velikov >>> wrote: Should have been part of commit f53f9eb8d49 "glapi: add GetPointervKHR

Re: [Mesa-dev] [PATCH] mesa/tests: add KHR_debug GLES glGetPointervKHR entry points

2015-12-03 Thread Matt Turner
On Thu, Dec 3, 2015 at 3:59 PM, Emil Velikov wrote: > On 3 December 2015 at 22:15, Matt Turner wrote: >> On Thu, Dec 3, 2015 at 2:05 PM, Emil Velikov >> wrote: >>> Should have been part of commit f53f9eb8d49 "glapi: add GetPointervKHR >>> to the ES dispatch". >>> >>> Note: as the core symbol is

Re: [Mesa-dev] [PATCH] mesa/tests: add KHR_debug GLES glGetPointervKHR entry points

2015-12-03 Thread Emil Velikov
On 3 December 2015 at 22:15, Matt Turner wrote: > On Thu, Dec 3, 2015 at 2:05 PM, Emil Velikov wrote: >> Should have been part of commit f53f9eb8d49 "glapi: add GetPointervKHR >> to the ES dispatch". >> >> Note: as the core symbol is present in GLES 1.1 we cannot (should not) >> include the KHR o

Re: [Mesa-dev] [PATCH] mesa/tests: add KHR_debug GLES glGetPointervKHR entry points

2015-12-03 Thread Matt Turner
On Thu, Dec 3, 2015 at 2:05 PM, Emil Velikov wrote: > Should have been part of commit f53f9eb8d49 "glapi: add GetPointervKHR > to the ES dispatch". > > Note: as the core symbol is present in GLES 1.1 we cannot (should not) > include the KHR one in the es11 table. Add the symbol, commented out, > w

Re: [Mesa-dev] [PATCH] mesa/tests: add KHR_debug GLES glGetPointervKHR entry points

2015-12-03 Thread Vinson Lee
On Thu, Dec 3, 2015 at 2:05 PM, Emil Velikov wrote: > Should have been part of commit f53f9eb8d49 "glapi: add GetPointervKHR > to the ES dispatch". > > Note: as the core symbol is present in GLES 1.1 we cannot (should not) > include the KHR one in the es11 table. Add the symbol, commented out, > w

[Mesa-dev] [PATCH] mesa/tests: add KHR_debug GLES glGetPointervKHR entry points

2015-12-03 Thread Emil Velikov
Should have been part of commit f53f9eb8d49 "glapi: add GetPointervKHR to the ES dispatch". Note: as the core symbol is present in GLES 1.1 we cannot (should not) include the KHR one in the es11 table. Add the symbol, commented out, with description for posterity. Bugzilla: https://bugs.freedeskt