On 09/13/2012 02:44 PM, Kristian Høgsberg wrote:
On Tue, Sep 11, 2012 at 1:13 PM, Brian Paul wrote:
On 09/11/2012 10:36 AM, Kristian Høgsberg wrote:
On Tue, Sep 11, 2012 at 11:47 AM, Brian Paul wrote:
On 09/10/2012 12:41 AM, Imre Deak wrote:
When traversing the hash table looking up an
On Tue, Sep 11, 2012 at 1:13 PM, Brian Paul wrote:
> On 09/11/2012 10:36 AM, Kristian Høgsberg wrote:
>>
>> On Tue, Sep 11, 2012 at 11:47 AM, Brian Paul wrote:
>>>
>>> On 09/10/2012 12:41 AM, Imre Deak wrote:
When traversing the hash table looking up an enum that is invalid we
On Tue, 2012-09-11 at 09:47 -0600, Brian Paul wrote:
> On 09/10/2012 12:41 AM, Imre Deak wrote:
> > When traversing the hash table looking up an enum that is invalid we
> > eventually reach the first element in the descriptor array. By looking
> > at the type of that element, which is always TYPE_A
On 09/11/2012 10:36 AM, Kristian Høgsberg wrote:
On Tue, Sep 11, 2012 at 11:47 AM, Brian Paul wrote:
On 09/10/2012 12:41 AM, Imre Deak wrote:
When traversing the hash table looking up an enum that is invalid we
eventually reach the first element in the descriptor array. By looking
at the type
On Tue, Sep 11, 2012 at 11:47 AM, Brian Paul wrote:
> On 09/10/2012 12:41 AM, Imre Deak wrote:
>>
>> When traversing the hash table looking up an enum that is invalid we
>> eventually reach the first element in the descriptor array. By looking
>> at the type of that element, which is always TYPE_A
On 09/10/2012 12:41 AM, Imre Deak wrote:
When traversing the hash table looking up an enum that is invalid we
eventually reach the first element in the descriptor array. By looking
at the type of that element, which is always TYPE_API_MASK, we know that
we can stop the search and return error. Si
When traversing the hash table looking up an enum that is invalid we
eventually reach the first element in the descriptor array. By looking
at the type of that element, which is always TYPE_API_MASK, we know that
we can stop the search and return error. Since this element is always
the first it's e