summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* 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-f77b7e298cf2
* mga_vid under linux 2.6.x support written by F. O. Tempel, Ed Sweetman, ↵alex2004-06-261-5/+27
| | | | | | Gergely Nagy among others git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12695 b3059339-0415-0410-9bf9-f77b7e298cf2
* many small typo and grammar fixesgabucino2003-10-042-2/+2
| | | | | | | Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2
* * Add multi device support.attila2003-08-311-557/+650
| | | | | | | | | | | | | | | | | | | | | | | | | | For the moment up to 16 cards are supported. More can be added easily by changing 2 defines. This makes 90% of the patch (mostly stupid s/$var/card->$var/) The different devices can be accessed by different minor numbers (0-15): mknod /dev/mga_vid0 c 178 0 mknod /dev/mga_vid1 c 178 1 mknod /dev/mga_vid2 c 178 2 mknod /dev/mga_vid3 c 178 3 ... ln -s mga_vid /dev/mga_vid * Change the devfs code to let the kernel assign us a major and a minor number (what is the sense behind using devfs anyways if we dont do that ?) Subdevices for the different cards are created. mga_vid uses the first card (for compatibility) * Fix a possible error when mmap() is called before the card is configured by a ioctl(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10744 b3059339-0415-0410-9bf9-f77b7e298cf2
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10398 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow negative x,y for the overlay.albeu2003-06-261-7/+29
| | | | | | | Fix the window size git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10340 b3059339-0415-0410-9bf9-f77b7e298cf2
* The overlay can't downscalealbeu2003-03-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9707 b3059339-0415-0410-9bf9-f77b7e298cf2
* selectable 'major', patch by Hans-Andreas Engel <engel@node.ch>alex2003-03-211-7/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9640 b3059339-0415-0410-9bf9-f77b7e298cf2
* multiple mga device support by Hans-Andreas Engel <engel@node.ch>alex2003-03-211-20/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9632 b3059339-0415-0410-9bf9-f77b7e298cf2
* add MODULE_LICENSEarpi2003-03-141-0/+3
| | | | | | | based on patch by Kronos <kronos@kronoz.cjb.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9589 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shut up some debug messagesalbeu2003-03-121-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9569 b3059339-0415-0410-9bf9-f77b7e298cf2
* Overlay support (now vo_xtdfx is possible :) and yet another way toalbeu2003-03-123-20/+251
| | | | | | | | access the mem. Still the same problem than with the page fault handler :( But it doesn't need a patched agpgart. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update, new page fault handler to access the agp mem. Doesn't really workalbeu2003-03-092-37/+152
| | | | | | | | | here (display is grabelled) but read are realiable and fast. Could it be possible to write with the aperture and read with the page fault handler ? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9559 b3059339-0415-0410-9bf9-f77b7e298cf2
* I forgot to commit this filealbeu2003-03-091-2/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9558 b3059339-0415-0410-9bf9-f77b7e298cf2
* tdfx_vid a new kernel driver for tdfx wich let use agp move :)albeu2003-03-074-1/+877
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9546 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround wrong detected memory sizes on G400 cards.attila2003-03-021-0/+21
| | | | | | | patch by ilmari@ping.uio.no (Dagfinn Ilmari Mannsåker) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9519 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix mistake in applying patch from Alex Beregszaszi.eyck2003-02-171-8/+8
| | | | | | | There's no security problem here, but better safe then sorry. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9450 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for string handling bug from Alex Beregszaszeyck2003-02-131-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9413 b3059339-0415-0410-9bf9-f77b7e298cf2
* keep reserved bits zeroed, test & bug report by andee (at irc.freenode.net)iive2003-02-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9211 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines ↵mosu2003-01-151-4/+4
| | | | | | can be safely used like functions: mydef(flag ? val1 : val2) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8958 b3059339-0415-0410-9bf9-f77b7e298cf2
* M6 bug workaround by Hanno Bock <hanno@gmx.de>alex2003-01-131-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8942 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsolete, no one seems to be interested to fix/update/finish thisarpi2002-09-042-688/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed some breakages of single-buffer rendering of tdfxmark2002-08-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7138 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-222-3/+3
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed overflow by +-0x80arpi2002-07-251-6/+9
| | | | | | | - save brightness/contrast values, so they won't be reset at next file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6799 b3059339-0415-0410-9bf9-f77b7e298cf2
* little fixalex2002-07-251-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6790 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg libavcodec directory is unknown to CVS, as is mga_vid_test.diego2002-07-131-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6728 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch off nearest scaling ...pontscho2002-07-091-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6679 b3059339-0415-0410-9bf9-f77b7e298cf2
* linux-2.5.x support patch by Sytse Wielinga <s.b.wieling at student.utwente.nl>alex2002-06-281-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6587 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fourcc's problempontscho2002-06-202-3/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6472 b3059339-0415-0410-9bf9-f77b7e298cf2
* When compiling mga_vid_test.c, memcpy() is subject to an implicitjaf2002-05-311-0/+1
| | | | | | | | | declaration. The attached patch fixes it. by Tore Anderson <tore@linpro.no> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6246 b3059339-0415-0410-9bf9-f77b7e298cf2
* devfs fallback support?arpi2002-05-131-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6087 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch that should fix the "isofs uses mga_vid" bug