Mesa (master): radeonsi: Enable GLSL 1.30

Michel Dänzer daenzer at kemper.freedesktop.org
Tue May 28 09:22:57 UTC 2013


Module: Mesa
Branch: master
Commit: cdad129f9cda038fb29cde94645d2fcab7207c50
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cdad129f9cda038fb29cde94645d2fcab7207c50

Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Fri May 24 16:49:42 2013 +0200

radeonsi: Enable GLSL 1.30

---

 src/gallium/drivers/radeonsi/radeonsi_pipe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.c b/src/gallium/drivers/radeonsi/radeonsi_pipe.c
index b988e72..30254a8 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:




More information about the mesa-commit mailing list