>
>> diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
>> index 94d29a7..82d6e30 100644
>> --- a/src/mesa/main/mtypes.h
>> +++ b/src/mesa/main/mtypes.h
>> @@ -1410,6 +1410,7 @@ struct gl_buffer_object
>>     GLsizeiptr Length;   /**< Mapped length */
>>     /*...@}*/
>>     GLboolean Written;   /**< Ever written to? (for debugging) */
>> +   GLenum purgeable;    /**< Purgeable status of the buffer */
>
> Again, this should be a boolean.  The enum is only used by the driver.

And please capitalize Purgeable to be consistent with the other fields.

-Brian

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to