Re: [Piglit] [PATCH 4/4] arb_transform_feedback2: Misc. API error checks

2013-10-27 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/18/2013 10:54 AM, Dylan Baker wrote: On Friday, October 04, 2013 06:11:01 PM Ian Romanick wrote: From: Ian Romanick ian.d.roman...@intel.com This covers most of the errors mentioned in the spec that aren't already covered in

Re: [Piglit] [PATCH 4/4] arb_transform_feedback2: Misc. API error checks

2013-10-27 Thread Dylan Baker
On Sunday, October 27, 2013 04:31:21 PM Ian Romanick wrote: On 10/18/2013 10:54 AM, Dylan Baker wrote: On Friday, October 04, 2013 06:11:01 PM Ian Romanick wrote: From: Ian Romanick ian.d.roman...@intel.com This covers most of the errors mentioned in the spec that aren't already

Re: [Piglit] [PATCH 4/4] arb_transform_feedback2: Misc. API error checks

2013-10-18 Thread Dylan Baker
On Friday, October 04, 2013 06:11:01 PM Ian Romanick wrote: From: Ian Romanick ian.d.roman...@intel.com This covers most of the errors mentioned in the spec that aren't already covered in cannot-bind-when-active.c and gen-names-only.c. Most of the other errors should be covered by existing

[Piglit] [PATCH 4/4] arb_transform_feedback2: Misc. API error checks

2013-10-04 Thread Ian Romanick
From: Ian Romanick ian.d.roman...@intel.com This covers most of the errors mentioned in the spec that aren't already covered in cannot-bind-when-active.c and gen-names-only.c. Most of the other errors should be covered by existing EXT_transform_feedback tests. Mesa currently passes all of these