Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-29 | Include xf86Cursor.h instead of xf86RamDac.h | Alan Coopersmith | |
ramdac drivers have been removed from xserver since version 21.0.99.1 and xorg/xserver@f0385fb4 resulting in the following build failure: In file included from ../../src/ffb_accel.c:39: ../../src/ffb.h:33:10: fatal error: xf86RamDac.h: No such file or directory 33 | #include "xf86RamDac.h" | ^~~~~~~~~~~~~~ but xf86RamDac.h in turn included xf86Cursor.h which we still need. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2022-01-29 | Fix spelling/wording issues | Alan Coopersmith | |
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-06-10 | Unbreak when XAA is not present. | Matthieu Herrb | |
Turn accel off if loading XAA fails. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> | |||
2012-09-25 | Remove mibstore.h | Adam Jackson | |
Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2012-07-16 | sunffb: fix XAA-less build. | Dave Airlie | |
Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2012-06-07 | sunffb: port to new compat API. | Dave Airlie | |
Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-10-29 | Add missing prototypes to silence warnings | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2011-10-29 | Use malloc/calloc/realloc/free directly | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-10-06 | Purge cvs tags. | Jesse Adkins | |
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2009-09-08 | sunffb: define %g2 and %g3 registers when building 64 bit version of the ↵ | Denis Gilmore | |
sunffb driver | |||
2009-09-08 | xf86-video-sunffb: Remove unused .cvsignore file #23776 | Gaetan Nadon | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-07-16 | Update to xextproto 7.1 support. | Peter Hutterer | |
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers need to include dpmsconst.h if xextproto 7.1 is available. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-05-04 | Remove DRI remnants from build system | Julien Cristau | |
2008-09-03 | Fix distcheck. | Adam Jackson | |
2008-08-19 | Uninclude xf86Version.h | Adam Jackson | |
2008-01-10 | Fix compilation after dri removal in the last commit | Benjamin Close | |
Found by: Tinderbox | |||
2007-12-28 | Remove DRI support to fix build after devPrivates rework | David S. Miller | |
This driver uses devprivates of all kinds, but this is only done in deprecated and unused code so we can simply remove it all. DRM/DRI support has been commented out for years, and was done during the conversion over to XAA acceleration. This code would need to be essentially rewritten to work again, so we can just remove this stuff for now. The rest were either: 1) DRI/DRM related uses 2) the private allocation code 3) cases that could index to the pScrn to get the FFB private And that's all fixed up here. Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2007-08-07 | Define FFB_*_VERSION using PACKAGE_VERSION* | Brice Goglin | |
2006-04-07 | Unlibcwrap. Bump server version requirement. Bump to 1.1.0.sunffb-1_1_0XORG-7_1 | Adam Jackson | |
2006-01-26 | Remove remaining cfb-isms and dead accel code. | Adam Jackson | |
2006-01-25 | Remove xf8_32wid damage, it is going away. | Adam Jackson | |
2005-12-14 | Bug #4890" Include the assembly in the build (Ferris McCormick) | Adam Jackson | |
2005-11-21 | Add .cvsignores for drivers. | Eric Anholt | |
2005-11-09 | Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902 | Kevin E Martin | |
2005-10-21 | Bug #4829: Remove some useless DRI symbol checks. | Adam Jackson | |
2005-09-27 | Add some files to the rendition and sunffb build systems | Søren Sandmann Pedersen | |
2005-08-15 | Egbert's 64bit fixes for mixed 32/64bit clientsXORG-6_8_99_901 | Alan Hourihane | |
2005-07-31 | Post-merge fixups:XORG-6_99_99_900XORG-6_8_99_900 | Adam Jackson | |
- Disable building the gamma driver - Fix numerous Imakefiles to get header paths and subdirs right - Symlink client-side GLX lib source from Mesa - Add new shader subdirs to the Mesa core build - Tweak the DDX drivers to not ask for "xf86dri.h"; they don't need it, since they don't generate protocol, and it was breaking the build. | |||
2005-07-26 | Build system for sunffb | Søren Sandmann Pedersen | |
2005-07-11 | Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15 | Adam Jackson | |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".XORG-6_8_99_14 | Daniel Stone | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | |
2005-06-25 | Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_13 | Adam Jackson | |
2005-05-20 | Bug #3346: Don't include DRI-internal headers from the drivers. Pointed outXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10 | Adam Jackson | |
by Kevin Martin. | |||
2005-05-18 | Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the version | Adam Jackson | |
number of the DRIInfoRec, disambiguating it from the XF86DRI protocol version number. Modify DRIQueryVersion to return the libdri version number, which all DDXes were requesting implicitly. Fix the DDXes to check for the DRIINFO version they were compiled against. | |||
2005-04-20 | Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4 | Daniel Stone | |
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. | |||
2005-01-14 | Bug #1891: XAA support for Sun FFB. (Dave S. Miller)XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1 | Adam Jackson | |
2004-06-16 | Merge DRI-trunk-20040613 changes in programs/Xserver/hw/xfree86/drivers,rel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1 | Eric Anholt | |
with the following notes: - Savage and Mach64 (= ati/ati*.[ch] changes) DRI not merged due to insecurity. - VIA driver converted to new drmContext and drmHandle names. - Radeon driver merge conflicted in many places, and MergedFB at least could probably use some checking at this point. | |||
2004-06-16 | DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613 | Eric Anholt | |
2004-06-16 | DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-merge | Eric Anholt | |
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330 | Kaleb Keithley | |
2003-11-14 | Initial revision | Kaleb Keithley | |