[Mesa-dev] [PATCH] radeonsi: enable OpenGL 3.3 compat profile

Timothy Arceri tarceri at itsqueeze.com
Mon Jun 18 05:29:57 UTC 2018


Cc: Marek Olšák <marek.olsak at amd.com>
---

 This is intended to apply on top of:
    https://patchwork.freedesktop.org/patch/229981/

 All the high importance pieces are now implemented and
 we have a reasonable number of piglit tests for these
 bits.

 src/gallium/drivers/radeonsi/si_get.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/radeonsi/si_get.c b/src/gallium/drivers/radeonsi/si_get.c
index 154fabebdcc..8b03d8222ab 100644
--- a/src/gallium/drivers/radeonsi/si_get.c
+++ b/src/gallium/drivers/radeonsi/si_get.c
@@ -215,7 +215,7 @@ static int si_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
 		return 420;
 
 	case PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY:
-		return 140;
+		return 330;
 
 	case PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE:
 		return MIN2(sscreen->info.max_alloc_size, INT_MAX);
-- 
2.17.1



More information about the mesa-dev mailing list