Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xf86-video-imxfb: Fix Xorg driver with newer API | Daiane Angolini | 2013-04-02 | 1 | -0/+8 |
| | | | | | | | | | The previous patch which ported the Xorg driver for newer API had a mistaken change which broke the acceleration support; this patch fixes it reverting the mislanding changes. Change-Id: I74ebb311706af37c4f4141e42074e7ba81d9e671 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> | ||||
* | xf86-video-imxfb: Fix build using 1.14 Xorg server | Otavio Salvador | 2013-03-20 | 1 | -0/+26 |
mibstore functions are no longer supported. 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: I3957ada1f71bffa3f1e3b4533e0a0d25bf5838cc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |