log vidix/sis_vid.c @ 32444:99efb38a4f4e

age author description
2010-04-05 diego VBlankActiveFunc is a pointer to a parameterless function; mark it as such.
2010-02-16 diego Add header file for sis_init_video_bridge() instead of forward declaring it.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-01-19 diego cosmetics: Remove pointless period after copyright statement non-sentences.
2008-12-03 diego Get rid of pointless 'extern' keywords.
2008-06-20 ben remove now useless vidixlib.h file
2008-05-16 diego cosmetics: Remove useless parentheses from return statements.
2008-05-12 diego Use standard license headers.
2008-05-12 diego consistency cosmetics: Move some parts of file headers around; typo fixes.
2008-03-14 diego #include config.h before all other headers.
2007-05-09 ben allow sis vidix driver to access registers and avoid segfaulting (patch by Andrew Calkin)
2007-04-22 ben removed useless code from vidix drivers
2007-04-22 ben updated vidix files headers whenever it's possible to have a clear GPL statement
2007-04-06 diego consistent include paths for config.h et al.
2007-04-06 ben renamed libdha.[hc] to dha.[hc]
2007-04-06 ben merged libdha and libvidix, moved all files from libdha to vidix directory
2007-04-01 ben killed warnings in sis driver
2007-04-01 ben checking for dynamic drivers version number is now pointless
2007-04-01 ben switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
2007-04-01 diego Move driver files directly into the vidix directory.