[Mesa-dev] [PATCH 6/6] radeonsi: enable GL4.1 and update documentation

Marek Olšák maraeo at gmail.com
Tue Jul 28 11:32:27 PDT 2015


If you add the check for LLVM 3.7, this is:

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

Marek

On Mon, Jul 27, 2015 at 3:50 AM, Dave Airlie <airlied at gmail.com> wrote:
> From: Dave Airlie <airlied at redhat.com>
>
> This enables GL4.1 for radeonsi, and updates the
> docs in the correct places.
>
> Signed-off-by: Dave Airlie <airlied at redhat.com>
> ---
>  docs/GL3.txt                           | 16 ++++++++--------
>  docs/relnotes/10.7.0.html              |  1 +
>  src/gallium/drivers/radeonsi/si_pipe.c |  2 +-
>  3 files changed, 10 insertions(+), 9 deletions(-)
>
> diff --git a/docs/GL3.txt b/docs/GL3.txt
> index 258a6fb..eb9ed18 100644
> --- a/docs/GL3.txt
> +++ b/docs/GL3.txt
> @@ -96,18 +96,18 @@ GL 4.0, GLSL 4.00:
>
>    GL_ARB_draw_buffers_blend                            DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe)
>    GL_ARB_draw_indirect                                 DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe)
> -  GL_ARB_gpu_shader5                                   DONE (i965, nvc0)
> +  GL_ARB_gpu_shader5                                   DONE (i965, nvc0, radeonsi)
>    - 'precise' qualifier                                DONE
> -  - Dynamically uniform sampler array indices          DONE (r600, radeonsi, softpipe)
> -  - Dynamically uniform UBO array indices              DONE (r600, radeonsi)
> +  - Dynamically uniform sampler array indices          DONE (r600, softpipe)
> +  - Dynamically uniform UBO array indices              DONE (r600)
>    - Implicit signed -> unsigned conversions            DONE
>    - Fused multiply-add                                 DONE ()
> -  - Packing/bitfield/conversion functions              DONE (r600, radeonsi, softpipe)
> -  - Enhanced textureGather                             DONE (r600, radeonsi, softpipe)
> -  - Geometry shader instancing                         DONE (r600, radeonsi, llvmpipe, softpipe)
> +  - Packing/bitfield/conversion functions              DONE (r600, softpipe)
> +  - Enhanced textureGather                             DONE (r600, softpipe)
> +  - Geometry shader instancing                         DONE (r600, llvmpipe, softpipe)
>    - Geometry shader multiple streams                   DONE ()
> -  - Enhanced per-sample shading                        DONE (r600, radeonsi)
> -  - Interpolation functions                            DONE (r600, radeonsi)
> +  - Enhanced per-sample shading                        DONE (r600)
> +  - Interpolation functions                            DONE (r600)
>    - New overload resolution rules                      DONE
>    GL_ARB_gpu_shader_fp64                               DONE (nvc0, radeonsi, llvmpipe, softpipe)
>    GL_ARB_sample_shading                                DONE (i965, nv50, nvc0, r600, radeonsi)
> diff --git a/docs/relnotes/10.7.0.html b/docs/relnotes/10.7.0.html
> index afef525..04d26a4 100644
> --- a/docs/relnotes/10.7.0.html
> +++ b/docs/relnotes/10.7.0.html
> @@ -49,6 +49,7 @@ Note: some of the new features are only available with certain drivers.
>  <li>GL_ARB_fragment_layer_viewport on radeonsi</li>
>  <li>GL_ARB_framebuffer_no_attachments on i965</li>
>  <li>GL_ARB_get_texture_sub_image for all drivers</li>
> +<li>GL_ARB_gpu_shader5 on radeonsi</li>
>  <li>GL_ARB_gpu_shader_fp64 on llvmpipe, radeonsi</li>
>  <li>GL_ARB_shader_stencil_export on llvmpipe</li>
>  <li>GL_ARB_shader_subroutine on core profile all drivers</li>
> diff --git a/src/gallium/drivers/radeonsi/si_pipe.c b/src/gallium/drivers/radeonsi/si_pipe.c
> index e84fe7a..82e2abe 100644
> --- a/src/gallium/drivers/radeonsi/si_pipe.c
> +++ b/src/gallium/drivers/radeonsi/si_pipe.c
> @@ -271,7 +271,7 @@ static int si_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
>                 return 4;
>
>         case PIPE_CAP_GLSL_FEATURE_LEVEL:
> -               return 330;
> +               return 410;
>
>         case PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE:
>                 return MIN2(sscreen->b.info.vram_size, 0xFFFFFFFF);
> --
> 2.4.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list