summaryrefslogtreecommitdiffstats
path: root/vidix/nvidia_vid.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30595Uoti Urpala2010-03-091-2/+4
|\
| * VIDIX: Mark some functions not used outside their files as static.diego2010-02-161-2/+4
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-28/+28
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-29/+28
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-4/+5
|\|
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-1/+1
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-3/+4
* | Make various functions staticUoti Urpala2008-08-121-2/+2
|/
* remove now useless vidixlib.h fileben2008-06-201-1/+0
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-1/+1
* Use standard license headers.diego2008-05-121-3/+3
* consistency cosmetics: Move some parts of file headers around; typo fixes.diego2008-05-121-3/+3
* #include config.h before all other headers.diego2008-03-141-1/+1
* remove duplicated pci ids in nvidia vidix driverben2008-03-081-2/+0
* add functions for the vga register access patch by Guillaume LECERF <foxcore ...faust32007-09-231-31/+26
* add some commented register dumping codefaust32007-09-201-0/+29
* rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch b...faust32007-09-191-2/+1
* fix indentation after the last change (patch by Guillaume LECERF <foxcore at ...faust32007-09-181-6/+6
* fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <...faust32007-09-171-0/+3
* avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf ...ben2007-09-151-2/+2
* fix screen width and height calculation on nvidia vidix (patch by Guillaume L...ben2007-09-151-1/+11
* Comment out purely debugging printf that in addition uses __FUNCTION__ whichreimar2007-07-301-1/+1
* simplified depth definitionben2007-04-221-5/+1
* declare variable as staticben2007-04-221-1/+1
* updated vidix files headers whenever it's possible to have a clear GPL statementben2007-04-221-9/+22
* these are actually AGP bridges, not video adapters (should fix ben2007-04-111-2/+0
* this TnT2 chipset is actually NV4/5 arch but for sure not NV30ben2007-04-111-1/+1
* consistent include paths for config.h et al.diego2007-04-061-3/+3
* renamed libdha.[hc] to dha.[hc]ben2007-04-061-1/+1
* merged libdha and libvidix, moved all files from libdha to vidix directoryben2007-04-061-3/+3
* GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (thoug...ben2007-04-011-89/+96
* updated pci ids list, fixed vidix drivers compilation and added nearly exhaus...ben2007-04-011-47/+205
* checking for dynamic drivers version number is now pointlessben2007-04-011-7/+0
* switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful...ben2007-04-011-13/+31
* Move driver files directly into the vidix directory.diego2007-04-011-0/+935