log vidix/nvidia_vid.c @ 35695:f1d1404c3828

age author description
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>)