<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/recipes-graphics, branch thud</title>
<subtitle>Mirror of http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi</subtitle>
<id>https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=thud</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=thud'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2019-02-19T18:16:40+00:00</updated>
<entry>
<title>userland: Use original name libegl-mesa in rdeps</title>
<updated>2019-02-19T18:16:40+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-15T02:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=da31d6f1ff4448991a81479b3ab64bf6d48bcdf1'/>
<id>urn:sha1:da31d6f1ff4448991a81479b3ab64bf6d48bcdf1</id>
<content type='text'>
This avoids a missing rdep errors seen sometimes when switching
compilers or graphic driver providers

ERROR: userland-20181120-r0 do_package_qa: QA Issue: /usr/lib/libWFC.so contained in package userland requires li bEGL.so.1, but no providers found in RDEPENDS_userland? [file-rdeps]

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland: do not provide libgl1</title>
<updated>2019-02-19T18:16:40+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2018-12-17T08:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=a9be788e8f538832d383d1761ed37938da751933'/>
<id>urn:sha1:a9be788e8f538832d383d1761ed37938da751933</id>
<content type='text'>
The userland should only provide egl libraries rather than gl libraries,
or else it will cause conflicts with other libgl providers like mesa.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland: rprovide debiannamed libraries</title>
<updated>2018-12-01T12:10:17+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-11-29T17:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=48b2ab42de6d62afcec6e715ac475181290ce6b4'/>
<id>urn:sha1:48b2ab42de6d62afcec6e715ac475181290ce6b4</id>
<content type='text'>
These names are mapped to mesa equivalent rproviders
when using vc4 rdep should be on libegl1 which is then
mapped to libegl-mesa since thats what provides libegl1
when using mesa. The libegl is not a global name for this
library

Fixes

ERROR: userland-20181120-r0 do_package_qa: QA Issue: /usr/lib/libWFC.so
contained in package userland requires libEGL.so.1, but no providers
found in RDEPENDS_userland? [file-rdeps]

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland: Update to latest master</title>
<updated>2018-11-21T15:56:52+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-11-21T07:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=7c94afee2b12a1cdef2f8c3c743c555af17a560b'/>
<id>urn:sha1:7c94afee2b12a1cdef2f8c3c743c555af17a560b</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland: Merge userland-nogl into userland itself</title>
<updated>2018-11-21T15:56:52+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-11-21T07:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=b38a77938a40a340ab77aafc0fbde12fcded7e4c'/>
<id>urn:sha1:b38a77938a40a340ab77aafc0fbde12fcded7e4c</id>
<content type='text'>
Control the installs via MACHINE_FEATURES and avoid almost duplicate
recipe

Adjust other recipes to depend on userland now

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland-nogl: Add recipe which does not include GL libraries</title>
<updated>2018-11-07T14:25:00+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-11-07T07:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=d05f5590891cc0d107473e1bf2e36523678d0114'/>
<id>urn:sha1:d05f5590891cc0d107473e1bf2e36523678d0114</id>
<content type='text'>
This is needed when mesa is providing these libraries especially when
using vc4graphics

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xorg-server: Do not install 10-noglamor.conf</title>
<updated>2018-10-02T13:14:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-10-02T03:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=16a8bb9da04aee6a4bc9cfa24962999408cbf22a'/>
<id>urn:sha1:16a8bb9da04aee6a4bc9cfa24962999408cbf22a</id>
<content type='text'>
This causes glamor APIs to be disabled and glxgears run very slow
like 1FPS, without this it speeds up to 55.5fps

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mesa: Build swrast gallium driver along with vc4</title>
<updated>2018-10-02T13:14:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-10-02T02:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0b10f248d0f3b9f1acbf07551f24ac99e9b489a7'/>
<id>urn:sha1:0b10f248d0f3b9f1acbf07551f24ac99e9b489a7</id>
<content type='text'>
when running -ctestimage target, it fails because of errors it finds in
Xorg logs

| Log:
/mnt/a/yoe/build/tmp/work/raspberrypi3-yoe-linux-gnueabi/core-image-sato/1.0-r0/target_logs/Xorg.0.log
| -----------------------
| Central error: [    14.760] (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory)

Therefore we enable swrast gallium drivers to make xorg happy

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>piglit,kmscube: Disable when using userland graphics driver</title>
<updated>2018-08-16T10:34:33+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-08-14T02:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=b660366a30fddff5f9de876239ac0aee00955134'/>
<id>urn:sha1:b660366a30fddff5f9de876239ac0aee00955134</id>
<content type='text'>
These packages need stuff from mesa which is not available in
userland implementation as of now

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland: Define missing GLES2 defines needed for weston</title>
<updated>2018-07-16T15:57:38+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-07-10T22:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0bea144135252886fc86cc97c972ddd3a7b82a15'/>
<id>urn:sha1:0bea144135252886fc86cc97c972ddd3a7b82a15</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
