aboutsummaryrefslogtreecommitdiffhomepage
path: root/drivers
Commit message (Collapse)AuthorAge
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21995 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.Gravatar diego2006-11-20
| | | | 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 compileGravatar attila2006-07-05
| | | | | | | 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.Gravatar diego2006-06-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify mkdir calls.Gravatar diego2006-04-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18084 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1lGravatar alex2005-07-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15898 b3059339-0415-0410-9bf9-f77b7e298cf2
* embarassing typoGravatar diego2004-07-19
| | | | 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, ↵Gravatar alex2004-06-26
| | | | | | Gergely Nagy among others git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12695 b3059339-0415-0410-9bf9-f77b7e298cf2
* many small typo and grammar fixesGravatar gabucino2003-10-04
| | | | | | | 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.Gravatar attila2003-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 --> unknownGravatar diego2003-07-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10398 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow negative x,y for the overlay.Gravatar albeu2003-06-26
| | | | | | | Fix the window size git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10340 b3059339-0415-0410-9bf9-f77b7e298cf2
* The overlay can't downscaleGravatar albeu2003-03-27
| | | | 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>Gravatar alex2003-03-21
| | | | 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>Gravatar alex2003-03-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9632 b3059339-0415-0410-9bf9-f77b7e298cf2
* add MODULE_LICENSEGravatar arpi2003-03-14
| | | | | | | 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 messagesGravatar albeu2003-03-12
| | | | 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 toGravatar albeu2003-03-12
| | | | | | | | 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 workGravatar albeu2003-03-09
| | | | | | | | | 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 fileGravatar albeu2003-03-09
| | | | 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 :)Gravatar albeu2003-03-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9546 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround wrong detected memory sizes on G400 cards.Gravatar attila2003-03-02
| | | | | | | 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.Gravatar eyck2003-02-17
| | | | | | | 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 BeregszaszGravatar eyck2003-02-13
| | | | 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)Gravatar iive2003-02-01
| | | | 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 ↵Gravatar mosu2003-01-15
| | | | | | 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>Gravatar alex2003-01-13
| | | | 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 thisGravatar arpi2002-09-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed some breakages of single-buffer rendering of tdfxGravatar mark2002-08-29
| | | | 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 optionsGravatar arpi2002-08-22
| | | | | | | 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 +-0x80Gravatar arpi2002-07-25
| | | | | | | - 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 fixGravatar alex2002-07-25
| | | | 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.Gravatar diego2002-07-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6728 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch off nearest scaling ...Gravatar pontscho2002-07-09
| | | | 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>Gravatar alex2002-06-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6587 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fourcc's problemGravatar pontscho2002-06-20
| | | | 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 implicitGravatar jaf2002-05-31
| | | | | | | | | 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?Gravatar arpi2002-05-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6087 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch that should fix the "isofs uses mga_vid" bugGravatar arpi2002-04-28
| | | | | | | by Attila Kinali <kinali@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5885 b3059339-0415-0410-9bf9-f77b7e298cf2
* devfs fix?Gravatar arpi2002-04-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5765 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvfs fix, 10lGravatar arpi2002-04-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5683 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark Schreiber sent link to Marcus Sundburg patch to mga_vid, which enablesGravatar eyck2002-04-16
| | | | | | | mga_vid operation with devfs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5654 b3059339-0415-0410-9bf9-f77b7e298cf2
* It is not the right place for this.Gravatar eyck2002-04-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5632 b3059339-0415-0410-9bf9-f77b7e298cf2
* mga_vid driver in form of a patch against linux-2.4.18Gravatar eyck2002-04-15
| | | | | | | applicable using for example cd linux && patch -p1 < ~/mgavid.patch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5626 b3059339-0415-0410-9bf9-f77b7e298cf2
* Most of informational printk's ifdef'd.Gravatar eyck2002-04-14
| | | | | | | | Now without debug only initial and error messages go to syslog. eyck added to list of people who messed with this file(?). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5624 b3059339-0415-0410-9bf9-f77b7e298cf2
* no native support for I420 in G200Gravatar arpi2002-03-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5337 b3059339-0415-0410-9bf9-f77b7e298cf2
* min() moved out of #if, applied brightness/contrast patch by Brian J. MurrellGravatar arpi2002-03-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5014 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add module parameters: contrast and brightness, so when you need those ↵Gravatar eyck2002-02-16
| | | | | | | | | | permanently adjusted just add lines to /etc/modules or sth. insmod mga_vid.o mga_brightness=100 mga_contrast=-79 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4729 b3059339-0415-0410-9bf9-f77b7e298cf2
* g550 memdetect fix - patch by Diego Biurrun <diego@biurrun.de>Gravatar arpi2002-02-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4595 b3059339-0415-0410-9bf9-f77b7e298cf2