summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* the great MPlayer tab removal: part Idiego2010-04-128-3446/+3436
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31032 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30675 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove some pointless parentheses from return calls.diego2009-10-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29759 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-139-201/+201
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace double semicolon by single semicolon.diego2009-02-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28611 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-2/+2
| | | | | | | | We were using an inconsistent mix of the three variants and 'volatile' should be the most correct and portable variant. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27791 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-2/+2
| | | | | | | Neither variant is valid C99 syntax, but __asm__ is the most portable variant. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27788 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename some definitions to avoid clashing with system headers, fixes:diego2008-06-231-4/+4
| | | | | | | | | | ./drivers/3dfx.h:262:1: warning: "ROP_COPY" redefined /usr/include/linux/fb.h:311:1: warning: this is the location of the previous definition ./drivers/3dfx.h:264:1: warning: "ROP_XOR" redefined /usr/include/linux/fb.h:312:1: warning: this is the location of the previous definition git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27124 b3059339-0415-0410-9bf9-f77b7e298cf2
* standard license headers for mga_viddiego2008-06-143-17/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27059 b3059339-0415-0410-9bf9-f77b7e298cf2
* add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with ↵attila2008-06-141-0/+8
| | | | | | "new" mplayer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27058 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge drivers/Makefile into top-level Makefile.diego2008-05-281-33/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26914 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix setting of CFLAGS for Radeon modules.diego2008-05-281-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable unused function, fixes the warning:diego2008-05-281-0/+2
| | | | | | | tdfx_vid.c:292: warning: 'setup_fifo' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26912 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync mga_vid.h to revision 265 from the mga_vid repoattila2008-05-231-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26862 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert changes 26035 and 26061attila2008-05-231-21/+12
| | | | | | | | mga_vid is _NOT_ part of MPlayer, although it has been historicaly developed in the same repo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26861 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove useless parentheses from return statements.diego2008-05-163-96/+96
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26791 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@26550 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify phony target declaration.diego2008-04-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26458 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-225-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Move definitions to a more standard place.diego2008-02-191-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26036 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add standard license header and make copyright notices consistent.diego2008-02-1911-79/+206
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26035 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename some identifiers to not use leading underscores.diego2008-01-271-14/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25890 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
* Add multiple inclusion guards to all header files that lack them.diego2008-01-012-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace multiple inclusion guards with leading underscores by default names.diego2008-01-013-9/+9
| | | | | | | Leading underscores are reserved for system identifiers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25579 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-312-2/+2
| | | | | | | | | | | | mga_vid_test.c: In function ‘main’: mga_vid_test.c:157: warning: unused parameter ‘argc’ mga_vid_test.c:157: warning: unused parameter ‘argv’ tdfx_vid_test.c: In function ‘main’: tdfx_vid_test.c:26: warning: unused parameter ‘argc’ tdfx_vid_test.c:26: warning: unused parameter ‘argv’ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24307 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-291-2/+4
| | | | | | | | | tdfx_vid_test.c: In function ‘main’: tdfx_vid_test.c:28: warning: unused variable ‘ptr’ tdfx_vid_test.c:27: warning: unused variable ‘i’ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24285 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-291-1/+0
| | | | | | | tdfx_vid.c:61: warning: ‘map_base’ defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24284 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build test programs with standard CFLAGS and use implicit rules.diego2007-08-291-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24283 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-291-0/+1
| | | | | | | | tdfx_vid_test.c: In function ‘main’: tdfx_vid_test.c:61: warning: incompatible implicit declaration of built-in function ‘memset’ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24282 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: misc typo fixesdiego2007-07-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23893 b3059339-0415-0410-9bf9-f77b7e298cf2
* ISO8859-1 --> UTF-8diego2007-07-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23754 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Shorten overly long lines.diego2007-03-241-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22795 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync mga_vid.h to the one in the mga_vid repo.attila2007-03-181-2/+3
| | | | | | | | removes one commented include and adds a define no incompatible change git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22710 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move files from radeon/ subdirectory here.diego2007-03-178-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22709 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove radeonfb, the version in the Linux kernel is much better.diego2007-03-172-3178/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22707 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/spelling/grammar/updates/cosmeticsdiego2007-03-171-41/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22702 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge Makefile from radeon/ subdirectory into this one.diego2007-03-172-44/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create device nodes upon install.diego2007-03-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22700 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce OBJS variable for the list of objects to build.diego2007-03-171-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22698 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove support for 2.5.x kernels.diego2007-03-171-11/+0
| | | | | | | | It's just a bunch of ugly #ifdef conditionals and probably does not work with later 2.5.x versions anyway. For 2.6.x there is an external version. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22696 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless compilation commands that are provided by builtin rules.diego2007-03-171-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22694 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge test rules using general pattern.diego2007-03-171-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22693 b3059339-0415-0410-9bf9-f77b7e298cf2
* Install tdfx_vid.o as well.diego2007-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22692 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now unnecessary MGA_VID_OBJ variable indirection.diego2007-03-171-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22691 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless variable indirection.diego2007-03-171-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22690 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove remnants of Linux 2.6 support, the mga_vid.c part was made todiego2007-03-171-10/+2
| | | | | | | disappear in Limbo with 'cvs admin -o' ages ago. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22689 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless variable indirection for -I options.diego2007-03-171-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22688 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary -I option from CFLAGS.diego2007-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22687 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove superfluous comment.diego2007-03-171-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22684 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous .o creation rule, it's the same as the builtin one.diego2007-03-171-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22683 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables INCLUDES and MOD_PATH_PREFIX.diego2007-03-171-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22682 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable AFLAGS.diego2007-03-171-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22681 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.diego2007-03-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22680 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/spelling/cosmeticsdiego2007-03-171-13/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22678 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename tdfx_vid_tst to tdfx_vid_test.diego2007-03-172-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22677 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge README.linux.2.6 into general README.diego2007-03-172-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22676 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge Rage128 README into general README.diego2007-03-172-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22675 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build tdfx_vid.o and tdfx_vid_tst by default under Linux 2.4.diego2007-03-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22673 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge CFLAGS and INCLUDES where appropriate.diego2007-03-171-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22672 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make strange clean/distclean rules behave in a more standard fashion.diego2007-03-171-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22671 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of ugly conditionals.diego2007-03-171-13/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22670 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of stupid recursion within a single directory.diego2007-03-171-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22669 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary include options from compilation command.diego2007-03-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22668 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify compilation commands.diego2007-03-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22667 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove rule for non-existing file.diego2007-03-171-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22666 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify compilation command.diego2007-03-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22665 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark phony targets as such.diego2007-03-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22664 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmeticsdiego2007-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22663 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark phony targets as such.diego2007-03-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22662 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split dependency and rule declaration, avoids duplicate command.diego2007-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22661 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify compilation commands.diego2007-03-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22660 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix FSF address and otherwise broken license headers.diego2007-01-221-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21995 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.diego2006-11-202-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a file saying that people should not try to compileattila2006-07-051-0/+6
| | | | | | | the svn mga vid for 2.6 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18911 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify mkdir calls.diego2006-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18084 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make clean/distclean behave uniformly in all directories.diego2006-01-272-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1lalex2005-07-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15898 b3059339-0415-0410-9bf9-f77b7e298cf2
* embarassing typodiego2004-07-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12858 b3059339-0415-0410-9bf9-f77b7e2