[Mesa-dev] [PATCH 2/2] llvmpipe: Advertise GLSL 3.30.

2014-04-24 Thread jfonseca
From: José Fonseca jfons...@vmware.com

According to Roland all TGSI support is there in theory.

In practice there are a few piglit failures and crashes, as this hadn't
been tested before.
---
 src/gallium/drivers/llvmpipe/lp_screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c 
b/src/gallium/drivers/llvmpipe/lp_screen.c
index 8fbc58f..27073a4 100644
--- a/src/gallium/drivers/llvmpipe/lp_screen.c
+++ b/src/gallium/drivers/llvmpipe/lp_screen.c
@@ -200,7 +200,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum 
pipe_cap param)
case PIPE_CAP_VERTEX_COLOR_CLAMPED:
   return 1;
case PIPE_CAP_GLSL_FEATURE_LEVEL:
-  return 140;
+  return 330;
case PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION:
   return 0;
case PIPE_CAP_COMPUTE:
-- 
1.8.3.2

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


Re: [Mesa-dev] [PATCH 2/2] llvmpipe: Advertise GLSL 3.30.

2014-04-24 Thread Roland Scheidegger
Am 24.04.2014 16:24, schrieb jfons...@vmware.com:
 From: José Fonseca jfons...@vmware.com
 
 According to Roland all TGSI support is there in theory.
 
 In practice there are a few piglit failures and crashes, as this hadn't
 been tested before.
 ---
  src/gallium/drivers/llvmpipe/lp_screen.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c 
 b/src/gallium/drivers/llvmpipe/lp_screen.c
 index 8fbc58f..27073a4 100644
 --- a/src/gallium/drivers/llvmpipe/lp_screen.c
 +++ b/src/gallium/drivers/llvmpipe/lp_screen.c
 @@ -200,7 +200,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum 
 pipe_cap param)
 case PIPE_CAP_VERTEX_COLOR_CLAMPED:
return 1;
 case PIPE_CAP_GLSL_FEATURE_LEVEL:
 -  return 140;
 +  return 330;
 case PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION:
return 0;
 case PIPE_CAP_COMPUTE:
 

Reviewed-by: Roland Scheidegger srol...@vmware.com
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH 2/2] llvmpipe: Advertise GLSL 3.30.

2014-04-24 Thread Dave Airlie
On 25 April 2014 01:44, Roland Scheidegger srol...@vmware.com wrote:
 Am 24.04.2014 16:24, schrieb jfons...@vmware.com:
 From: José Fonseca jfons...@vmware.com

 According to Roland all TGSI support is there in theory.

 In practice there are a few piglit failures and crashes, as this hadn't
 been tested before.

Reviewed-by: Dave Airlie airl...@redhat.com

I had this patch in when I tested some of this stuff previously

Dave.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev