<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/recipes-graphics, branch github-dunfell</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=github-dunfell</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=github-dunfell'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2021-11-08T15:49:44+00:00</updated>
<entry>
<title>recipes: Update SRC_URI protocols for github</title>
<updated>2021-11-08T15:49:44+00:00</updated>
<author>
<name>Marcel Hamer</name>
<email>marcel@solidxs.se</email>
</author>
<published>2021-11-05T11:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=b43056a31fd7dc9537b4d60802b6e074bd1c21c4'/>
<id>urn:sha1:b43056a31fd7dc9537b4d60802b6e074bd1c21c4</id>
<content type='text'>
Use protocols=https for GitHub SRC_URIs using the conversion script in
openembedded-core.

Signed-off-by: Marcel Hamer &lt;marcel@solidxs.se&gt;
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.com&gt;
</content>
</entry>
<entry>
<title>libva: Fix for when using `userland`</title>
<updated>2021-06-08T14:39:02+00:00</updated>
<author>
<name>matt-hammond-bbc</name>
<email>matt.hammond@bbc.co.uk</email>
</author>
<published>2021-04-15T13:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=f0c75016f06c0395d1e76fde0ef1beb71eaf404a'/>
<id>urn:sha1:f0c75016f06c0395d1e76fde0ef1beb71eaf404a</id>
<content type='text'>
https://github.com/agherzan/meta-raspberrypi/issues/842

Fixes failing build of libva when using `userland` recipe.
Same as: https://github.com/agherzan/meta-raspberrypi/commit/ac16b0e9d713bcc4ee0e976259064d1a318a5aac

Signed-off-by: Matt Hammond &lt;matt.hammond@bbc.co.uk&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "mesa: querying dma_buf modifiers for specific formats"</title>
<updated>2020-11-04T12:09:34+00:00</updated>
<author>
<name>Luis Alfredo da Silva</name>
<email>luis.adasilvaf@gmail.com</email>
</author>
<published>2020-09-15T23:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=d18eed1e301044afc6c04059ee3857d0bc2e2605'/>
<id>urn:sha1:d18eed1e301044afc6c04059ee3857d0bc2e2605</id>
<content type='text'>
This reverts commit 84cb8538cd22586fc82daba38458909cedfec2db.

Fixes:
    - https://gitlab.gnome.org/GNOME/mutter/-/issues/1421
    - #711
</content>
</entry>
<entry>
<title>libsdl2: Add userland dependency when not using vc4graphics</title>
<updated>2020-11-04T12:09:34+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-08-28T03:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=f922faa30011bf652e937fc86a038667eeec6a38'/>
<id>urn:sha1:f922faa30011bf652e937fc86a038667eeec6a38</id>
<content type='text'>
Needed to provide KHR/khrplatform.h header

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xserver-xorg: Depend on userland when vc4graphics is disabled</title>
<updated>2020-11-04T12:09:34+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-08-28T03:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=ac16b0e9d713bcc4ee0e976259064d1a318a5aac'/>
<id>urn:sha1:ac16b0e9d713bcc4ee0e976259064d1a318a5aac</id>
<content type='text'>
This helps in getting right headers, we have made a choice to let
userland provide KHR/khrplatform.h when using it instead of mesa-gl
which could have been another provider, xserver-xorg's glx
implementation depends on virtual/libgl which in case of rpi-without-vc4
driver is provided by mesa-gl, as a result, compilation fails since no
one is providing this header in this case.

Fixes errors like
usr/include/GL/glext.h:56:10: fatal error: KHR/khrplatform.h: No such file or directory
|    56 | #include &lt;KHR/khrplatform.h&gt;
|       |          ^~~~~~~~~~~~~~~~~~~

Fixes issue #391

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland: Update to 2020-06-24 top commit</title>
<updated>2020-07-14T17:27:52+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-07-13T21:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=f7d2f86c852b131ace35d3ff32d533bce711c31f'/>
<id>urn:sha1:f7d2f86c852b131ace35d3ff32d533bce711c31f</id>
<content type='text'>
Forward port patches

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland: Fix build with gcc10</title>
<updated>2020-04-08T21:32:06+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-03-31T18:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=a66469d2f73ed30d8c064e15406d64ae380359c2'/>
<id>urn:sha1:a66469d2f73ed30d8c064e15406d64ae380359c2</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland: Update to 20200316 snapshot</title>
<updated>2020-04-08T21:32:06+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-03-31T15:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=a63122c931f00dc71f947dd8513040cf346ec93e'/>
<id>urn:sha1:a63122c931f00dc71f947dd8513040cf346ec93e</id>
<content type='text'>
- Refresh patches

- userland now needs to create symlinks for egl.pc,glesv2.pc and vg.pc
  when vc4 is not used

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mesa: Fix patch fuzz</title>
<updated>2020-03-12T16:57:44+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-03-11T16:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=ac5e346167717021d232eb51018a7ddf5efa8504'/>
<id>urn:sha1:ac5e346167717021d232eb51018a7ddf5efa8504</id>
<content type='text'>
Fixes
ERROR: mesa-2_20.0.1-r0 do_patch: Fuzz detected:

Applying patch 0001-dri2-query-dma-buf-modifiers.patch
patching file src/gallium/state_trackers/dri/dri2.c
Hunk #1 succeeded at 1366 with fuzz 1 (offset -2 lines).

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mesa: querying dma_buf modifiers for specific formats</title>
<updated>2020-03-10T17:49:23+00:00</updated>
<author>
<name>rkhan467</name>
<email>Riyaz.l@ltts.com</email>
</author>
<published>2020-01-14T12:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=84cb8538cd22586fc82daba38458909cedfec2db'/>
<id>urn:sha1:84cb8538cd22586fc82daba38458909cedfec2db</id>
<content type='text'>
mesa wl_drm protocol is the backend for wayland server side which requires
the dmabuf modifiers for some DRM formats on specific devices like RPI.
Currently there is no support of giving any dmabuf modifiers on wl_drm protocol.
This dma_buf modifiers allows EGL implementations to add extra attributes
to drm_fourcc format.

Upstream-Status: Pending

Signed-off-by: Balaji Velmurugan &lt;balaji.velmurugan@ltts.com&gt;
</content>
</entry>
</feed>
