[Mesa-dev] [PATCH 1/4] mesa/main: add ARB_clear_texture entrypoints
Ilia Mirkin
imirkin at alum.mit.edu
Thu Mar 6 23:01:33 PST 2014
On Fri, Mar 7, 2014 at 1:57 AM, Petri Latvala <petri.latvala at intel.com> wrote:
> On 03/07/2014 08:41 AM, Ilia Mirkin wrote:
>>
>> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
>> index a72284c..77da1eb 100644
>> --- a/src/mesa/main/extensions.c
>> +++ b/src/mesa/main/extensions.c
>> @@ -86,6 +86,7 @@ static const struct extension extension_table[] = {
>> { "GL_ARB_buffer_storage",
>> o(ARB_buffer_storage), GL, 2013 },
>> { "GL_ARB_clear_buffer_object", o(dummy_true),
>> GL, 2012 },
>> { "GL_ARB_color_buffer_float",
>> o(ARB_color_buffer_float), GL, 2004 },
>> + { "GL_ARB_clear_texture", o(ARB_clear_texture),
>> GL, 2013 },
>> { "GL_ARB_compute_shader",
>> o(ARB_compute_shader), GL, 2012 },
>> { "GL_ARB_copy_buffer", o(dummy_true),
>> GL, 2008 },
>> { "GL_ARB_conservative_depth",
>> o(ARB_conservative_depth), GL, 2011 },
>>
>
> Move that line one line up to get the list alphabetically sorted.
Of course. Embarassing.
-ilia
More information about the mesa-dev
mailing list