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

Denis Pauk pauk.denis at gmail.com
Wed Aug 1 13:10:05 UTC 2018


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?

On Sat, Jul 28, 2018 at 11:03 PM Denis Pauk <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>
> wrote:
>
>> Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>
>>
>> > On Jul 27, 2018, at 1:45 PM, Denis Pauk <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>
>> > CC: Marek Olšák <maraeo at gmail.com>
>> > CC: Bruce Cherniak <bruce.cherniak at intel.com>
>> > CC: Tim Rowley <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/75d64eab/attachment.html>


More information about the mesa-dev mailing list