mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
radeonsi: enable OpenGL 3.3 compat profile
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
89a5d6f715
commit
68bf94a8b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue