Re: [Piglit] Spec justification for test_illegal_begin_mode?

2020-12-09 Thread Brian Paul
On 12/09/2020 11:19 AM, Ian Romanick wrote: On 12/9/20 7:55 AM, Brian Paul wrote: On 12/08/2020 05:47 PM, Ian Romanick wrote: On 12/1/20 7:43 AM, Brian Paul wrote: On 11/26/2020 09:22 AM, Brian Paul wrote: On Wed, Nov 25, 2020 at 8:19 PM Ian Romanick mailto:i...@freedesktop.org>> wrote:    

Re: [Piglit] Spec justification for test_illegal_begin_mode?

2020-12-09 Thread Ian Romanick
On 12/9/20 7:55 AM, Brian Paul wrote: > On 12/08/2020 05:47 PM, Ian Romanick wrote: >> On 12/1/20 7:43 AM, Brian Paul wrote: >>> On 11/26/2020 09:22 AM, Brian Paul wrote: On Wed, Nov 25, 2020 at 8:19 PM Ian Romanick >>> > wrote: I was looking at the

Re: [Piglit] Spec justification for test_illegal_begin_mode?

2020-12-09 Thread Brian Paul
On 12/08/2020 05:47 PM, Ian Romanick wrote: On 12/1/20 7:43 AM, Brian Paul wrote: On 11/26/2020 09:22 AM, Brian Paul wrote: On Wed, Nov 25, 2020 at 8:19 PM Ian Romanick mailto:i...@freedesktop.org>> wrote:     I was looking at the dlist-beginend subtest test_illegal_begin_mode.     The test

Re: [Piglit] Spec justification for test_illegal_begin_mode?

2020-12-08 Thread Ian Romanick
On 12/1/20 7:43 AM, Brian Paul wrote: > On 11/26/2020 09:22 AM, Brian Paul wrote: >> On Wed, Nov 25, 2020 at 8:19 PM Ian Romanick > > wrote: >> >>     I was looking at the dlist-beginend subtest test_illegal_begin_mode. >>     The test compiles a display list with

Re: [Piglit] Spec justification for test_illegal_begin_mode?

2020-12-01 Thread Brian Paul
On 11/26/2020 09:22 AM, Brian Paul wrote: On Wed, Nov 25, 2020 at 8:19 PM Ian Romanick > wrote: I was looking at the dlist-beginend subtest test_illegal_begin_mode. The test compiles a display list with GL_COMPILE_AND_EXECUTE mode.  The glBegin in the

Re: [Piglit] Spec justification for test_illegal_begin_mode?

2020-11-26 Thread Brian Paul
On Wed, Nov 25, 2020 at 8:19 PM Ian Romanick wrote: > I was looking at the dlist-beginend subtest test_illegal_begin_mode. > The test compiles a display list with GL_COMPILE_AND_EXECUTE mode. The > glBegin in the test uses an invalid mode. This should generate a > GL_INVALID_OPERATION error

[Piglit] Spec justification for test_illegal_begin_mode?

2020-11-25 Thread Ian Romanick
I was looking at the dlist-beginend subtest test_illegal_begin_mode. The test compiles a display list with GL_COMPILE_AND_EXECUTE mode. The glBegin in the test uses an invalid mode. This should generate a GL_INVALID_OPERATION error immediately. The test checks this, and that seems correct. The