On Aug 1, 2018, at 8:10 AM, Denis Pauk <[email protected]<mailto:[email protected]>> wrote:
Hi Marek, Could you merge this changes to master? Or someone else with push rights? Do mesa have some formal rule what amount of commits/contribution required for recieve "merge" rights? Hi Denis, We will push this for you on our next commit. Alok has just gotten married and is out on honeymoon, so it may be a little while. If Marek (or anyone else) would like to get to it sooner, that would be great. Thanks, Bruce On Sat, Jul 28, 2018 at 11:03 PM Denis Pauk <[email protected]<mailto:[email protected]>> wrote: Hi Bruce, Thank you, could you please merge commits? (I don't have commit rights.) On Fri, Jul 27, 2018 at 11:02 PM Cherniak, Bruce <[email protected]<mailto:[email protected]>> wrote: Reviewed-by: Bruce Cherniak <[email protected]<mailto:[email protected]>> > On Jul 27, 2018, at 1:45 PM, Denis Pauk > <[email protected]<mailto:[email protected]>> wrote: > > Reuse Code from: > f69bc797e1 gallium/auxiliary: Add helper support for bptc format > compress/decompress > > Signed-off-by: Denis Pauk <[email protected]<mailto:[email protected]>> > CC: Marek Olšák <[email protected]<mailto:[email protected]>> > CC: Bruce Cherniak <[email protected]<mailto:[email protected]>> > CC: Tim Rowley <[email protected]<mailto:[email protected]>> > --- > src/gallium/drivers/swr/swr_screen.cpp | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/gallium/drivers/swr/swr_screen.cpp > b/src/gallium/drivers/swr/swr_screen.cpp > index 65fa1bc50e..1cc01aa47d 100644 > --- a/src/gallium/drivers/swr/swr_screen.cpp > +++ b/src/gallium/drivers/swr/swr_screen.cpp > @@ -137,8 +137,7 @@ swr_is_format_supported(struct pipe_screen *_screen, > return FALSE; > } > > - if (format_desc->layout == UTIL_FORMAT_LAYOUT_BPTC || > - format_desc->layout == UTIL_FORMAT_LAYOUT_ASTC) { > + if (format_desc->layout == UTIL_FORMAT_LAYOUT_ASTC) { > return FALSE; > } > > -- > 2.18.0 > -- Best regards, Denis. -- Best regards, Denis.
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
