Re: [Mesa-dev] [PATCH v3 2/4] gallium/auxiliary: Add helper support for bptc format compress/decompress

2020-09-23 Thread Denis Pauk
Thank you, Marek. After small additional fixes and rebase up of your branch - bptc rgb_float also works. I have updated my merge request. On Tue, Sep 22, 2020 at 7:47 PM Marek Olšák wrote: > bptc-float-modes is fixed by: > https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6774 > >

Re: [Mesa-dev] [PATCH v3 2/4] gallium/auxiliary: Add helper support for bptc format compress/decompress

2020-09-22 Thread Marek Olšák
bptc-float-modes is fixed by: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6774 Marek On Tue, Sep 22, 2020 at 4:33 AM Denis Pauk wrote: > Hi Dave, > > Could you please check > https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6809/diffs ? > > It contains possible fixes for

Re: [Mesa-dev] [PATCH v3 2/4] gallium/auxiliary: Add helper support for bptc format compress/decompress

2020-09-22 Thread Denis Pauk
Hi Dave, Could you please check https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6809/diffs ? It contains possible fixes for bptc rgba unorm. Bug is related to incorrect reuse current bit_offet reuse between iterations. Decompress rgb_float has left without fixes for now. On Sat, May

Re: [Mesa-dev] [PATCH v3 2/4] gallium/auxiliary: Add helper support for bptc format compress/decompress

2020-05-25 Thread Denis Pauk
Hi Dave, I had tested code before only with bptc-modes and bptc-float-modes from piglit. It was free time project, so no real tests. Code had reused implementation from intel classic driver if i correctly remember. Maybe something wrong with pixel type conversion. I will check. On Sun, May 10,

Re: [Mesa-dev] [PATCH v3 2/4] gallium/auxiliary: Add helper support for bptc format compress/decompress

2020-05-10 Thread Dave Airlie
On Wed, 27 Jun 2018 at 06:36, Denis Pauk wrote: > > Reuse code shared with mesa/main/texcompress_bptc. > > v2: Use block decompress function > v3: Include static bptc code from texcompress_bptc_tmp.h > Suggested-by: Marek Olšák > > Signed-off-by: Denis Pauk > CC: Nicolai Hähnle > CC: Marek

[Mesa-dev] [PATCH v3 2/4] gallium/auxiliary: Add helper support for bptc format compress/decompress

2018-06-26 Thread Denis Pauk
Reuse code shared with mesa/main/texcompress_bptc. v2: Use block decompress function v3: Include static bptc code from texcompress_bptc_tmp.h Suggested-by: Marek Olšák Signed-off-by: Denis Pauk CC: Nicolai Hähnle CC: Marek Olšák CC: Gert Wollny ---

[Mesa-dev] [PATCH v3 2/4] gallium/auxiliary: Add helper support for bptc format compress/decompress

2018-06-26 Thread Denis Pauk
Reuse code shared with mesa/main/texcompress_bptc. v2: Use block decompress function v3: Include static bptc code from texcompress_bptc_tmp.h Suggested-by: Marek Olšák Signed-off-by: Denis Pauk CC: Nicolai Hähnle CC: Marek Olšák CC: Gert Wollny ---