summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa/mesa-demos/Add-OpenVG-demos-to-support-wayland.patch
Commit message (Collapse)AuthorAgeFilesLines
* mesa-demos: Revert backported 8.5 changesTom Hochstein2022-09-061-0/+84
| | | | | | | | | | | Some of the changes backported recently to kirkstone are specific to 8.5, but kirkstone uses 8.4. Specifically, on 8.4: - OpenVG is still supported - wayland packageconfig is not added by default - glu packageconfig still exists separate from x11 packageconfig Fixes: 49dac9d7 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* mesa-demos: Update for latestTom Hochstein2022-08-261-84/+0
| | | | | | | | | | | | | | | | | Drop OpenVG packageconfig and patch as OpenVG support is dropped from mesa-demos. For i.MX GPU: - x11 is not required - GLX is not supported - GLU is required - GLUT is not required for x11 Since x11 is not required but GLU is, restore the PACKAGECONFIG for glu, which was recently tied to x11. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit ed60a7915dfb4c2da89007c1670ef1da8618a063)
* mesa-demos: Fix incorrent spelling of Upstream-Status tag.Tom Hochstein2016-05-161-1/+1
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-demos: Rebase patches due to OE-Core changesTom Hochstein2016-05-161-30/+15
| | | | | | | | Update patch Add-OpenVG-demos-to-support-wayland.patch due to changes applied in OE-Core:b851cb0a. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-demos: Add Wayland and OpenVG supportLauren Post2016-04-191-0/+99
Add patches to support both OpenVG and Wayland support. Add configuration to enable in PACKAGECONFIG. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>