[Mesa-dev] [PATCH 2/2] r600g: Enable GL_ARB_gpu_shader5 extension

Ilia Mirkin imirkin at alum.mit.edu
Wed Oct 7 10:00:48 PDT 2015


On Wed, Oct 7, 2015 at 12:53 PM, Marek Olšák <maraeo at gmail.com> wrote:
> On Wed, Oct 7, 2015 at 5:17 PM, Glenn Kennard <glenn.kennard at gmail.com> wrote:
>> Signed-off-by: Glenn Kennard <glenn.kennard at gmail.com>
>> ---
>> Now that SB supports the GS5 features we can safely enable the
>> extension.
>>
>> Note that gallium state tracker clamps the GLSL language / GL version
>> since GL_ARB_tessellation_shader isn't implemented yet.
>
> Where is it clamped?

There used to be a clamp in the st, but I'm not sure that it's still
there. However _mesa_compute_version does set the GLSL version to the
right thing now.

  -ilia


More information about the mesa-dev mailing list