Re: [Piglit] [PATCH] namespace-pollution: Initial framework and test cases for namespace pollution

2015-12-21 Thread Ian Romanick
On 12/17/2015 02:44 PM, Emil Velikov wrote: > Hi Ian, > > On 17 December 2015 at 02:40, Ian Romanick wrote: >> From: Ian Romanick >> >> See the giant comment in the top of >> tests/general/object-namespace-pollution.c for more details. Currently

Re: [Piglit] [PATCH] namespace-pollution: Initial framework and test cases for namespace pollution

2015-12-17 Thread Emil Velikov
Hi Ian, On 17 December 2015 at 02:40, Ian Romanick wrote: > From: Ian Romanick > > See the giant comment in the top of > tests/general/object-namespace-pollution.c for more details. Currently > only buffer objects and texture objects are

[Piglit] [PATCH] namespace-pollution: Initial framework and test cases for namespace pollution

2015-12-16 Thread Ian Romanick
From: Ian Romanick See the giant comment in the top of tests/general/object-namespace-pollution.c for more details. Currently only buffer objects and texture objects are supported with glClear and glGenerateMipmap. Addtional objects and operations will be added. Both