summaryrefslogtreecommitdiffstats
path: root/vidix
<
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r31097Uoti Urpala2010-04-261-7/+3
|\
| * Merge iopl()-related #ifdefs.diego2010-04-221-5/+3
| * Do not check for __linux__ in a file that is only ever used on Linux.diego2010-04-221-2/+0
* | Merge svn changes up to r31020Uoti Urpala2010-04-261-1/+1
|\|
| * VBlankActiveFunc is a pointer to a parameterless function; mark it as such.diego2010-04-051-1/+1
* | Merge svn changes up to r30798Uoti Urpala2010-03-101-5/+0
|\|
| * Remove unused static function vdlPlaybackCopyFrame().cehoyos2010-02-271-5/+0
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-202-2/+0
* | Merge svn changes up to r30663Uoti Urpala2010-03-101-3/+1
|\|
| * Remove pointless '#if 1' preprocessor directives.diego2010-02-191-3/+1
* | Merge svn changes up to r30595Uoti Urpala2010-03-096-6/+34
|\|
| * Add header file for sis_init_video_bridge() instead of forward declaring it.diego2010-02-163-3/+28
| * VIDIX: #include drivers.h in drivers.c.diego2010-02-161-0/+1
| * VIDIX: Mark some functions not used outside their files as static.diego2010-02-162-3/+5
* | Merge svn changes up to r30463Uoti Urpala2010-03-094-21/+57
|\|
| * Add missing license headers.diego2010-01-302-4/+38
| * cosmetics: Convert DOS linebreaks to Unix linebreaks.diego2010-01-301-17/+17
| * license header cosmeticsdiego2010-01-302-0/+2
* | Merge svn changes up to r30301Uoti Urpala2010-01-251-34/+0
|\|
| * Remove hackish and not actually working code to make vidix compile withreimar2010-01-121-34/+0
* | Merge svn changes up to r30216Uoti Urpala2010-01-082-74/+76
|\|
| * cosmetics: Break multiple statements on one line apart.diego2010-01-041-17/+33
| * Remove previous failed attempt at disabling that auto-generation of some C code.diego2010-01-042-59/+45
* | Merge svn changes up to r30104Uoti Urpala2009-12-303-218/+236
|\|
| * Do not auto-generate the C code to handle PCI vendor and device names.diego2009-12-202-45/+59
| * Remove unused debugging output about total number of printed lines.diego2009-12-201-4/+0
| * Employ slightly better variable names for output files.diego2009-12-201-48/+48
| * Eliminate completely pointless print_includes function.diego2009-12-201-7/+3
| * Do not autogenerate vidix/pci_names.h.diego2009-12-202-21/+38
| * Remove pointless return statements from functions that return nothing.diego2009-12-201-4/+0
| * Move code to write multiple inclusion guards to generated files into functions.diego2009-12-201-15/+28
| * cosmetics: Use more consistent formatting style for generated files.diego2009-12-201-36/+29
| * cosmetics: Use a consistent formattting style; tabs to spaces.diego2009-12-201-203/+196
* | Merge svn changes up to r30055Uoti Urpala2009-12-184-11/+48
|\|
| * Make vidix/pci_db2c.awk executable.diego2009-12-161-3/+2
| * Update the SuperH VEU vidix driver with experimental support for VEU3F.cehoyos2009-12-101-2/+37
| * Fix build on SuperH.cehoyos2009-12-102-3/+1
| * Update the SuperH VEU vidix driver with code that calls fsync() after eachcehoyos2009-12-101-3/+8
* | Merge svn changes up to r29455Uoti Urpala2009-07-292-5/+5
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
| * Move some variable declarations up to avoid the warnings:diego2009-07-191-4/+4
| * Revert whitespace removal for win-related code, because lack of ^M atbircoph2009-05-133-380/+380
| * Remove all kind of trailing whitespaces from all MPlayer's files.bircoph2009-05-133-380/+380
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-1339-13234/+13234
* | Remove trailing whitespace from most filesUoti Urpala2009-07-0739-13236/+13234
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-2/+2
|\|
| * Get rid of some more trailing whitespacereynaldo2009-05-121-2/+2
* | Merge svn changes up to r29277Uoti Urpala2009-05-083-4/+4
|\|
| * Add missing 'void' to parameterless function declarations.diego2009-05-043-4/+4
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-6/+6
|\|
| * Fix warnings about undefined preprocessor directives.diego2009-01-301-6/+6
* | Merge svn changes up to r28348Uoti Urpala2009-01-235-7/+7
|\|
| * cosmetics: Remove pointless period after copyright statement non-sentences.diego2009-01-195-7/+7
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-2/+2
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-2/+2
* | Merge svn changes up to r28310Uoti Urpala2009-01-153-5/+6
|\|
| * Add missing 'void' keyword to parameterless function declarations.diego2009-01-053-5/+6
* | Merge svn changes up to r28087Uoti Urpala2008-12-045-23/+23
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-035-23/+23
* | Merge svn changes up to r28065Uoti Urpala2008-12-021-2/+2
|\|
| * Use standard unsigned long type instead of u_long.diego2008-11-301-2/+2
* | Merge svn changes up to 27824Uoti Urpala2008-10-2511-38/+26
|\|
| * pci.c includes dha.h, remove redundant MAX_* definesranma2008-10-181-3/+0
| * MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 2...ranma2008-10-182-2/+2
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-165-17/+17
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-162-8/+3
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-132-4/+5
| * Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:diego2008-10-131-3/+0
| * Remove unused variables.diego2008-10-121-2/+0
* | Merge svn changes up to r27682Uoti Urpala2008-10-022-4/+4
|\|
| * Remove one more pointless and gcc-specific __attribute__ ((unused)).diego2008-09-231-1/+1
| * Restore function parameters mistakenly removed in previous commit.diego2008-09-231-2/+2
| * Remove pointless and gcc-specific __attribute__ ((unused)).diego2008-09-231-3/+3
* | Merge svn changes up to r27458Uoti Urpala2008-08-126-5/+609
|\|
| * Add VIDIX driver for SuperH Mobile VEU hardware block.ben2008-08-112-0/+598
| * Add proper VIDIX support for SuperH architecture.ben2008-08-114-5/+11
* | Make various functions staticUoti Urpala2008-08-121-2/+2
* | Include corresponding .h in some .c filesUoti Urpala2008-08-121-0/+1
* | Merge svn changes up to r27441Uoti Urpala2008-08-082-5/+6
|\|
| * Add NV12 colorspace support to VIDIX driver.ben2008-08-071-0/+1
| * Change a bunch of X11-specific preprocessor directives.diego2008-08-041-5/+5
* | Merge svn changes up to r27332Uoti Urpala2008-07-214-4/+4
|\|
| * Remove -std=gnu99/gnu89/default dialect linux define, as it violates themichael2008-07-154-4/+4
* | Merge svn changes up to r27123Uoti Urpala2008-06-2316-180/+102
|\|
| * cosmetic: be consistentben2008-06-201-1/+1
| * remove useless typedef againstfor VDXContextben2008-06-202-32/+30
| * cosmetic: give a coherent indentationben2008-06-201-13/+13
| * remove some useless functions from vidix apiben2008-06-202-27/+0
| * remove useless 'else'ben2008-06-201-1/+1
| * renamed vidixlib.c to vidix.cben2008-06-201-0/+0
| * remove now useless vidixlib.h fileben2008-06-2015-55/+3
| * move content of vidixlib.h into vidix.hben2008-06-202-92/+96
| * cosmetic: give coherent indentationben2008-06-201-45/+44
* | Merge svn changes up to r27092Uoti Urpala2008-06-178-25/+71
|\|
| * Add standard license headers.diego2008-06-083-11/+63
| * Add comments to a few #endif preprocessor directives.diego2008-06-082-5/+5
| * Remove pointless and commented-out #ifdef.diego2008-06-081-6/+0
| * Fix dhahelper.h #include paths.diego2008-06-083-3/+3
* | Merge svn changes up to r27025Uoti Urpala2008-06-079-44/+28
|\|
| * remove C++ inclusion guard from vidix headersben2008-06-074-30/+0
| * Add default definition for SVGA device.diego2008-06-071-0/+4
| * remove useless vidix versioning stuffben2008-06-075-13/+0
| * Drop some useless parameter from vidix init routineben2008-06-072-2/+2
| * vidix s3 headers was missing proper headerben2008-06-071-0/+24
| * Remove unused variable, fixes the warning:diego2008-06-071-1/+0
* | Merge svn changes up to r26979Uoti Urpala2008-06-0433-202/+142
|\|
| * Merge vidix/dhahelperwin/Makefile into top-level Makefile.diego2008-05-301-39/+0
| * Merge vidix/dhahelper/Makefile into top-level Makefile.diego2008-05-301-21/+0
| * Rename kernelhelper to dhahelper, that name is more fitting.diego2008-05-306-2/+2
| * Fix #include paths.diego2008-05-303-3/+3
| * cosmetics: Remove useless parentheses from return statements.diego2008-05-1627-138/+138
* | Merge svn changes up to r26783Uoti Urpala2008-05-1529-276/+256
|\|
| * Use standard license header with standard formatting.diego2008-05-134-31/+36
| * Use standard license headers.diego2008-05-1224-91/+91
| * consistency cosmetics: Move some parts of file headers around; typo fixes.diego2008-05-1217-109/+111
| * Remove pointless changelogs.diego2008-05-123-32/+10
| * Use standard license header and add back credits line for Marcel Naziri.diego2008-05-121-6/+8
| * Remove pointless changelog from file header.diego2008-05-121-7/+0
* | Merge svn changes up to r26555Uoti Urpala2008-04-284-57/+7
|\|
| * clean and distclean rules do the same thing.diego2008-04-261-3/+1
| * Merge vidix/Makefile into top-level Makefile.diego2008-04-262-51/+5
| * Merge clean and distclean rules.diego2008-04-261-3/+1
* | Add .gitignore filesUoti Urpala2008-04-271-0/+5
|/
* Use directory name as library name template.diego2008-04-221-1/+1
* Adjust dependency generation prerequisites to new structure.diego2008-04-181-1/+1
* Mark phony targets as such.diego2008-04-181-0/+2
* #include config.h before all other headers.diego2008-03-149-9/+9
* remove duplicated pci ids in nvidia vidix driverben2008-03-081-2/+0
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-071-0/+2
* fix bad function prototypeben2008-02-291-1/+1
* Remove now deprecated Savage VIDIX driver sourcesben2008-02-292-1650/+0
* Use MPlayer consistent define naming convention for newly introduceben2008-02-291-3/+3
* New S3 VIDIX driver.ben2008-02-294-4/+1147
* Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.diego2008-02-221-9/+9
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2224-72/+74
* Create standard multiple inclusion guards.diego2008-02-211-9/+9
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-281-3/+3
* Change #warning to FIXME comments.diego2008-01-271-2/+2
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-272-15/+15
* Make some radeon vidix driver tables static and constreimar2008-01-131-6/+6
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-081-13/+13
* Fix illegal identifier, names starting with _ and uppercase are reserved.diego2008-01-071-10/+10
* Fix illegal identifier, names starting with _ and uppercase are reserved.diego2008-01-071-3/+3
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-1/+1
* Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.diego2008-01-023-13/+8
* Properly express dependencies for generated .c and .h files.diego2008-01-021-4/+8
* 10l: Replace #define with #endif where I really meant to write #endif.diego2008-01-021-1/+1
* Add multiple inclusion guards to all header files that lack them.diego2008-01-013-0/+14
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-315-5/+5
* Comment out the correct #endif directive.diego2007-12-311-2/+2