Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mibstore.hbaserock/morph | Adam Jackson | 2012-09-25 | 1 | -2/+0 |
| | | | | Signed-off-by: Adam Jackson <ajax@redhat.com> | ||||
* | fbdev: port to new server API. | Dave Airlie | 2012-06-05 | 2 | -36/+95 |
| | | | | Signed-off-by: Dave Airlie <airlied@redhat.com> | ||||
* | fbdev: convert to new screen conversion APIs. | Dave Airlie | 2012-06-05 | 1 | -4/+4 |
| | | | | | | Generated using util/modular/x-driver-screen-scrn-conv.sh Signed-off-by: Dave Airlie <airlied@redhat.com> | ||||
* | fbdev: add compat-api + makefile | Dave Airlie | 2012-06-05 | 3 | -0/+44 |
| | |||||
* | Add MOD_CLASS_VIDEODRV to FBDevVersRec | Paulo Zanoni | 2010-12-17 | 1 | -1/+1 |
| | | | | | | | | fbdev seems to be the only video driver without MOD_CLASS_VIDEODRV Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com> Reviewed-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Julien Cristau <jcristau@debian.org> | ||||
* | Perform XV initialization only if the server supports it. | Cyril Brulebois | 2010-11-10 | 1 | -0/+2 |
| | | | | | | | | | Use XV from server's xorg-server.h to determine whether to perform XV initialization. Signed-off-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Julien Cristau <jcristau@debian.org> | ||||
* | Avoid unused variables when XSERVER_LIBPCIACCESS is defined. | Cyril Brulebois | 2010-11-10 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Julien Cristau <jcristau@debian.org> | ||||
* | Convert x{re,c,}alloc and xfree. | Cyril Brulebois | 2010-11-10 | 1 | -9/+9 |
| | | | | | | Signed-off-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Julien Cristau <jcristau@debian.org> | ||||
* | fbdev: add missing shadowRemove in CloseScreen() | Julien Cristau | 2010-02-08 | 1 | -0/+1 |
| | | | | | | | Fixes crash in CloseScreen(). Signed-off-by: Julien Cristau <jcristau@debian.org> Tested-by: Cyril Brulebois <kibi@debian.org> | ||||
* | Remove afb support | Adam Jackson | 2009-12-14 | 1 | -44/+2 |
| | | | | Signed-off-by: Adam Jackson <ajax@redhat.com> | ||||
* | fbdev: change to using ABI version check | Dave Airlie | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | fbdev: update for resources/RAC API removal | Dave Airlie | 2009-07-28 | 1 | -1/+4 |
| | |||||
* | Remove useless loader symbol lists. | Adam Jackson | 2009-05-28 | 1 | -74/+0 |
| | |||||
* | Allow building against a non-DGA server. | Adam Jackson | 2009-03-04 | 1 | -0/+4 |
| | |||||
* | Make ISA optional | Adam Jackson | 2008-11-23 | 1 | -5/+8 |
| | |||||
* | Fixed leftover PCIACCESS -> XSERVER_LIBPCIACCESS. | Matthias Hopf | 2007-10-12 | 1 | -8/+8 |
| | |||||
* | Add conditional support for pci-rework branch. | Ian Romanick | 2007-01-22 | 1 | -3/+84 |
| | | | | | | 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. | ||||
* | Only determine pitch after setting initial mode. | Michel Dänzer | 2006-12-31 | 1 | -9/+13 |
| | | | | | We were determining it from the mode which is current at X server startup, which may have a completely different pitch. | ||||
* | Use package version definitions from XORG_RELEASE_VERSION macros. | Michel Dänzer | 2006-12-29 | 1 | -3/+1 |
| | |||||
* | Don't prefer 24bpp for depth 24. | Michel Dänzer | 2006-12-29 | 1 | -1/+1 |
| | |||||
* | Fix shadow framebuffer, and by extension rotation. | Michel Dänzer | 2006-12-27 | 1 | -32/+60 |
| | | | | Based on Adam Jackson's shadow framebuffer fixes in xf86-video-vesa. | ||||
* | Add missing argument to xf86DrvMsg(). | Michel Dänzer | 2006-12-27 | 1 | -1/+1 |
| | |||||
* | Update my e-mail address. | Michel Dänzer | 2006-12-27 | 1 | -1/+1 |
| | |||||
* | Convert .cvsignore to .gitignore. | Michel Dänzer | 2006-12-27 | 1 | -6/+0 |
| | | | | Add a couple of items while we're at it. | ||||
* | Make debug output a run-time option instead of compile-time. | Adam Jackson | 2006-11-08 | 1 | -13/+12 |
| | |||||
* | Bump to 0.3.0xf86-video-fbdev-0_3_0XORG-7_1 | Adam Jackson | 2006-05-19 | 1 | -1/+1 |
| | |||||
* | Fix ShadowFB support to work with recent miext/shadow changes from bug | Kevin E Martin | 2006-05-18 | 1 | -23/+32 |
| | | | | | #5460 (Kevin Martin), and apply fix for miext/shadow crasher https://bugs.freedesktop.org/show_bug.cgi?id=6940 (Kristian Hoegsberg). | ||||
* | Unlibcwrap. Bump server version requirement. Bump to 0.2.0.fbdev-0_2_0 | Adam Jackson | 2006-04-07 | 1 | -5/+6 |
| | |||||
* | Add .cvsignores for drivers. | Eric Anholt | 2005-11-21 | 1 | -0/+6 |
| | |||||
* | Numerous spelling and grammar fixes. (Branden Robinson, Debian #099n)XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901 | Daniel Stone | 2005-08-26 | 1 | -49/+69 |
| | |||||
* | Build system for fbdev driver | Søren Sandmann Pedersen | 2005-07-25 | 1 | -0/+32 |
| | |||||
* | Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15 | Adam Jackson | 2005-07-11 | 1 | -0/+4 |
| | |||||
* | Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13 | Adam Jackson | 2005-06-25 | 1 | -2/+2 |
| | |||||
* | Modifying X.Org Xserver DDX to allow to run X with ordinary usersco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1sco_port_update | Egbert Eich | 2005-01-28 | 1 | -2/+20 |
| | | | | | | | | permissions when no access to HW registers is required. For API changes which mostly involve the modifications to make the RRFunc (introduced with 6.8) more flexible please check Bugzilla #2407. NOTE: This patch applies changes to OS specific files for other OSes which I cannot test. | ||||
* | Encoding of numerous files changed to UTF-8 | Markus Kuhn | 2004-12-04 | 1 | -1/+1 |
| | |||||
* | Bug #1087: Make sure all the *Weak symbols are documented in the importrel-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_901lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branch | Adam Jackson | 2004-08-16 | 1 | -1/+6 |
| | | | | | | | list, so the loader knows not to complain about unresolved symbols when an optional module isn't loaded. This typically manifests as warnings about fbdevHW symbols when the user isn't using the framebuffer console. | ||||
* | Bug #962: Remove LoaderSymbol calls introduced by the dlloader work soXORG-6_7_99_2XORG-6_7_99_1 | Adam Jackson | 2004-08-03 | 1 | -2/+2 |
| | | | | DoLoadableServer NO builds work again. | ||||
* | *really* remove the last call to FillInScreenInfo. i clearly haven't had my | Adam Jackson | 2004-08-01 | 1 | -1/+0 |
| | | | | coffee yet this morning... | ||||
* | Kill off the last fbdevHWFillInScreenInfo user. Noticed by juergbi on IRC. | Adam Jackson | 2004-08-01 | 1 | -6/+10 |
| | |||||
* | Change several LoaderSymbol calls introduced by the bug #400 patch to | Adam Jackson | 2004-07-31 | 1 | -4/+3 |
| | | | | *Weak() resolver functions. | ||||
* | Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all | Adam Jackson | 2004-07-30 | 1 | -19/+24 |
| | | | | | | | framebuffer formats except cfb and the overlay modes should work, and r128 and radeon need to be loaded from the ati driver (both issues to be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga drivers. elfloader users shouldn't be affected. | ||||
* | DRI XFree86-4_3_99_12-merge importDRI-trunk-20040721DRI-trunk-20040613DRI-XFree86-4_3_99_12-merge | Eric Anholt | 2004-06-16 | 1 | -15/+10 |
| | |||||
* | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGECOMPOSITEWRAP | Egbert Eich | 2004-04-23 | 1 | -2/+2 |
| | |||||
* | 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-14 | 1 | -1/+1 |
| | |||||
* | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | 2004-03-03 | 1 | -1/+1 |
| | |||||
* | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 2004-02-26 | 1 | -1/+1 |
| | |||||
* | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 2004-02-26 | 1 | -1/+1 |
| | |||||
* | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330 | Egbert Eich | 2004-01-29 | 1 | -3/+5 |
| | |||||
* | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16 | Kaleb Keithley | 2003-11-25 | 1 | -11/+10 |
| | |||||
* | Initial revisionXORG-STABLE | Kaleb Keithley | 2003-11-14 | 1 | -0/+1094 |