Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xf86-video-imxfb: Fix Xorg driver with newer API | Daiane Angolini | 2013-04-02 | 1 | -1/+1 |
| | | | | | | | | | 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: Port to newer Xorg video API | Otavio Salvador | 2013-01-09 | 1 | -0/+787 |
The new Xorg uses a newer video API thus requiring the drivers to be ported to them; we use the "compat-api.h" header for forward and backward compatibility makeing it easy for upstream acceptance. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |