log vidix/nvidia_vid.c @ 37195:ac6c37d85d65 default tip

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>