Whether or not you change the CAP name as Roland suggested, for the series:
Reviewed-by: Marek Olšák <marek.ol...@amd.com> Marek On Tue, Apr 12, 2016 at 3:12 PM, Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl> wrote: > Signed-off-by: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl> > --- > docs/GL3.txt | 2 +- > docs/relnotes/11.3.0.html | 1 + > src/gallium/drivers/radeonsi/si_pipe.c | 2 +- > 3 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/docs/GL3.txt b/docs/GL3.txt > index 066889a..423cafa 100644 > --- a/docs/GL3.txt > +++ b/docs/GL3.txt > @@ -177,7 +177,7 @@ GL 4.3, GLSL 4.30: > GL_ARB_invalidate_subdata DONE (all drivers) > GL_ARB_multi_draw_indirect DONE (i965, nvc0, > r600, radeonsi, llvmpipe, softpipe) > GL_ARB_program_interface_query DONE (all drivers) > - GL_ARB_robust_buffer_access_behavior not started > + GL_ARB_robust_buffer_access_behavior DONE (radeonsi) > GL_ARB_shader_image_size DONE (i965, > radeonsi, softpipe) > GL_ARB_shader_storage_buffer_object DONE (i965, nvc0, > softpipe) > GL_ARB_stencil_texturing DONE (i965/gen8+, > nv50, nvc0, r600, radeonsi, llvmpipe, softpipe) > diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html > index f1d958d..f46616d 100644 > --- a/docs/relnotes/11.3.0.html > +++ b/docs/relnotes/11.3.0.html > @@ -46,6 +46,7 @@ Note: some of the new features are only available with > certain drivers. > <ul> > <li>GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi</li> > <li>GL_ARB_internalformat_query2 on all drivers</li> > +<li>GL_ARB_robust_buffer_access_behavior on radeonsi</li> > <li>GL_ARB_shader_atomic_counters on softpipe</li> > <li>GL_ARB_shader_atomic_counter_ops on nvc0, softpipe</li> > <li>GL_ARB_shader_image_load_store on radeonsi, softpipe</li> > diff --git a/src/gallium/drivers/radeonsi/si_pipe.c > b/src/gallium/drivers/radeonsi/si_pipe.c > index 74049c9..8486d38 100644 > --- a/src/gallium/drivers/radeonsi/si_pipe.c > +++ b/src/gallium/drivers/radeonsi/si_pipe.c > @@ -308,6 +308,7 @@ static int si_get_param(struct pipe_screen* pscreen, enum > pipe_cap param) > case PIPE_CAP_QUERY_MEMORY_INFO: > case PIPE_CAP_TGSI_PACK_HALF_FLOAT: > case PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT: > + case PIPE_CAP_ROBUST_BUFFER_ACCESS: > return 1; > > case PIPE_CAP_RESOURCE_FROM_USER_MEMORY: > @@ -357,7 +358,6 @@ static int si_get_param(struct pipe_screen* pscreen, enum > pipe_cap param) > case PIPE_CAP_GENERATE_MIPMAP: > case PIPE_CAP_STRING_MARKER: > case PIPE_CAP_QUERY_BUFFER_OBJECT: > - case PIPE_CAP_ROBUST_BUFFER_ACCESS: > return 0; > > case PIPE_CAP_MAX_SHADER_PATCH_VARYINGS: > -- > 2.8.0 > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev