[Mesa-dev] [PATCH] gallium/swr: Enable support bptc format.

Cherniak, Bruce bruce.cherniak at intel.com
Wed Aug 1 15:14:09 UTC 2018


On Aug 1, 2018, at 8:10 AM, Denis Pauk <pauk.denis at gmail.com<mailto:pauk.denis at gmail.com>> 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 <pauk.denis at gmail.com<mailto:pauk.denis at gmail.com>> 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 <bruce.cherniak at intel.com<mailto:bruce.cherniak at intel.com>> wrote:
Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com<mailto:bruce.cherniak at intel.com>>

> On Jul 27, 2018, at 1:45 PM, Denis Pauk <pauk.denis at gmail.com<mailto:pauk.denis at gmail.com>> wrote:
>
> Reuse Code from:
> f69bc797e1 gallium/auxiliary: Add helper support for bptc format compress/decompress
>
> Signed-off-by: Denis Pauk <pauk.denis at gmail.com<mailto:pauk.denis at gmail.com>>
> CC: Marek Olšák <maraeo at gmail.com<mailto:maraeo at gmail.com>>
> CC: Bruce Cherniak <bruce.cherniak at intel.com<mailto:bruce.cherniak at intel.com>>
> CC: Tim Rowley <timothy.o.rowley at intel.com<mailto:timothy.o.rowley at intel.com>>
> ---
> 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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180801/4c2deff1/attachment-0001.html>


More information about the mesa-dev mailing list