[Mesa-dev] [PATCH 2/4] glsl: Move initialize_context() to glsl_parser_extras.cpp so it can be re-used.

Paul Berry stereotype441 at gmail.com
Wed Jul 20 09:41:53 PDT 2011


On 18 July 2011 18:13, Kenneth Graunke <kenneth at whitecape.org> wrote:
>> +   ctx->Extensions.ARB_ES2_compatibility = GL_TRUE;
>> +   ctx->Extensions.ARB_draw_buffers = GL_TRUE;
>> +   ctx->Extensions.ARB_draw_instanced = GL_TRUE;
>> +   ctx->Extensions.ARB_fragment_coord_conventions = GL_TRUE;
>> +   ctx->Extensions.EXT_texture_array = GL_TRUE;
>> +   ctx->Extensions.NV_texture_rectangle = GL_TRUE;
>> +   ctx->Extensions.EXT_texture3D = GL_TRUE;
>
> Would you mind converting these to "true" as long as you're moving them?

Sure, no problem.


More information about the mesa-dev mailing list