freedreno: use consistent version string format
authorTimothy Arceri <t_arceri@yahoo.com.au>
Mon, 22 Jun 2015 21:53:24 +0000 (07:53 +1000)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Wed, 1 Jul 2015 01:36:02 +0000 (11:36 +1000)
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/gallium/drivers/freedreno/freedreno_screen.c

index b3b5462b4375a8182f050941288ebfeb8c039bb7..7330cd9c788c98df1bcae294d927c6998b8079e6 100644 (file)
@@ -68,7 +68,7 @@ static const struct debug_named_value debug_options[] = {
                {"fraghalf",  FD_DBG_FRAGHALF, "Use half-precision in fragment shader"},
                {"nobin",     FD_DBG_NOBIN,  "Disable hw binning"},
                {"optmsgs",   FD_DBG_OPTMSGS,"Enable optimizer debug messages"},
-               {"glsl120",   FD_DBG_GLSL120,"Temporary flag to force GLSL 120 (rather than 130) on a3xx+"},
+               {"glsl120",   FD_DBG_GLSL120,"Temporary flag to force GLSL 1.20 (rather than 1.30) on a3xx+"},
                DEBUG_NAMED_VALUE_END
 };