Re: [Mesa-dev] [PATCH] st/mesa: add some debug code in st_choose_format()

2018-01-24 Thread Roland Scheidegger
Reviewed-by: Roland Scheidegger Am 25.01.2018 um 00:19 schrieb Brian Paul: > To aid in debugging gallium surface format selection issues. > --- > src/mesa/state_tracker/st_format.c | 23 ++- > 1 file changed, 18 insertions(+), 5 deletions(-) > > diff

[Mesa-dev] [PATCH] st/mesa: add some debug code in st_choose_format()

2018-01-24 Thread Brian Paul
To aid in debugging gallium surface format selection issues. --- src/mesa/state_tracker/st_format.c | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/mesa/state_tracker/st_format.c b/src/mesa/state_tracker/st_format.c index 3f7e55e..cc72ba4 100644