aboutsummaryrefslogtreecommitdiffhomepage
path: root/vidix/nvidia_vid.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30595Gravatar Uoti Urpala2010-03-09
|\
| * VIDIX: Mark some functions not used outside their files as static.Gravatar diego2010-02-16
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* | Make various functions staticGravatar Uoti Urpala2008-08-12
|/
* remove now useless vidixlib.h fileGravatar ben2008-06-20
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Use standard license headers.Gravatar diego2008-05-12
* consistency cosmetics: Move some parts of file headers around; typo fixes.Gravatar diego2008-05-12
* #include config.h before all other headers.Gravatar diego2008-03-14
* remove duplicated pci ids in nvidia vidix driverGravatar ben2008-03-08
* add functions for the vga register access patch by Guillaume LECERF <foxcore ...Gravatar faust32007-09-23
* add some commented register dumping codeGravatar faust32007-09-20
* rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch b...Gravatar faust32007-09-19
* fix indentation after the last change (patch by Guillaume LECERF <foxcore at ...Gravatar faust32007-09-18
* fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <...Gravatar faust32007-09-17
* avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf ...Gravatar ben2007-09-15
* fix screen width and height calculation on nvidia vidix (patch by Guillaume L...Gravatar ben2007-09-15
* Comment out purely debugging printf that in addition uses __FUNCTION__ whichGravatar reimar2007-07-30
* simplified depth definitionGravatar ben2007-04-22
* declare variable as staticGravatar ben2007-04-22
* updated vidix files headers whenever it's possible to have a clear GPL statementGravatar ben2007-04-22
* these are actually AGP bridges, not video adapters (should fix Gravatar ben2007-04-11
* this TnT2 chipset is actually NV4/5 arch but for sure not NV30Gravatar ben2007-04-11
* consistent include paths for config.h et al.Gravatar diego2007-04-06
* renamed libdha.[hc] to dha.[hc]Gravatar ben2007-04-06
* merged libdha and libvidix, moved all files from libdha to vidix directoryGravatar ben2007-04-06
* GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (thoug...Gravatar ben2007-04-01
* updated pci ids list, fixed vidix drivers compilation and added nearly exhaus...Gravatar ben2007-04-01
* checking for dynamic drivers version number is now pointlessGravatar ben2007-04-01
* switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful...Gravatar ben2007-04-01
* Move driver files directly into the vidix directory.Gravatar diego2007-04-01