1. 24 Jan, 2013 4 commits
  2. 20 Jan, 2013 4 commits
    • Siarhei Siamashka's avatar
      Support for sunxi hardware cursor · 64d51c0f
      Siarhei Siamashka authored
      Hardware cursor is necessary because it is also visible on
      top of sunxi disp layers, while software cursor is not.
      
      FIXME: there is one minor problem with negative cursor
      positions. The hardware does not support them, so such
      positions are just set to 0 for now. In the future this
      can be solved better by changing the cursor picture and
      showing only the parts which are visible on screen.
      64d51c0f
    • Siarhei Siamashka's avatar
      Added supplementary wrapper functions for sunxi display controller ioctls · bf7c7a6c
      Siarhei Siamashka authored
      Note: the header file "sunxi_disp_ioctl.h" is GPL licensed. So until
      it is gets a MIT/X11 replacement, the DDX driver is GPL licensed as
      a whole. The individual source files still have their own license.
      Also in order to avoid any possible confusion, the MIT/X11 license
      header from COPYING has been added to "fbdev.c" and "fbdev_priv.h".
      bf7c7a6c
    • Siarhei Siamashka's avatar
      Move driver private data into a separate header file · b0813ddf
      Siarhei Siamashka authored
      It is going to be included by multiple different source files.
      b0813ddf
    • Siarhei Siamashka's avatar
      Rename "fbdev" -> "sunxifb" and update man page · 703aea28
      Siarhei Siamashka authored
      As there is no way for the hardware specific bits to be accepted
      in xf86-video-fbdev, we need a new driver with its own name.
      703aea28
  3. 25 Sep, 2012 1 commit
  4. 02 Jul, 2012 1 commit
  5. 05 Jun, 2012 3 commits
  6. 17 Dec, 2010 1 commit
  7. 10 Nov, 2010 4 commits
  8. 07 Oct, 2010 1 commit
  9. 22 Jul, 2010 1 commit
  10. 21 Jul, 2010 6 commits
  11. 20 Jul, 2010 3 commits
  12. 03 Apr, 2010 1 commit
  13. 10 Feb, 2010 1 commit
  14. 08 Feb, 2010 1 commit
  15. 15 Jan, 2010 1 commit
  16. 30 Dec, 2009 1 commit
  17. 14 Dec, 2009 1 commit
  18. 23 Nov, 2009 1 commit
  19. 28 Oct, 2009 2 commits
  20. 26 Oct, 2009 1 commit
    • Gaetan Nadon's avatar
      Several driver modules do not have a ChangeLog target in Makefile.am #23814 · 7b583191
      Gaetan Nadon authored
      The git generated ChangeLog replaces the hand written one.
      Update configure.ac to xorg-macros level 1.3.
      Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
      Update Makefile.am to add ChangeLog target if missing
      Remove ChangeLog from EXTRA_DIST or *CLEAN variables
      This is a pre-req for the INSTALL_CMD
      7b583191
  21. 22 Oct, 2009 1 commit