aboutsummaryrefslogtreecommitdiffhomepage
path: root/vidix
Commit message (Expand)AuthorAge
* cosmetics: Remove some obsolete and misleading commentsGravatar diego2010-11-02
* Remove #warning preprocessor directivesGravatar diego2010-11-02
* vidix: Simplify code for writing to /proc/mtrrGravatar reimar2010-11-02
* spelling fixesGravatar siretart2010-11-02
* vidix/pci.c: Add config.h includeGravatar reimar2010-11-02
* vidix: Fix missing iopl declaration on x86_64 systems.Gravatar reimar2010-11-02
* Merge svn changes up to r31097Gravatar Uoti Urpala2010-04-26
|\
* \ Merge svn changes up to r31020Gravatar Uoti Urpala2010-04-26
|\ \
| | * Merge iopl()-related #ifdefs.Gravatar diego2010-04-22
| | * Do not check for __linux__ in a file that is only ever used on Linux.Gravatar diego2010-04-22
| |/
| * VBlankActiveFunc is a pointer to a parameterless function; mark it as such.Gravatar diego2010-04-05
* | Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30595Gravatar Uoti Urpala2010-03-09
|\ \ \
* \ \ \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \ \ \
| | | | * Remove unused static function vdlPlaybackCopyFrame().Gravatar cehoyos2010-02-27
| | | | * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| | | |/
| | | * Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
| | |/
| | * Add header file for sis_init_video_bridge() instead of forward declaring it.Gravatar diego2010-02-16
| | * VIDIX: #include drivers.h in drivers.c.Gravatar diego2010-02-16
| | * VIDIX: Mark some functions not used outside their files as static.Gravatar diego2010-02-16
| |/
| * Add missing license headers.Gravatar diego2010-01-30
| * cosmetics: Convert DOS linebreaks to Unix linebreaks.Gravatar diego2010-01-30
| * license header cosmeticsGravatar diego2010-01-30
* | Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\|
| * Remove hackish and not actually working code to make vidix compile withGravatar reimar2010-01-12
* | Merge svn changes up to r30216Gravatar Uoti Urpala2010-01-08
|\|
| * cosmetics: Break multiple statements on one line apart.Gravatar diego2010-01-04
| * Remove previous failed attempt at disabling that auto-generation of some C code.Gravatar diego2010-01-04
* | Merge svn changes up to r30104Gravatar Uoti Urpala2009-12-30
|\|
| * Do not auto-generate the C code to handle PCI vendor and device names.Gravatar diego2009-12-20
| * Remove unused debugging output about total number of printed lines.Gravatar diego2009-12-20
| * Employ slightly better variable names for output files.Gravatar diego2009-12-20
| * Eliminate completely pointless print_includes function.Gravatar diego2009-12-20
| * Do not autogenerate vidix/pci_names.h.Gravatar diego2009-12-20
| * Remove pointless return statements from functions that return nothing.Gravatar diego2009-12-20
| * Move code to write multiple inclusion guards to generated files into functions.Gravatar diego2009-12-20
| * cosmetics: Use more consistent formatting style for generated files.Gravatar diego2009-12-20
| * cosmetics: Use a consistent formattting style; tabs to spaces.Gravatar diego2009-12-20
* | Merge svn changes up to r30055Gravatar Uoti Urpala2009-12-18
|\|
| * Make vidix/pci_db2c.awk executable.Gravatar diego2009-12-16
| * Update the SuperH VEU vidix driver with experimental support for VEU3F.Gravatar cehoyos2009-12-10
| * Fix build on SuperH.Gravatar cehoyos2009-12-10
| * Update the SuperH VEU vidix driver with code that calls fsync() after eachGravatar cehoyos2009-12-10
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
| * Move some variable declarations up to avoid the warnings:Gravatar diego2009-07-19
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
| | * Revert whitespace removal for win-related code, because lack of ^M atGravatar bircoph2009-05-13