From: Michel Dänzer Date: Fri, 24 May 2013 14:49:42 +0000 (+0200) Subject: radeonsi: Enable GLSL 1.30 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cdad129f9cda038fb29cde94645d2fcab7207c50;p=mesa.git radeonsi: Enable GLSL 1.30 --- diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.c b/src/gallium/drivers/radeonsi/radeonsi_pipe.c index b988e72c2e8..30254a8e1aa 100644 --- a/src/gallium/drivers/radeonsi/radeonsi_pipe.c +++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.c @@ -364,7 +364,7 @@ static int r600_get_param(struct pipe_screen* pscreen, enum pipe_cap param) return 256; case PIPE_CAP_GLSL_FEATURE_LEVEL: - return debug_get_bool_option("R600_GLSL130", FALSE) ? 130 : 120; + return 130; /* Unsupported features. */ case PIPE_CAP_TGSI_FS_COORD_ORIGIN_LOWER_LEFT: