Re: [Mesa-dev] [PATCH 3/3] mesa: Remove extra NULL Check on glFeedbackBuffer().

2011-06-29 Thread Eric Anholt
On Tue, 28 Jun 2011 21:20:14 -0600, Brian Paul wrote: > On Tue, Jun 28, 2011 at 5:49 PM, Eric Anholt wrote: > > This error result doesn't appear in the GL 2.1 or 3.2 compatibility > > specs, and triggers an unexpected GL error in Intel's oglconform when > > it tries to reset the feedback state af

Re: [Mesa-dev] [PATCH 3/3] mesa: Remove extra NULL Check on glFeedbackBuffer().

2011-06-28 Thread Brian Paul
On Tue, Jun 28, 2011 at 5:49 PM, Eric Anholt wrote: > This error result doesn't appear in the GL 2.1 or 3.2 compatibility > specs, and triggers an unexpected GL error in Intel's oglconform when > it tries to reset the feedback state after usage so that the "diff the > state at error time vs. conte

[Mesa-dev] [PATCH 3/3] mesa: Remove extra NULL Check on glFeedbackBuffer().

2011-06-28 Thread Eric Anholt
This error result doesn't appear in the GL 2.1 or 3.2 compatibility specs, and triggers an unexpected GL error in Intel's oglconform when it tries to reset the feedback state after usage so that the "diff the state at error time vs. context init time" code doesn't generate spurious diffs. The unex