Re: [Mesa-dev] [PATCH] mesa/api: validate buffers are unmapped

2015-09-01 Thread Dave Airlie
On 2 September 2015 at 09:58, Brian Paul wrote: > On 09/01/2015 05:39 PM, Dave Airlie wrote: >> >> From: Dave Airlie >> >> GL 3.2 introduced new language in this area, and CTS enforces it, >> this patches checks all the vertex buffers and the index buffer >> are mapped in the core profile case. I

Re: [Mesa-dev] [PATCH] mesa/api: validate buffers are unmapped

2015-09-01 Thread Brian Paul
On 09/01/2015 05:39 PM, Dave Airlie wrote: From: Dave Airlie GL 3.2 introduced new language in this area, and CTS enforces it, this patches checks all the vertex buffers and the index buffer are mapped in the core profile case. I'm not sure what GLES s/mapped/unmapped/ ? expects here. Thi

Re: [Mesa-dev] [PATCH] mesa/api: validate buffers are unmapped

2015-09-01 Thread Ilia Mirkin
On Tue, Sep 1, 2015 at 7:50 PM, Dave Airlie wrote: > On 2 September 2015 at 09:42, Ilia Mirkin wrote: >> On Tue, Sep 1, 2015 at 7:39 PM, Dave Airlie wrote: >>> From: Dave Airlie >>> >>> GL 3.2 introduced new language in this area, and CTS enforces it, >>> this patches checks all the vertex buff

Re: [Mesa-dev] [PATCH] mesa/api: validate buffers are unmapped

2015-09-01 Thread Dave Airlie
On 2 September 2015 at 09:42, Ilia Mirkin wrote: > On Tue, Sep 1, 2015 at 7:39 PM, Dave Airlie wrote: >> From: Dave Airlie >> >> GL 3.2 introduced new language in this area, and CTS enforces it, >> this patches checks all the vertex buffers and the index buffer >> are mapped in the core profile

Re: [Mesa-dev] [PATCH] mesa/api: validate buffers are unmapped

2015-09-01 Thread Ilia Mirkin
On Tue, Sep 1, 2015 at 7:39 PM, Dave Airlie wrote: > From: Dave Airlie > > GL 3.2 introduced new language in this area, and CTS enforces it, > this patches checks all the vertex buffers and the index buffer > are mapped in the core profile case. I'm not sure what GLES > expects here. > > This fix