aboutsummaryrefslogtreecommitdiffhomepage
path: root/drivers
Commit message (Collapse)AuthorAge
* 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
* added mga_top_reserved module parameter to skip a configurable amountGravatar rfelker2002-02-07
| | | | | | | | | of space at the top of video memory. this is needed to prevent corruption of the kernel's console font when using the "fastfont" option with matroxfb. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4560 b3059339-0415-0410-9bf9-f77b7e298cf2
* print also contrast on cat /dev/mga_vidGravatar eyck2002-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4528 b3059339-0415-0410-9bf9-f77b7e298cf2
* Attila Kinali fixing memleak introduced by me.Gravatar eyck2002-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4521 b3059339-0415-0410-9bf9-f77b7e298cf2
* Attila's Linux 2.2 patch, and contrast control appliedGravatar eyck2002-02-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4488 b3059339-0415-0410-9bf9-f77b7e298cf2
* support cat /dev/mga_vid.Gravatar eyck2002-02-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4485 b3059339-0415-0410-9bf9-f77b7e298cf2
* framework for settings modifications like in radeon_vid ( /dev/mga_vid canGravatar eyck2002-02-02
| | | | | | | | be written to ). Brightness and chroma control. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4484 b3059339-0415-0410-9bf9-f77b7e298cf2
* lastminute divbyzero fix by Attila Kinali ;)Gravatar arpi2002-01-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3960 b3059339-0415-0410-9bf9-f77b7e298cf2
* note for all usersGravatar nick2002-01-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3946 b3059339-0415-0410-9bf9-f77b7e298cf2
* solution for non-x86 usersGravatar nick2002-01-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3945 b3059339-0415-0410-9bf9-f77b7e298cf2
* notes for non-x86 usersGravatar nick2002-01-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3942 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support of Radeon2 8500 AIWGravatar nick2002-01-02
| | | | | | | | Ugly fix (from non-x86 point) of FPU problems for Radeons color correction Added checking of boundaries during color correction on Radeon git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3941 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support of BRIGHTNESS, SATURATION, CONTRAST, HUE on RadeonsGravatar nick2001-12-31
| | | | | | | | Thanks to GATOS's guys! Great work! Happy new year! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3922 b3059339-0415-0410-9bf9-f77b7e298cf2
* Radeon specific gamma correction initialization. (from gatos.sf.net)Gravatar nick2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3901 b3059339-0415-0410-9bf9-f77b7e298cf2
* install: target added, based on patch by Jukka Tastula ↵Gravatar arpi2001-12-26
| | | | | | <jukka.tastula@kotinet.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3769 b3059339-0415-0410-9bf9-f77b7e298cf2
* + Added support of FIFO engine (suggested by Vladimir Dergachev)Gravatar nick2001-12-19
| | | | | | | | - Disabled save/restore state functions (caused a lots of problems during driver reloading) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3608 b3059339-0415-0410-9bf9-f77b7e298cf2
* Just a hintGravatar nick2001-12-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3603 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typofix (thanks to Felix)Gravatar nick2001-12-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3602 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial sync with linux stuff (Linux driver is still buggy for me)Gravatar nick2001-12-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some info from Vladimir DergachevGravatar nick2001-12-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3555 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tuned some values:Gravatar nick2001-12-14
| | | | | | | | | - OV0_BASE_ADDR exists only on Radeons - hacked OV0_FILTER_CNTL values - extpanded IDCT stuff by MC (probably) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3488 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preparing to next acceleration levelGravatar nick2001-12-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3474 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tuned some registersGravatar nick2001-12-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3471 b3059339-0415-0410-9bf9-f77b7e298cf2
* - added capture registersGravatar nick2001-12-08
| | | | | | | | - tuned some values for Rage128 and radeon - tabs (sorry for inconveniece) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3382 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed scaling in doublescan & interlaced modesGravatar nick2001-12-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3381 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed scaling in doublescan modesGravatar nick2001-12-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3370 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixesGravatar nick2001-12-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3369 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor flag changesGravatar nick2001-12-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3368 b3059339-0415-0410-9bf9-f77b7e298cf2
* rage128_vid are fully works!!!Gravatar nick2001-12-07
| | | | | | | | | | {Also there works brightness and saturation control ;) (Cause: there was saturation == 0 and as effect - grayscaled output). (on Radeons brightness and saturation still don't work)} Reversed color and video key definition for radeons - they caused problems git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3367 b3059339-0415-0410-9bf9-f77b7e298cf2
* Code cleanupGravatar nick2001-12-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3349 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixesGravatar nick2001-12-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3348 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rage128 problems. Attempt #3Gravatar nick2001-12-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rage128 problems???Gravatar nick2001-12-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3306 b3059339-0415-0410-9bf9-f77b7e298cf2
* Color key still causes some troublesGravatar nick2001-12-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3279 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo mga notesGravatar nick2001-12-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3271 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed compilation on non i686 archsGravatar nick2001-12-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3270 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed single buffering problems and -vo mga compatibility by number of buffersGravatar nick2001-12-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3267 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for MTRR and 'swap_fourcc' flagGravatar nick2001-12-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3266 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed 'cat' problemsGravatar nick2001-12-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3264 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor improvementsGravatar nick2001-12-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3254 b3059339-0415-0410-9bf9-f77b7e298cf2
* More informationGravatar nick2001-12-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3253 b3059339-0415-0410-9bf9-f77b7e298cf2
* More useful exampleGravatar nick2001-12-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3252 b3059339-0415-0410-9bf9-f77b7e298cf2