summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix build error when building with xserver built using mesonTuomo Rinne2019-01-141-1/+1
|
* Update for 1.20 ABIAdam Jackson2018-05-301-0/+2
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Use #ifdef instead of #if to avoid build errorAlan Coopersmith2018-03-051-1/+1
| | | | | | | | | fbdev.c:491:21: error: #if with no expression #if HAVE_SHADOW_3224 ^ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
* Use shadowUpdate32to24 at 24bppAdam Jackson2017-02-161-4/+39
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Remove dead pix24bpp variableAdam Jackson2017-02-161-10/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Fix shadow fb allocation size (v2)Adam Jackson2017-01-051-2/+2
| | | | | | | | | ->bitsPerPixel is rather obviously eight times too large. v2: Use ->displayWidth - the pitch - not ->virtualX (Keith Packard) Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
* Initialize pci_devPascal Terjan2016-01-271-1/+1
| | | | | | | | | | | Else it is read before initialization if XSERVER_LIBPCIACCESS is not defined or location.type is not BUS_PCI. Noticed when I got a segfault where it was 0x1 while doing some tests on arm. Signed-off-by: Pascal Terjan <pterjan@google.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
* Pass the pci device (if any) through to fbdevhw in probe and preinitAdam Jackson2014-08-111-2/+8
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Use own thunk functions instead of fbdevHW*WeakAdam Jackson2014-05-211-15/+71
| | | | | | I plan to remove the Weak functions from a future server. Signed-off-by: Adam Jackson <ajax@redhat.com>
* Default to 32bpp if the console is 8bpp (and we weren't told otherwise)Adam Jackson2014-03-211-0/+26
| | | | | | | | | You can still override this on the command line or in the config file. Without this we'll come up at 8bpp on matroxfb (and probably others), which among other things breaks the default desktop since gnome-shell wants GLX and GLX doesn't support pseudocolor anymore. Signed-off-by: Adam Jackson <ajax@redhat.com>
* Remove mibstore.hbaserock/morphAdam Jackson2012-09-251-2/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* fbdev: port to new server API.Dave Airlie2012-06-052-36/+95
| | | | Signed-off-by: Dave Airlie <airlied@redhat.com>
* fbdev: convert to new screen conversion APIs.Dave Airlie2012-06-051-4/+4
| | | | | | Generated using util/modular/x-driver-screen-scrn-conv.sh Signed-off-by: Dave Airlie <airlied@redhat.com>
* fbdev: add compat-api + makefileDave Airlie2012-06-053-0/+44
|
* Add MOD_CLASS_VIDEODRV to FBDevVersRecPaulo Zanoni2010-12-171-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 Brulebois2010-11-101-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 Brulebois2010-11-101-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 Brulebois2010-11-101-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 Cristau2010-02-081-0/+1
| | | | | | | Fixes crash in CloseScreen(). Signed-off-by: Julien Cristau <jcristau@debian.org> Tested-by: Cyril Brulebois <kibi@debian.org>
* Remove afb supportAdam Jackson2009-12-141-44/+2
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* fbdev: change to using ABI version checkDave Airlie2009-07-281-1/+1
|
* fbdev: update for resources/RAC API removalDave Airlie2009-07-281-1/+4
|
* Remove useless loader symbol lists.Adam Jackson2009-05-281-74/+0
|
* Allow building against a non-DGA server.Adam Jackson2009-03-041-0/+4
|
* Make ISA optionalAdam Jackson2008-11-231-5/+8
|
* Fixed leftover PCIACCESS -> XSERVER_LIBPCIACCESS.Matthias Hopf2007-10-121-8/+8
|
* Add conditional support for pci-rework branch.Ian Romanick2007-01-221-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änzer2006-12-311-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änzer2006-12-291-3/+1
|
* Don't prefer 24bpp for depth 24.Michel Dänzer2006-12-291-1/+1
|
* Fix shadow framebuffer, and by extension rotation.Michel Dänzer2006-12-271-32/+60
| | | | Based on Adam Jackson's shadow framebuffer fixes in xf86-video-vesa.
* Add missing argument to xf86DrvMsg().Michel Dänzer2006-12-271-1/+1
|
* Update my e-mail address.Michel Dänzer2006-12-271-1/+1
|
* Convert .cvsignore to .gitignore.Michel Dänzer2006-12-271-6/+0
| | | | Add a couple of items while we're at it.
* Make debug output a run-time option instead of compile-time.Adam Jackson2006-11-081-13/+12
|
* Bump to 0.3.0xf86-video-fbdev-0_3_0XORG-7_1Adam Jackson2006-05-191-1/+1
|
* Fix ShadowFB support to work with recent miext/shadow changes from bugKevin E Martin2006-05-181-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_0Adam Jackson2006-04-071-5/+6
|
* Add .cvsignores for drivers.Eric Anholt2005-11-211-0/+6
|
* Numerous spelling and grammar fixes. (Branden Robinson, Debian #099n)XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Daniel Stone2005-08-261-49/+69
|
* Build system for fbdev driverSøren Sandmann Pedersen2005-07-251-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_15Adam Jackson2005-07-111-0/+4
|
* Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13Adam Jackson2005-06-251-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_updateEgbert Eich2005-01-281-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-8Markus Kuhn2004-12-041-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-branchAdam Jackson2004-08-161-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_1Adam Jackson2004-08-031-2/+2
| | | | DoLoadableServer NO builds work again.
* *really* remove the last call to FillInScreenInfo. i clearly haven't had myAdam Jackson2004-08-011-1/+0
| | | | coffee yet this morning...
* Kill off the last fbdevHWFillInScreenInfo user. Noticed by juergbi on IRC.Adam Jackson2004-08-011-6/+10
|
* Change several LoaderSymbol calls introduced by the bug #400 patch toAdam Jackson2004-07-311-4/+3
| | | | *Weak() resolver functions.