Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-04 Thread Daniel Stone
Hi Trevor, On 2 April 2018 at 23:09, Trevor Woerner wrote: > On Mon 2018-04-02 @ 11:46:39 PM, Andreas Müller wrote: >> > to my conf/local.conf has glmark2-es2 running, and chromium-x11 is running >> > accelerated out-of-the-box (i.e. I don't have to install the egl/gles >> > libraries it builds i

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-03 Thread Andreas Müller
On Tue, Apr 3, 2018 at 2:26 AM, Trevor Woerner wrote: > On Mon 2018-04-02 @ 11:46:39 PM, Andreas Müller wrote: >> On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner wrote: >> > I'm re-building my rpi3-64 image to see if things are better there too >> > under >> > vc4. >> You'll let me know I guess.

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Trevor Woerner
On Mon 2018-04-02 @ 11:46:39 PM, Andreas Müller wrote: > On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner wrote: > > I'm re-building my rpi3-64 image to see if things are better there too under > > vc4. > You'll let me know I guess... Everything's working :-) This is the first time I've seen graph

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 11:46 PM, Andreas Müller wrote: > On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner wrote: > Removed mesa-dev - this is oe specific only. >> Even without the patch, simply adding: >> >> PACKAGECONFIG_append_pn-mesa = "dri3" >> FYI: Just sent out a pull request enablin

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Trevor Woerner
On Mon 2018-04-02 @ 11:46:39 PM, Andreas Müller wrote: > > to my conf/local.conf has glmark2-es2 running, and chromium-x11 is running > > accelerated out-of-the-box (i.e. I don't have to install the egl/gles > > libraries it builds itself). > Cool - have not seen it running without issues for very

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner wrote: Removed mesa-dev - this is oe specific only. > Even without the patch, simply adding: > > PACKAGECONFIG_append_pn-mesa = "dri3" > I checked again: BOTH meta-raspi-light and meta-raspberrypi do not enable dri3 by default. Was sure to ha

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Trevor Woerner
Even without the patch, simply adding: PACKAGECONFIG_append_pn-mesa = "dri3" to my conf/local.conf has glmark2-es2 running, and chromium-x11 is running accelerated out-of-the-box (i.e. I don't have to install the egl/gles libraries it builds itself). I'm re-building my rpi3-64 image to s

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 3:05 PM, Andreas Müller wrote: > On Mon, Apr 2, 2018 at 2:42 PM, Daniel Stone wrote: >> Hi Andreas, >> >> On 31 March 2018 at 15:18, Andreas Müller wrote: >>> Thanks for prompt an VERY helpful support. I did: >>> >>> * Check my configure and found: --disable-dri3! >>> * Te

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 2:42 PM, Daniel Stone wrote: > Hi Andreas, > > On 31 March 2018 at 15:18, Andreas Müller wrote: >> Thanks for prompt an VERY helpful support. I did: >> >> * Check my configure and found: --disable-dri3! >> * Tested your patch (with --disable-dri3) and as expected it fixes t