Re: [Mesa-dev] 10-bit Mesa/Gallium support

2018-01-03 Thread Ilia Mirkin
On Tue, Jan 2, 2018 at 11:51 PM, Mario Kleiner wrote: > On 12/31/2017 05:53 PM, Ilia Mirkin wrote: >> I went through and added support for xbgr2101010 throughout (and >> hacked the kernel to assume that 30bpp == that). >> > > Cool! > >> Your (I hope latest) patches + my mesa patches are available

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2018-01-02 Thread Mario Kleiner
On 12/31/2017 05:53 PM, Ilia Mirkin wrote: On Thu, Nov 23, 2017 at 1:31 PM, Mario Kleiner wrote: On 11/23/2017 06:45 PM, Ilia Mirkin wrote: On Thu, Nov 23, 2017 at 12:35 PM, Marek Olšák wrote: Hi everybody, Mario, feel free to push your patches if you haven't yet. (except the workaround)

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-12-31 Thread Ilia Mirkin
On Thu, Nov 23, 2017 at 1:31 PM, Mario Kleiner wrote: > On 11/23/2017 06:45 PM, Ilia Mirkin wrote: >> >> On Thu, Nov 23, 2017 at 12:35 PM, Marek Olšák wrote: >>> >>> Hi everybody, >>> >>> Mario, feel free to push your patches if you haven't yet. (except the >>> workaround) >>> > > Hi, > > just st

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-29 Thread Nicolai Hähnle
On 27.11.2017 23:05, Alex Deucher wrote: On Mon, Nov 27, 2017 at 5:01 PM, Adam Jackson wrote: On Thu, 2017-11-23 at 18:35 +0100, Marek Olšák wrote: Hi everybody, Mario, feel free to push your patches if you haven't yet. (except the workaround) For AMD, I applied Mario's patches (except Wayla

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-27 Thread Alex Deucher
On Mon, Nov 27, 2017 at 5:01 PM, Adam Jackson wrote: > On Thu, 2017-11-23 at 18:35 +0100, Marek Olšák wrote: >> Hi everybody, >> >> Mario, feel free to push your patches if you haven't yet. (except the >> workaround) >> >> For AMD, I applied Mario's patches (except Wayland - that didn't >> apply)

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-27 Thread Adam Jackson
On Thu, 2017-11-23 at 18:35 +0100, Marek Olšák wrote: > Hi everybody, > > Mario, feel free to push your patches if you haven't yet. (except the > workaround) > > For AMD, I applied Mario's patches (except Wayland - that didn't > apply) and added initial Gallium support: > https://cgit.freedesktop

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-24 Thread Michel Dänzer
Apologies for the badly formatted followup before, let's try that again: On 2017-11-23 07:31 PM, Mario Kleiner wrote: > > 3. In principle the clean solution for nouveau would be to upgrade the > ddx to drmAddFB2 ioctl, and use xbgr2101010 scanout to support > everything back to nv50+, but everyt

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-24 Thread Michel Dänzer
On 2017-11-23 07:31 PM, Mario Kleiner wrote:> > 3. In principle the clean solution for nouveau would be to upgrade the> ddx to drmAddFB2 ioctl, and use xbgr2101010 scanout to support> everything back to nv50+, but everything we have in X or Wayland is> meant for xrgb2101010 not xbgr2101010. And we

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-23 Thread Tapani Pälli
On 11/23/2017 08:31 PM, Mario Kleiner wrote: On 11/23/2017 06:45 PM, Ilia Mirkin wrote: On Thu, Nov 23, 2017 at 12:35 PM, Marek Olšák wrote: Hi everybody, Mario, feel free to push your patches if you haven't yet. (except the workaround) Hi, just started 10 minutes ago with rebasing my c

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-23 Thread Ilia Mirkin
On Thu, Nov 23, 2017 at 2:02 PM, Mario Kleiner wrote: > On 11/23/2017 07:44 PM, Ilia Mirkin wrote: >> >> On Thu, Nov 23, 2017 at 1:31 PM, Mario Kleiner >> wrote: >>> >>> On 11/23/2017 06:45 PM, Ilia Mirkin wrote: On Thu, Nov 23, 2017 at 12:35 PM, Marek Olšák wrote: > > >>>

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-23 Thread Mario Kleiner
On 11/23/2017 07:44 PM, Ilia Mirkin wrote: On Thu, Nov 23, 2017 at 1:31 PM, Mario Kleiner wrote: On 11/23/2017 06:45 PM, Ilia Mirkin wrote: On Thu, Nov 23, 2017 at 12:35 PM, Marek Olšák wrote: Hi everybody, Mario, feel free to push your patches if you haven't yet. (except the workaround)

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-23 Thread Ilia Mirkin
On Thu, Nov 23, 2017 at 1:31 PM, Mario Kleiner wrote: > On 11/23/2017 06:45 PM, Ilia Mirkin wrote: >> >> On Thu, Nov 23, 2017 at 12:35 PM, Marek Olšák wrote: >>> >>> Hi everybody, >>> >>> Mario, feel free to push your patches if you haven't yet. (except the >>> workaround) >>> > > Hi, > > just st

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-23 Thread Mario Kleiner
On 11/23/2017 06:45 PM, Ilia Mirkin wrote: On Thu, Nov 23, 2017 at 12:35 PM, Marek Olšák wrote: Hi everybody, Mario, feel free to push your patches if you haven't yet. (except the workaround) Hi, just started 10 minutes ago with rebasing my current patchset against mesa master. Will need

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-23 Thread Marek Olšák
On Thu, Nov 23, 2017 at 6:45 PM, Ilia Mirkin wrote: > On Thu, Nov 23, 2017 at 12:35 PM, Marek Olšák wrote: >> Hi everybody, >> >> Mario, feel free to push your patches if you haven't yet. (except the >> workaround) >> >> For AMD, I applied Mario's patches (except Wayland - that didn't >> apply) a

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-23 Thread Ilia Mirkin
On Thu, Nov 23, 2017 at 12:55 PM, Michel Dänzer wrote: > On 2017-11-23 06:45 PM, Ilia Mirkin wrote: >> On Thu, Nov 23, 2017 at 12:35 PM, Marek Olšák wrote: >>> Hi everybody, >>> >>> Mario, feel free to push your patches if you haven't yet. (except the >>> workaround) >>> >>> For AMD, I applied Ma

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-23 Thread Michel Dänzer
On 2017-11-23 06:45 PM, Ilia Mirkin wrote: > On Thu, Nov 23, 2017 at 12:35 PM, Marek Olšák wrote: >> Hi everybody, >> >> Mario, feel free to push your patches if you haven't yet. (except the >> workaround) >> >> For AMD, I applied Mario's patches (except Wayland - that didn't >> apply) and added i

Re: [Mesa-dev] 10-bit Mesa/Gallium support

2017-11-23 Thread Ilia Mirkin
On Thu, Nov 23, 2017 at 12:35 PM, Marek Olšák wrote: > Hi everybody, > > Mario, feel free to push your patches if you haven't yet. (except the > workaround) > > For AMD, I applied Mario's patches (except Wayland - that didn't > apply) and added initial Gallium support: > https://cgit.freedesktop.o

[Mesa-dev] 10-bit Mesa/Gallium support

2017-11-23 Thread Marek Olšák
Hi everybody, Mario, feel free to push your patches if you haven't yet. (except the workaround) For AMD, I applied Mario's patches (except Wayland - that didn't apply) and added initial Gallium support: https://cgit.freedesktop.org/~mareko/mesa/log/?h=10bit What's the status of Glamor? Do we ha