On Wed, Jun 27, 2012 at 12:22 AM, Olivier Galibert <galib...@pobox.com> wrote:
> On Tue, Jun 26, 2012 at 02:46:01PM -0600, Brian Paul wrote:
>> As with the previous commit for softpipe.
>>
>> v2: remove 'default' case to get compile-time warning
>> ---
>>  src/gallium/drivers/llvmpipe/lp_screen.c |   52 
>> +++++++++++++++++++++++++++--
>>  1 files changed, 48 insertions(+), 4 deletions(-)
>>
>> diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c 
>> b/src/gallium/drivers/llvmpipe/lp_screen.c
>> index 40037a5..e66737b 100644
>> --- a/src/gallium/drivers/llvmpipe/lp_screen.c
>> +++ b/src/gallium/drivers/llvmpipe/lp_screen.c
>> +   case PIPE_CAP_GLSL_FEATURE_LEVEL:
>> +      return 0;
>
> Why not 120?

Even though it would be nicer, the state tracker only looks for values
>= 130, so it's not a big deal.

Marek
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to