[Mesa-dev] [PATCH] radeonsi: enable OpenGL 3.3 compat profile
Marek Olšák
maraeo at gmail.com
Mon Jun 18 20:44:23 UTC 2018
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Marek
On Mon, Jun 18, 2018 at 1:29 AM, Timothy Arceri <tarceri at itsqueeze.com>
wrote:
> 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
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180618/214fae3b/attachment-0001.html>
More information about the mesa-dev
mailing list