Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-17 | treewide: #if -> #ifdef | Yusuf Khan | |
I think the latest version of gcc got stricter in regards to this for some reason. Signed-off-by: Yusuf Khan <yusisamerican@gmail.com> | |||
2024-01-08 | Fix 4 -Wdiscarded-qualifiers warnings | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2023-12-07 | Don't call xf86DisableRandR in ABI_VIDEODRV_VERSION 24 & later | Alan Coopersmith | |
The API was removed by Xserver commit dd00e5466a0e4ea313d1860824da4123692827ed in xorg-server-1.20.0 and later. Found by gcc -Werror=implicit: riva_driver.c: In function ‘RivaScreenInit’: riva_driver.c:1213:12: error: implicit declaration of function ‘xf86DisableRandR’; did you mean ‘xf86DisableIO’? [-Werror=implicit-function-declaration] 1213 | xf86DisableRandR(); | ^~~~~~~~~~~~~~~~ | xf86DisableIO nv_driver.c: In function ‘NVScreenInit’: nv_driver.c:2635:16: error: implicit declaration of function ‘xf86DisableRandR’; did you mean ‘xf86DisableIO’? [-Werror=implicit-function-declaration] 2635 | xf86DisableRandR(); | ^~~~~~~~~~~~~~~~ | xf86DisableIO Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2012-09-25 | Remove mibstore.h | Adam Jackson | |
Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2012-07-16 | nv: make XAA optional. | Dave Airlie | |
This allows nv to build without XAA. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2012-06-07 | nv: port to new compat API. | Dave Airlie | |
Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-12-19 | Fix for new vgahw ABI | Adam Jackson | |
Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2011-12-19 | Make failure to XAA non-fatal | Adam Jackson | |
Fall back to NoAccel on G80 since there's no shadowfb support there, otherwise fall to shadowfb. Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2010-05-25 | Don't use libcwrappers for calloc and free | Tiago Vignatti | |
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> | |||
2009-07-28 | nv: update for resources/RAC API removal | Dave Airlie | |
2009-05-28 | Remove useless loader symbol lists. | Adam Jackson | |
2007-09-17 | libpciaccess support. | Aaron Plattner | |
2007-07-24 | Nuke old RCS tags. | Aaron Plattner | |
Fix the ends of files. Update the known cards date. | |||
2007-01-17 | Remove the riva128 submodule. Link Riva support into nv_drv.so directly. | Aaron Plattner | |
2006-11-30 | Use XORG_RELEASE_VERSION. | Aaron Plattner | |
2006-05-24 | Derive the module version numbers from the package version. This idea was | Aaron Plattner | |
lifted from Michel Dänzer's similar code in xf86-video-ati. Also, make the riva and nv driver versions match. | |||
2006-03-10 | Coverity nos. 868 and 869: Free the result of xf86GetEntityInfo. | Aaron Plattner | |
2005-07-11 | 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-06-26 | Bug #3628: Fix video driver submodule visibility.XORG-6_8_99_13 | Adam Jackson | |
2005-06-25 | Bug #3626: _X_EXPORT tags for video and input drivers. | Adam Jackson | |
2004-09-17 | Bug #1192: Remove cfb support from drivers where its use is an option. | Adam Jackson | |
Delete xf24_32bpp, as s3virge was the last user. Fix up some comments to refer to fb rather than cfb. | |||
2004-08-16 | Bug #1087: Make sure all the *Weak symbols are documented in the importrel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901lg3d-eventlg3d-dev-0-6-latestlg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d | Adam Jackson | |
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. | |||
2004-07-31 | Change several LoaderSymbol calls introduced by the bug #400 patch toXORG-6_7_99_2XORG-6_7_99_1 | Adam Jackson | |
*Weak() resolver functions. | |||
2004-07-30 | Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all | Adam Jackson | |
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. | |||
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_0STSF-CURRENT | 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 | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330 | Egbert Eich | |
2003-11-25 | Initial revisionXORG-STABLE | Kaleb Keithley | |