summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb
Commit message (Collapse)AuthorAgeFilesLines
* xf86-video-imxfb-vivante: Upgrade to 1.1.0Otavio Salvador2013-04-021-35/+0
| | | | | | | | | The new version packages Xorg driver and DRI source in same source package however for our use case this is worse so we workaround this packaging both separate. Change-Id: Iff3a7d2f893b9e8fab1766bc71e0f89ce41ac7dc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: Fix build with latest X serverOtavio Salvador2013-03-221-0/+1
| | | | | | | | | | | | | mibstore functions are no longer supported in the X server. This patch removes them from this driver, following the pattern in http://patches.openembedded.org/patch/46133/ This checkin shows when/where the changes to the X server were made that deleted the header mibstore.h and mentions the reasons. http://lists.x.org/archives/xorg-devel/2012-September/033575.html Change-Id: I83ae62ac97139602c6c401823980fa16ef94b12b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xorg-driver-video: Install vivante_gal.hAndrei Gherzan2013-01-041-1/+2
| | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
* xf86-video-imxfb-vivante: Update for new X server APIGary Thomas2012-12-211-0/+1
| | | | | | | X server 1.13 introduced driver API changes. These patches handle those changes in a backwards compatible way. Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* xf86-video-imxfb-vivante: add dependency on X11Vladimir Zapolskiy2012-12-181-2/+4
| | | | | | | | | | | | | | Prior to xf86-video-imxfs-vivante there should be built libX11. This change fixes an issue met on configuration stage: | configure:3303: checking whether the C compiler works | configure:3325: arm-mentor-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 -mno-unaligned-access [snip] -lm -ldl -lGAL-x11 conftest.c >&5 | /opt/projects/mentor/thales-mel6.0/build/tmp/sysroots/imx6qsabrelite/usr/lib/libGAL-x11.so: undefined reference to `XWidthOfScreen' [snip] | collect2: ld returned 1 exit status Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
* xf86-video-imxfb-vivante: Add Vivante Xorg driver for iMX SoCsAdrian Alonso2012-11-231-0/+30
Change-Id: I2b9a107b1fe6d50f3f0aa47a0df3115d7a8bc650 Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>