- 12 Jan, 2014 1 commit
-
-
Siarhei Siamashka authored
It makes sense to make a formal release. Providing the pre-generated 'configure' script should make it less likely for people to mess with autotools and encounter troubles: https://github.com/ssvb/xf86-video-fbturbo/issues/28 https://github.com/ssvb/xf86-video-fbturbo/issues/25 Also it's likely that this particular xf86-video-fbturbo git master snapshot was used in: http://www.raspberrypi.org/archives/5580 Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
-
- 19 Oct, 2013 1 commit
-
-
Luc Verhaegen authored
And disable building ump when it is not there. Signed-off-by: Luc Verhaegen <libv@skynet.be>
-
- 22 Sep, 2013 1 commit
-
-
Siarhei Siamashka authored
Because a wide range of embedded ARM devices are actually supported (Allwinner A1X/A20, Raspberry Pi, ODROID-X, Rockchip, ...) and are getting some sort of performance improvement and/or hardware acceleration, the DDX driver needs a vendor neutral name. Resolves https://github.com/ssvb/xf86-video-fbturbo/issues/10 Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
-
- 17 Jul, 2013 1 commit
-
-
Siarhei Siamashka authored
In some systems libump library is built without an explicit pthreads dependency. As the issue has been already confirmed to affect both sunxi and odroid users (and maybe the users of the other mali400 based hardware), it is easier to just workaround the problem locally. Otherwise we would need to hunt down all the libump packagers and beg for the fix. More details are at https://github.com/ssvb/xf86-video-sunxifb/issues/11 Reported-by: Patrick Wood Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
-
- 30 Mar, 2013 1 commit
-
-
Siarhei Siamashka authored
Should be useful for better performance when moving windows and scrolling on the devices without a dedicated 2D hardware accelerator (Allwinner A13). Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
-
- 15 Mar, 2013 1 commit
-
-
Siarhei Siamashka authored
It measures MPix/s numbers for blit and fill operations done by G2D, and also for comparison tests the performance of the same operations done by pixman (software rendering). G2D has clock frequency configured to be half of the RAM clock frequency. So for 480 MHz RAM, we have G2D clocked at 240 MHz, which means that no more than 240 MPix can be processed per second. Unfortunately this limits the performance of a simple operation such as solid fill. Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
-
- 13 Mar, 2013 1 commit
-
-
Siarhei Siamashka authored
It is basically the first test program for the sunxi disp ioctls wrapper code from "src/sunxi_disp.c". Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
-
- 24 Jan, 2013 4 commits
-
-
Siarhei Siamashka authored
In file included from sunxi_mali_ump_dri2.c:39:0: /usr/include/xf86drm.h:40:17: fatal error: drm.h: No such file or directory compilation terminated. make[2]: *** [sunxi_mali_ump_dri2.lo] Error 1
-
Siarhei Siamashka authored
-
Siarhei Siamashka authored
-
Siarhei Siamashka authored
The driver can use sunxi display controller layers for fully visible windows, avoiding expensive memory copy.
-
- 20 Jan, 2013 1 commit
-
-
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.
-
- 02 Jul, 2012 1 commit
-
-
Dave Airlie authored
Signed-off-by: Dave Airlie <airlied@redhat.com>
-
- 22 Jul, 2010 1 commit
-
-
Gaetan Nadon authored
-
- 21 Jul, 2010 6 commits
-
-
Gaetan Nadon authored
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Autoconf says: "This macro is obsolescent, as current systems have conforming header files. New programs need not use this macro". Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-
- 20 Jul, 2010 3 commits
-
-
Gaetan Nadon authored
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages.
-
- 03 Apr, 2010 1 commit
-
-
Julien Cristau authored
-
- 10 Feb, 2010 1 commit
-
-
Julien Cristau authored
Signed-off-by: Julien Cristau <jcristau@debian.org>
-
- 30 Dec, 2009 1 commit
-
-
Gaetan Nadon authored
The sdkdir variable isn't use, so remove the statement. Acked-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-
- 28 Oct, 2009 1 commit
-
-
Gaetan Nadon authored
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
-
- 26 Oct, 2009 1 commit
-
-
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
-
- 30 Jul, 2009 1 commit
-
-
Dave Airlie authored
-
- 24 Nov, 2008 1 commit
-
-
Adam Jackson authored
-
- 19 Mar, 2008 1 commit
-
-
Adam Jackson authored
-
- 22 Jan, 2007 1 commit
-
-
Ian Romanick authored
To build VESA driver for use with pci-rework Xserver, add --enable-pciacces to the configure command line. Otherwise, the "traditional" VESA driver will be built.
-
- 29 Dec, 2006 1 commit
-
-
Michel Dänzer authored
-
- 19 May, 2006 1 commit
-
-
Adam Jackson authored
-
- 07 Apr, 2006 1 commit
-
-
Adam Jackson authored
-
- 21 Dec, 2005 1 commit
-
-
Kevin E Martin authored
-
- 15 Dec, 2005 1 commit
-
-
Kevin E Martin authored
-
- 03 Dec, 2005 1 commit
-
-
Kevin E Martin authored
-
- 02 Dec, 2005 1 commit
-
-
Kevin E Martin authored
-
- 29 Nov, 2005 1 commit
-
-
Adam Jackson authored
-