On Wednesday, July 02, 2014 09:08:04 PM Kristian Høgsberg wrote:
> On Tue, Jul 1, 2014 at 5:25 PM, Kenneth Graunke
wrote:
> > The GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN counter is not supposed to
> > increment during glGenerateMipmap(). I don't think either counter is
> > supposed to increment
On Tue, Jul 1, 2014 at 5:25 PM, Kenneth Graunke wrote:
> The GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN counter is not supposed to
> increment during glGenerateMipmap(). I don't think either counter is
> supposed to increment during most meta operations, so simply turn off
> statistics during those
The GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN counter is not supposed to
increment during glGenerateMipmap(). I don't think either counter is
supposed to increment during most meta operations, so simply turn off
statistics during those.
Fixes one Piglit test:
spec/EXT_transform_feedback/generatemi