For patches 5, 8-10, 15, 18, 20-21, 27: Reviewed-by: Marek Olšák <[email protected]>
Marek On Thu, Jul 13, 2017 at 12:45 AM, Andres Rodriguez <[email protected]> wrote: > v2: fix an indentation error > v3: don't enable for r600 > > Signed-off-by: Andres Rodriguez <[email protected]> > --- > src/gallium/drivers/radeonsi/si_pipe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/radeonsi/si_pipe.c > b/src/gallium/drivers/radeonsi/si_pipe.c > index bc0e38f..60da3ce 100644 > --- a/src/gallium/drivers/radeonsi/si_pipe.c > +++ b/src/gallium/drivers/radeonsi/si_pipe.c > @@ -506,6 +506,7 @@ static int si_get_param(struct pipe_screen* pscreen, enum > pipe_cap param) > case PIPE_CAP_TGSI_TEX_TXF_LZ: > case PIPE_CAP_TGSI_TES_LAYER_VIEWPORT: > case PIPE_CAP_BINDLESS_TEXTURE: > + case PIPE_CAP_MEMOBJ: > return 1; > > case PIPE_CAP_INT64: > @@ -593,7 +594,6 @@ static int si_get_param(struct pipe_screen* pscreen, enum > pipe_cap param) > case PIPE_CAP_UMA: > case PIPE_CAP_POLYGON_MODE_FILL_RECTANGLE: > case PIPE_CAP_POST_DEPTH_COVERAGE: > - case PIPE_CAP_MEMOBJ: > return 0; > > case PIPE_CAP_QUERY_BUFFER_OBJECT: > -- > 2.9.3 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
