[Mesa-dev] [PATCH 1/2] llvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL

Marek Olšák maraeo at gmail.com
Tue Jun 26 16:01:49 PDT 2012


For the series:

Reviewed-by: Marek Olšák <maraeo at gmail.com>

Marek

On Wed, Jun 27, 2012 at 12:53 AM, Brian Paul <brianp at vmware.com> wrote:
> ---
>  src/gallium/drivers/llvmpipe/lp_screen.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c
> index e66737b..33fa241 100644
> --- a/src/gallium/drivers/llvmpipe/lp_screen.c
> +++ b/src/gallium/drivers/llvmpipe/lp_screen.c
> @@ -190,7 +190,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum pipe_cap param)
>    case PIPE_CAP_VERTEX_COLOR_CLAMPED:
>       return 0;
>    case PIPE_CAP_GLSL_FEATURE_LEVEL:
> -      return 0;
> +      return 120;
>    case PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION:
>       return 0;
>    case PIPE_CAP_COMPUTE:
> --
> 1.7.3.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list