Re: [Mesa-dev] [PATCH 00/19] Implement GL_ARB_multi_bind v2

2014-04-29 Thread Fredrik Höglund
On Monday 28 April 2014, Ian Romanick wrote: > On 04/21/2014 02:57 PM, Fredrik Höglund wrote: > > So here is version two of the ARB_multi_bind series. > > > > This incorporates feedback from Brian, Matt and Francisco, and also > > fixes an issue I happened to notice myself. It occurred to me that

Re: [Mesa-dev] [PATCH 00/19] Implement GL_ARB_multi_bind v2

2014-04-28 Thread Ian Romanick
On 04/21/2014 02:57 PM, Fredrik Höglund wrote: > So here is version two of the ARB_multi_bind series. > > This incorporates feedback from Brian, Matt and Francisco, and also > fixes an issue I happened to notice myself. It occurred to me that > the BindTexture driver hook doesn't have a parameter

Re: [Mesa-dev] [PATCH 00/19] Implement GL_ARB_multi_bind v2

2014-04-27 Thread Fredrik Höglund
On Tuesday 22 April 2014, Brian Paul wrote: > On 04/21/2014 03:57 PM, Fredrik Höglund wrote: > > So here is version two of the ARB_multi_bind series. > > > > This incorporates feedback from Brian, Matt and Francisco, and also > > fixes an issue I happened to notice myself. It occurred to me that >

Re: [Mesa-dev] [PATCH 00/19] Implement GL_ARB_multi_bind v2

2014-04-22 Thread Brian Paul
On 04/21/2014 03:57 PM, Fredrik Höglund wrote: So here is version two of the ARB_multi_bind series. This incorporates feedback from Brian, Matt and Francisco, and also fixes an issue I happened to notice myself. It occurred to me that the BindTexture driver hook doesn't have a parameter for the

[Mesa-dev] [PATCH 00/19] Implement GL_ARB_multi_bind v2

2014-04-21 Thread Fredrik Höglund
So here is version two of the ARB_multi_bind series. This incorporates feedback from Brian, Matt and Francisco, and also fixes an issue I happened to notice myself. It occurred to me that the BindTexture driver hook doesn't have a parameter for the texture index, and that drivers might want to kn