Re: [Mesa-dev] [PATCH 2/2] gallium: Add renderonly-based support for pl111+vc4.

2017-06-05 Thread Eric Anholt
Christian Gmeiner writes: > 2017-05-11 1:06 GMT+02:00 Eric Anholt : >> This follows the model of imx (display) and etnaviv (render): pl111 is a >> display-only device, so when asked to do GL for it, we see if we have a >> vc4 renderer, make the vc4

Re: [Mesa-dev] [PATCH 2/2] gallium: Add renderonly-based support for pl111+vc4.

2017-05-24 Thread Christian Gmeiner
2017-05-11 1:06 GMT+02:00 Eric Anholt : > This follows the model of imx (display) and etnaviv (render): pl111 is a > display-only device, so when asked to do GL for it, we see if we have a > vc4 renderer, make the vc4 screen, and have vc4 call back to pl111 to do > scanout

Re: [Mesa-dev] [PATCH 2/2] gallium: Add renderonly-based support for pl111+vc4.

2017-05-19 Thread Emil Velikov
On 19 May 2017 at 23:41, Emil Velikov wrote: > On 19 May 2017 at 23:21, Eric Anholt wrote: >> Emil Velikov writes: >> >>> On 17 May 2017 at 20:13, Emil Velikov wrote: On 17 May 2017 at 18:53,

Re: [Mesa-dev] [PATCH 2/2] gallium: Add renderonly-based support for pl111+vc4.

2017-05-19 Thread Emil Velikov
On 19 May 2017 at 23:21, Eric Anholt wrote: > Emil Velikov writes: > >> On 17 May 2017 at 20:13, Emil Velikov wrote: >>> On 17 May 2017 at 18:53, Eric Anholt wrote: Emil Velikov

Re: [Mesa-dev] [PATCH 2/2] gallium: Add renderonly-based support for pl111+vc4.

2017-05-19 Thread Eric Anholt
Emil Velikov writes: > On 17 May 2017 at 20:13, Emil Velikov wrote: >> On 17 May 2017 at 18:53, Eric Anholt wrote: >>> Emil Velikov writes: >>> Hi Eric, On 11 May 2017 at 00:06, Eric

Re: [Mesa-dev] [PATCH 2/2] gallium: Add renderonly-based support for pl111+vc4.

2017-05-19 Thread Emil Velikov
On 17 May 2017 at 20:13, Emil Velikov wrote: > On 17 May 2017 at 18:53, Eric Anholt wrote: >> Emil Velikov writes: >> >>> Hi Eric, >>> >>> On 11 May 2017 at 00:06, Eric Anholt wrote: This follows the

Re: [Mesa-dev] [PATCH 2/2] gallium: Add renderonly-based support for pl111+vc4.

2017-05-17 Thread Emil Velikov
On 17 May 2017 at 18:53, Eric Anholt wrote: > Emil Velikov writes: > >> Hi Eric, >> >> On 11 May 2017 at 00:06, Eric Anholt wrote: >>> This follows the model of imx (display) and etnaviv (render): pl111 is a >>> display-only device, so

Re: [Mesa-dev] [PATCH 2/2] gallium: Add renderonly-based support for pl111+vc4.

2017-05-17 Thread Eric Anholt
Emil Velikov writes: > Hi Eric, > > On 11 May 2017 at 00:06, Eric Anholt wrote: >> This follows the model of imx (display) and etnaviv (render): pl111 is a >> display-only device, so when asked to do GL for it, we see if we have a >> vc4 renderer, make

Re: [Mesa-dev] [PATCH 2/2] gallium: Add renderonly-based support for pl111+vc4.

2017-05-17 Thread Emil Velikov
Hi Eric, On 11 May 2017 at 00:06, Eric Anholt wrote: > This follows the model of imx (display) and etnaviv (render): pl111 is a > display-only device, so when asked to do GL for it, we see if we have a > vc4 renderer, make the vc4 screen, and have vc4 call back to pl111 to do >

[Mesa-dev] [PATCH 2/2] gallium: Add renderonly-based support for pl111+vc4.

2017-05-10 Thread Eric Anholt
This follows the model of imx (display) and etnaviv (render): pl111 is a display-only device, so when asked to do GL for it, we see if we have a vc4 renderer, make the vc4 screen, and have vc4 call back to pl111 to do scanout allocations. The difference from etnaviv is that we share the same BO