Re: [Mesa-dev] [PATCH 1/2] mesa: don't use genned but unnammed xfb objects.

2016-05-09 Thread Ian Romanick
On 05/09/2016 08:22 AM, Dave Airlie wrote: > From: Dave Airlie > > If we try to draw or query an XFB object that hasn't been bound, > we shouldn't return any information. > > This fixes a couple if cases in: > GL33-CTS.transform_feedback.api_errors_test > > The ObjectLabel test is inspired by a

Re: [Mesa-dev] [PATCH 1/2] mesa: don't use genned but unnammed xfb objects.

2016-05-09 Thread Kenneth Graunke
On Monday, May 9, 2016 4:22:21 PM PDT Dave Airlie wrote: > From: Dave Airlie > > If we try to draw or query an XFB object that hasn't been bound, > we shouldn't return any information. > > This fixes a couple if cases in: > GL33-CTS.transform_feedback.api_errors_test > > The ObjectLabel test is

[Mesa-dev] [PATCH 1/2] mesa: don't use genned but unnammed xfb objects.

2016-05-08 Thread Dave Airlie
From: Dave Airlie If we try to draw or query an XFB object that hasn't been bound, we shouldn't return any information. This fixes a couple if cases in: GL33-CTS.transform_feedback.api_errors_test The ObjectLabel test is inspired by another test. Signed-off-by: Dave Airlie --- src/mesa/main/