log vidix/nvidia_vid.c @ 37148:35d14ce532bc

age author description
Sat, 17 May 2014 01:38:00 +0000 al vidix: Replace printf with mp_msg
Sat, 25 Jan 2014 16:55:01 +0000 reimar vidix: move query_format struct initialization to common code.
Thu, 19 Jan 2012 14:36:15 +0000 diego Move static keyword to the beginning of function declarations.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Tue, 16 Feb 2010 13:04:00 +0000 diego VIDIX: Mark some functions not used outside their files as static.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 16 Oct 2008 20:17:56 +0000 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
Mon, 13 Oct 2008 16:23:55 +0000 diego Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
Fri, 20 Jun 2008 20:16:34 +0000 ben remove now useless vidixlib.h file
Fri, 16 May 2008 00:13:03 +0000 diego cosmetics: Remove useless parentheses from return statements.
Mon, 12 May 2008 17:39:36 +0000 diego Use standard license headers.
Mon, 12 May 2008 17:33:35 +0000 diego consistency cosmetics: Move some parts of file headers around; typo fixes.
Fri, 14 Mar 2008 16:46:13 +0000 diego #include config.h before all other headers.
Sat, 08 Mar 2008 11:20:17 +0000 ben remove duplicated pci ids in nvidia vidix driver
Sun, 23 Sep 2007 12:11:19 +0000 faust3 add functions for the vga register access patch by Guillaume LECERF <foxcore at gmail.com>
Thu, 20 Sep 2007 17:55:25 +0000 faust3 add some commented register dumping code
Wed, 19 Sep 2007 21:47:35 +0000 faust3 rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch by Guillaume LECERF <foxcore at gmail.com>)
Tue, 18 Sep 2007 09:53:03 +0000 faust3 fix indentation after the last change (patch by Guillaume LECERF <foxcore at gmail.com>
Mon, 17 Sep 2007 18:17:41 +0000 faust3 fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <foxcore at gmail.com>
Sat, 15 Sep 2007 18:44:54 +0000 ben avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf <fox at geexbox dot org>)
Sat, 15 Sep 2007 18:42:26 +0000 ben fix screen width and height calculation on nvidia vidix (patch by Guillaume Lecerf (fox at geexbox dot org)
Mon, 30 Jul 2007 16:18:12 +0000 reimar Comment out purely debugging printf that in addition uses __FUNCTION__ which
Sun, 22 Apr 2007 15:44:42 +0000 ben simplified depth definition
Sun, 22 Apr 2007 15:35:45 +0000 ben declare variable as static
Sun, 22 Apr 2007 14:05:41 +0000 ben updated vidix files headers whenever it's possible to have a clear GPL statement
Wed, 11 Apr 2007 18:35:08 +0000 ben these are actually AGP bridges, not video adapters (should fix
Wed, 11 Apr 2007 18:30:08 +0000 ben this TnT2 chipset is actually NV4/5 arch but for sure not NV30
Fri, 06 Apr 2007 20:37:43 +0000 diego consistent include paths for config.h et al.
Fri, 06 Apr 2007 15:26:41 +0000 ben renamed libdha.[hc] to dha.[hc]
Fri, 06 Apr 2007 15:20:49 +0000 ben merged libdha and libvidix, moved all files from libdha to vidix directory
Sun, 01 Apr 2007 20:48:34 +0000 ben GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (though it doesn't work better right now)
Sun, 01 Apr 2007 13:58:06 +0000 ben updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
Sun, 01 Apr 2007 11:13:04 +0000 ben checking for dynamic drivers version number is now pointless
Sun, 01 Apr 2007 11:06:06 +0000 ben switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
Sun, 01 Apr 2007 00:02:43 +0000 diego Move driver files directly into the vidix directory.