radeonsi: Enable GLSL 1.30

This commit is contained in:
Michel Dänzer 2013-05-24 16:49:42 +02:00 committed by Michel Dänzer
parent 0495adbac5
commit cdad129f9c
1 changed files with 1 additions and 1 deletions

View File

@ -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: