<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/meta-fsl-arm/recipes-graphics, branch master</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2015-07-16T18:01:29+00:00</updated>
<entry>
<title>Move meta-fsl-arm content to layer root</title>
<updated>2015-07-16T18:01:29+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2015-07-15T20:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f8517afc7a5ada4538b3b7d397fa32586d57ffe5'/>
<id>urn:sha1:f8517afc7a5ada4538b3b7d397fa32586d57ffe5</id>
<content type='text'>
The meta-fsl-arm is going to be used as the base for this layer. It
contains a clean history and allowing a more granullar set of changes.

This commit is just a rename of all contents of meta-fsl-arm
subdirectory to this layer's root, subsequent changes are based on top
of that.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>weston: Add patch only for i.MX with Vivante GPU</title>
<updated>2015-07-13T13:07:30+00:00</updated>
<author>
<name>Lauren Post</name>
<email>lauren.post@freescale.com</email>
</author>
<published>2015-07-08T14:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=4b5683cf7b387b6ca99c9291bce79d0ca4676aa5'/>
<id>urn:sha1:4b5683cf7b387b6ca99c9291bce79d0ca4676aa5</id>
<content type='text'>
New SoC i.MX 6 UltraLite does not have a GPU so only
apply patch for i.MX 6 with a Vivante GPU.

Signed-off-by: Lauren Post &lt;lauren.post@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>weston: Update i.MX6 Vivante GPU to support Wayland 1.8</title>
<updated>2015-07-13T13:07:30+00:00</updated>
<author>
<name>Lauren Post</name>
<email>lauren.post@freescale.com</email>
</author>
<published>2015-07-08T14:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=bfdb045548e7bf00908440a6919d195bdae331d0'/>
<id>urn:sha1:bfdb045548e7bf00908440a6919d195bdae331d0</id>
<content type='text'>
Update the support patches for Weston 1.8.
The support patches are consolidated in a single patch.

Signed-off-by: Lauren Post &lt;lauren.post@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>amd-gpu-x11-mx51: use x11 compatible eglplatform.h</title>
<updated>2015-07-03T17:33:54+00:00</updated>
<author>
<name>Florian Vallee</name>
<email>fvallee@eukrea.fr</email>
</author>
<published>2015-06-24T09:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=0cfd36df4ebd246d872c1452bf93a14e21408d58'/>
<id>urn:sha1:0cfd36df4ebd246d872c1452bf93a14e21408d58</id>
<content type='text'>
Freescale's default eglplatform.h contains framebuffer headers while
  X11 compatible headers are located in eglplatform_1.4.h [1], therefore
  overwrite eglplatform.h with eglplatform_1.4.h during install.

  This fixes EGL on X support through xcb.

  For instance Qt5 would fail to enable CFG_EGL_X [2] due to the
  following build error during configure :

    invalid conversion from 'EGLNativeDisplayType {aka void*}' to
    'Display* {aka _XDisplay*}' [-fpermissive]

  This further resulted in a runtime error with Qt5_CinematicExperience:

    QXcbIntegration: Cannot create platform OpenGL context, neither GLX
    nor EGL are enabled

  [1]: http://lists.busybox.net/pipermail/buildroot/2014-November/111475.html
  [2]: https://codereview.qt-project.org/#/c/77523/

Signed-off-by: Florian Vallee &lt;fvallee@eukrea.fr&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>core-image-weston: Fail gracefully if using incompatible DISTRO_FEATURES</title>
<updated>2015-07-03T17:32:43+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2015-06-15T13:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=e8604f158ac524994db615a1e3f35ea439838c7d'/>
<id>urn:sha1:e8604f158ac524994db615a1e3f35ea439838c7d</id>
<content type='text'>
Vivante GPU driver cannot operate in X11 and Wayland in same
distribution as it needs to have different libraries installed. So in
case 'x11' is in DISTRO_FEATURES, Wayland is disabled.

Fixes [YOCTO: #7814].

Change-Id: Ibde60384b1146ecb0aad353cfbc44163b21b4fc1
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-gpu-viv: Avoid duplicate values in PROVIDES</title>
<updated>2015-06-17T15:21:59+00:00</updated>
<author>
<name>Gary Thomas</name>
<email>gary@mlbassoc.com</email>
</author>
<published>2015-06-16T13:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c9966e491a9346bcd3e7b89cf6daacbcdd54f034'/>
<id>urn:sha1:c9966e491a9346bcd3e7b89cf6daacbcdd54f034</id>
<content type='text'>
Additional packages are added to the PROVIDES variable, depending on
the type of processor being supported, e.g. i.MX6Q, i.MX6SX, etc.
The old way this was being set could add multiple versions of the
same package to the PROVIDES variable which in turn can cause confusion
with sstate, e.g. a number of i.MX6 machines use :mx6q:mx6dl in their
overrides whereas others might only have :mx6q.  With the previous
setting of PROVIDES, this package would not be sharable via sstate
between such machines.

This patch changes the process so that these extra packages are only
added once, improving the [re]usability of sstate.

Signed-off-by: Gary Thomas &lt;gary@mlbassoc.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>directfb: Correct bashism</title>
<updated>2015-06-11T17:01:27+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2015-06-11T16:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=753cce319da4af5138fb023fecba86551aada7b9'/>
<id>urn:sha1:753cce319da4af5138fb023fecba86551aada7b9</id>
<content type='text'>
Fix builds of directfb on systems with dash as /bin/sh

Change-Id: Idf5e208c8ac75f4c6251f9f5b0db317f91c42de5
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>xf86-video-imxfb-vivante: Upgrade to 5.0.11.p4.5</title>
<updated>2015-06-09T18:46:17+00:00</updated>
<author>
<name>Neena Busireddy</name>
<email>neena.busireddy@freescale.com</email>
</author>
<published>2015-06-02T15:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=45582680eb68de5a9447e21a583d7f7964852fad'/>
<id>urn:sha1:45582680eb68de5a9447e21a583d7f7964852fad</id>
<content type='text'>
Modify the version to match the version of imx-gpu-viv

Signed-off-by: Neena Busireddy &lt;neena.busireddy@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-gpu-viv: Upgrade sfp to 5.0.11.p4.5</title>
<updated>2015-06-09T18:46:17+00:00</updated>
<author>
<name>Neena Busireddy</name>
<email>neena.busireddy@freescale.com</email>
</author>
<published>2015-06-02T15:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=ba6370eecddc04182b085c5d1ce5eef6e8189af0'/>
<id>urn:sha1:ba6370eecddc04182b085c5d1ce5eef6e8189af0</id>
<content type='text'>
Signed-off-by: Neena Busireddy &lt;neena.busireddy@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-gpu-viv: Upgrade to 5.0.11.p4.5</title>
<updated>2015-06-09T18:46:17+00:00</updated>
<author>
<name>Neena Busireddy</name>
<email>neena.busireddy@freescale.com</email>
</author>
<published>2015-06-02T15:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8f74380a09fe974c6e77a732744cb8b07f23f127'/>
<id>urn:sha1:8f74380a09fe974c6e77a732744cb8b07f23f127</id>
<content type='text'>
3.14.28-1.0.1 patch release has the following bug fixes:

MGS-554 [#1644] Fix the false alert with GPU commit dirty
MGS-528 [#ccc] Wayland does not free window memory until the application exits
GRPH-56 [#ccc] Add environment variable to turn off memory fill
GRPH-55 [ccc] Add alpha channel for direct texture viv extension
MA-6540 [#1672] Fix native fence FD leak found by Android™ CTS
MGS-663 [#1686] P4 release can't be built statically
MA-6527 [#1666] Fix android.webgl.cts.WebGLTest CTS failure
MGS-511-2 [#1593] Qt 3D app cannot run on i.MX 6SoloX board
MGS-658 [#ccc] Fix build warning of isInApiTraceMode for static link
Revert MGS-352 [#1453] Creating context on 5.x is slower than 4.x due to process name
read
MGS-578 [#1657] GoogleEarth APK encounters a shader compile error
MGS-507 [#1323] RenderToTexture has distorted pictures on screen in DL board
MGS-547 [#ccc] Add YVYU format test in g2d_overlay_test
MGS-547 [#1640] YVYU format gets wrong result when 2D is built
MGS-564 [#ccc] Resolve race condition in display frame sync
MGS-367 [#1589] "CTRL+C" to close the "tutorial7_es20" causes GPU to hang
MGS-543 [#1604] Remove some unsupported extensions in gles10
MGS-436 [#ccc] Memory leak in glimagesink video loop playback
MA-6267 [#1600] Fix ES3.0 benchmark UBenchEnhanced can't run
MA-6208-1 [#1543] Fix build error
MA-6208 [#1543] Fix com.drawelements.deqp.gles3 CTS failure
MGS-511 [#1593] Qt 3D app cannot run on i.MX 6SoloX board
MGS-512 [#1493] Fix es30 conformance failures related to glReadPixels
MGS-502 [#ccc] libCLC failure
MGS-500 [#ccc] Disable apitrace for static build

Signed-off-by: Neena Busireddy &lt;neena.busireddy@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
</feed>
