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

2014-04-09 Thread Fredrik Höglund
On Tuesday 08 April 2014, Kenneth Graunke wrote: > On 01/21/2014 03:35 PM, Fredrik Höglund wrote: > > So here is my take on GL_ARB_multi_bind. > > > > I tried to come up with names for the new hash table functions that > > don't suggest that they should be used to do unlocked insertions/lookups. >

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

2014-04-08 Thread Kenneth Graunke
On 01/21/2014 03:35 PM, Fredrik Höglund wrote: > So here is my take on GL_ARB_multi_bind. > > I tried to come up with names for the new hash table functions that > don't suggest that they should be used to do unlocked insertions/lookups. > I'm not entirely happy with the ones I came up with though

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

2014-01-22 Thread Brian Paul
On 01/21/2014 03:35 PM, Fredrik Höglund wrote: So here is my take on GL_ARB_multi_bind. I tried to come up with names for the new hash table functions that don't suggest that they should be used to do unlocked insertions/lookups. I'm not entirely happy with the ones I came up with though, so I'm

[Mesa-dev] [PATCH 00/18] Implement GL_ARB_multi_bind

2014-01-21 Thread Fredrik Höglund
So here is my take on GL_ARB_multi_bind. I tried to come up with names for the new hash table functions that don't suggest that they should be used to do unlocked insertions/lookups. I'm not entirely happy with the ones I came up with though, so I'm hoping someone will have better suggestions. Wh