summaryrefslogtreecommitdiffstats
path: root/vidix
Commit message (Collapse)AuthorAgeFilesLines
* Remove one more pointless and gcc-specific __attribute__ ((unused)).diego2008-09-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27658 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore function parameters mistakenly removed in previous commit.diego2008-09-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27657 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless and gcc-specific __attribute__ ((unused)).diego2008-09-231-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27656 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add VIDIX driver for SuperH Mobile VEU hardware block.ben2008-08-112-0/+598
| | | | | | | | Patch by Magnus Damm <magnus dot damm at gmail dot com>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27452 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add proper VIDIX support for SuperH architecture.ben2008-08-114-5/+11
| | | | | | | | Patch by Magnus Damm <magnus dot damm at gmail dot com>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27451 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add NV12 colorspace support to VIDIX driver.ben2008-08-071-0/+1
| | | | | | | patch by Magnus Damm <magnus dot damm at gmail dot com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27430 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change a bunch of X11-specific preprocessor directives.diego2008-08-041-5/+5
| | | | | | | Switch from a HAVE_ prefix to a CONFIG_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27409 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -std=gnu99/gnu89/default dialect linux define, as it violates themichael2008-07-154-4/+4
| | | | | | | C standard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27282 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic: be consistentben2008-06-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27119 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless typedef againstfor VDXContextben2008-06-202-32/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27116 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic: give a coherent indentationben2008-06-201-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27115 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove some useless functions from vidix apiben2008-06-202-27/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27114 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless 'else'ben2008-06-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27113 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamed vidixlib.c to vidix.cben2008-06-201-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27112 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove now useless vidixlib.h fileben2008-06-2015-55/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27111 b3059339-0415-0410-9bf9-f77b7e298cf2
* move content of vidixlib.h into vidix.hben2008-06-202-92/+96
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27109 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic: give coherent indentationben2008-06-201-45/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27108 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add standard license headers.diego2008-06-083-11/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27038 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add comments to a few #endif preprocessor directives.diego2008-06-082-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27037 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless and commented-out #ifdef.diego2008-06-081-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27028 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix dhahelper.h #include paths.diego2008-06-083-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27026 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove C++ inclusion guard from vidix headersben2008-06-074-30/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27011 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add default definition for SVGA device.diego2008-06-071-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27010 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless vidix versioning stuffben2008-06-075-13/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27009 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop some useless parameter from vidix init routineben2008-06-072-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27007 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix s3 headers was missing proper headerben2008-06-071-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27004 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable, fixes the warning:diego2008-06-071-1/+0
| | | | | | | vidix/sysdep/pci_linux.c:71: warning: unused variable 'config_cmd' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27003 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge vidix/dhahelperwin/Makefile into top-level Makefile.diego2008-05-301-39/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26935 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge vidix/dhahelper/Makefile into top-level Makefile.diego2008-05-301-21/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26934 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename kernelhelper to dhahelper, that name is more fitting.diego2008-05-306-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26933 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix #include paths.diego2008-05-303-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26932 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove useless parentheses from return statements.diego2008-05-1627-138/+138
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26785 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard license header with standard formatting.diego2008-05-134-31/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26758 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard license headers.diego2008-05-1224-91/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26751 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency cosmetics: Move some parts of file headers around; typo fixes.diego2008-05-1217-109/+111
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26750 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless changelogs.diego2008-05-123-32/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard license header and add back credits line for Marcel Naziri.diego2008-05-121-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26746 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless changelog from file header.diego2008-05-121-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26745 b3059339-0415-0410-9bf9-f77b7e298cf2
* clean and distclean rules do the same thing.diego2008-04-261-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge vidix/Makefile into top-level Makefile.diego2008-04-262-51/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26548 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge clean and distclean rules.diego2008-04-261-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26547 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use directory name as library name template.diego2008-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26498 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adjust dependency generation prerequisites to new structure.diego2008-04-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26463 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark phony targets as such.diego2008-04-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26459 b3059339-0415-0410-9bf9-f77b7e298cf2
* #include config.h before all other headers.diego2008-03-149-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26235 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove duplicated pci ids in nvidia vidix driverben2008-03-081-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26199 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26197 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix bad function prototypeben2008-02-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26131 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now deprecated Savage VIDIX driver sourcesben2008-02-292-1650/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26130 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use MPlayer consistent define naming convention for newly introduceben2008-02-291-3/+3
| | | | | | | | S3 registers header file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26129 b3059339-0415-0410-9bf9-f77b7e298cf2
* New S3 VIDIX driver.ben2008-02-294-4/+1147
| | | | | | | | | | Provides support for S3 Trio and S3 Virge chipsets. This deprecates the old Savage driver that worked with latest chips only. (synchronized with vidix.sf.net r326 and r327) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26128 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.diego2008-02-221-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26063 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2224-72/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26062 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create standard multiple inclusion guards.diego2008-02-211-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26058 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change #warning to FIXME comments.diego2008-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25888 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-272-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25887 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make some radeon vidix driver tables static and constreimar2008-01-131-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25746 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-081-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25648 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix illegal identifier, names starting with _ and uppercase are reserved.diego2008-01-071-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25647 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix illegal identifier, names starting with _ and uppercase are reserved.diego2008-01-071-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25646 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-1/+1
| | | | | | | for the system, names starting with _ are reserved at file level. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25635 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.diego2008-01-023-13/+8
| | | | | | | | | Instead, create files that #include mga_vid.c/radeon_vid.c with the proper #defines set. This has the added benefit of fixing dependency generation, which only works for existing .c files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25589 b3059339-0415-0410-9bf9-f77b7e298cf2
* Properly express dependencies for generated .c and .h files.diego2008-01-021-4/+8
| | | | | | | This fixes parallel make runs, compare Bugzilla #967. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25588 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Replace #define with #endif where I really meant to write #endif.diego2008-01-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25582 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add multiple inclusion guards to all header files that lack them.diego2008-01-013-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-315-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2
* Comment out the correct #endif directive.diego2007-12-311-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25560 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make windres binary name configurable, useful for cross-compiling.diego2007-12-281-1/+1
| | | | | | | patch by sheba, sheba469 yahoo com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25534 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo in preprocessor conditiondiego2007-12-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25532 b3059339-0415-0410-9bf9-f77b7e298cf2
* pci_db2c.awk creates more than just two .c files, add the rest to the rule.diego2007-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25520 b3059339-0415-0410-9bf9-f77b7e298cf2
* Skip unnecessary (debug) output; obey the rule of silence.diego2007-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25519 b3059339-0415-0410-9bf9-f77b7e298cf2
* r25345 patched the wrong line.ben2007-12-171-1/+1
| | | | | | | | | Here's the right fix (100l to me, i deserved them) Patch by Guillaume Lecerf. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25443 b3059339-0415-0410-9bf9-f77b7e298cf2
* implemented frame selection for savage driverben2007-12-141-0/+20
| | | | | | | | synchronized with vidix.sf.net r325 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25399 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix frame size calculationben2007-12-141-63/+41
| | | | | | | | synchronized with vidix.sf.net r325 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25398 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless code partsben2007-12-141-54/+0
| | | | | | | | synchronized with vidix.sf.net r325 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25397 b3059339-0415-0410-9bf9-f77b7e298cf2
* bgr24 and bgr32 supportben2007-12-141-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25396 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb -> bgrben2007-12-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25395 b3059339-0415-0410-9bf9-f77b7e298cf2
* register values were already set: simplifyben2007-12-141-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25394 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed VIDIX color bug that was introduced when Radeon VIDIX driverben2007-12-101-0/+1
| | | | | | | | | | | | | | was synchronized with vidix.sf.net. The red color was saturating. Corrected value fixes the issue and restore the color to the level it used to have before synchronization. Meaning of the value remains unknow but was retrieved from register's value of a Radeon 9000 card, so it may need further testing. Patch by Guillaume Lecerf (foxcore at gmail dot com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Dump the ati radeon DISP_MERGE_CNTL register to ease theben2007-12-101-0/+1
| | | | | | |<