Commit Graph

241 Commits

Author SHA1 Message Date
alex e354f2b7c1 little fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6790 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 13:38:14 +00:00
diego 50fcc51223 FFmpeg libavcodec directory is unknown to CVS, as is mga_vid_test.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6728 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-13 15:10:33 +00:00
pontscho 65f5523fdc switch off nearest scaling ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6679 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-09 10:14:55 +00:00
alex d1d354e009 linux-2.5.x support patch by Sytse Wielinga <s.b.wieling at student.utwente.nl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6587 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-28 16:35:37 +00:00
pontscho f083f1beaa fix fourcc's problem
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6472 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-20 14:37:09 +00:00
jaf b3d7b46180 When compiling mga_vid_test.c, memcpy() is subject to an implicit
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
2002-05-31 21:42:15 +00:00
arpi 92afb163d3 devfs fallback support?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6087 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 22:10:11 +00:00
arpi b54f0f601f patch that should fix the "isofs uses mga_vid" bug
by Attila Kinali <kinali@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5885 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-28 17:22:40 +00:00
arpi 386e820db2 devfs fix?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5765 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 15:07:44 +00:00
arpi 684341521b dvfs fix, 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5683 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-18 16:44:21 +00:00
eyck 247550acdb Mark Schreiber sent link to Marcus Sundburg patch to mga_vid, which enables
mga_vid operation with devfs.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5654 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-16 20:19:47 +00:00
eyck 04536ff9c5 It is not the right place for this.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5632 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-15 11:11:25 +00:00
eyck b4c20d5607 mga_vid driver in form of a patch against linux-2.4.18
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
2002-04-15 00:08:22 +00:00
eyck 4eaca87b8c Most of informational printk's ifdef'd.
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
2002-04-14 23:14:26 +00:00
arpi f28fbb3a82 no native support for I420 in G200
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5337 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 16:22:15 +00:00
arpi bf5be677e2 min() moved out of #if, applied brightness/contrast patch by Brian J. Murrell
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5014 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-10 03:36:16 +00:00
eyck 5979a71903 Add module parameters: contrast and brightness, so when you need those 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
2002-02-16 19:58:39 +00:00
arpi 6fe71521d7 g550 memdetect fix - patch by Diego Biurrun <diego@biurrun.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4595 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 00:49:38 +00:00
rfelker c1977c9ed5 added mga_top_reserved module parameter to skip a configurable amount
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
2002-02-07 02:07:29 +00:00
eyck 2b819b72c8 print also contrast on cat /dev/mga_vid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4528 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-04 16:05:37 +00:00
eyck a1039fb1cd Attila Kinali fixing memleak introduced by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4521 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 19:19:39 +00:00
eyck 6a6350bce0 Attila's Linux 2.2 patch, and contrast control applied
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4488 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 23:38:35 +00:00
eyck 4fc4130bf7 support cat /dev/mga_vid.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4485 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 21:39:25 +00:00
eyck 22dfed32b5 framework for settings modifications like in radeon_vid ( /dev/mga_vid can
be written to ).
Brightness and chroma control.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4484 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 20:49:52 +00:00
arpi 349677168c lastminute divbyzero fix by Attila Kinali ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3960 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-02 23:38:16 +00:00
nick ed4d369afe note for all users
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3946 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-02 17:00:41 +00:00
nick 835eb04227 solution for non-x86 users
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3945 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-02 14:46:55 +00:00
nick 0c4deb794c notes for non-x86 users
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3942 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-02 11:25:58 +00:00
nick 5d36d8991d Added support of Radeon2 8500 AIW
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
2002-01-02 09:37:37 +00:00
nick 0ba7fe9753 Added support of BRIGHTNESS, SATURATION, CONTRAST, HUE on Radeons
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
2001-12-31 16:08:32 +00:00
nick 6b232ba335 Radeon specific gamma correction initialization. (from gatos.sf.net)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3901 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-30 17:28:09 +00:00
arpi c950d02d9d install: target added, based on patch by Jukka Tastula <jukka.tastula@kotinet.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3769 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-26 15:49:45 +00:00
nick a0a14b6c67 + Added support of FIFO engine (suggested by Vladimir Dergachev)
- 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
2001-12-19 10:41:08 +00:00
nick 0b8a6c0131 Just a hint
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3603 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 07:40:28 +00:00
nick a17cec63a5 Typofix (thanks to Felix)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3602 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 07:27:34 +00:00
nick 0bfbe3afe6 Partial sync with linux stuff (Linux driver is still buggy for me)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3556 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 09:07:12 +00:00
nick 3e767bad3e Some info from Vladimir Dergachev
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3555 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 07:43:38 +00:00
nick 1a0cb72e79 Tuned some values:
- 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
2001-12-14 16:48:36 +00:00
nick 3eba4f11b1 Preparing to next acceleration level
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3474 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-12 18:48:07 +00:00
nick 14feef905d Tuned some registers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3471 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-12 15:29:51 +00:00
nick 54c6932835 - added capture registers
- 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
2001-12-08 08:06:41 +00:00
nick 6132bd1540 Fixed scaling in doublescan & interlaced modes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3381 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-08 08:06:11 +00:00
nick d84ca04a98 Fixed scaling in doublescan modes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3370 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-07 12:01:43 +00:00
nick 002561f996 Minor fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3369 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-07 10:48:17 +00:00
nick 93789d1e4d Minor flag changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3368 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-07 10:46:07 +00:00
nick 1510486f5d rage128_vid are fully works!!!
{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
2001-12-07 09:56:39 +00:00
nick 3fb5532a3b Code cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3349 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-06 10:50:37 +00:00
nick 80c8cc6972 Minor fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3348 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-06 10:21:02 +00:00
nick 8e509479c6 Rage128 problems. Attempt #3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3335 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-05 08:58:09 +00:00
nick 7cccdd6a34 Rage128 problems???
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3306 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 09:22:53 +00:00
nick cd6307110d Color key still causes some troubles
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3279 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-03 10:10:19 +00:00
nick 1ab42de54e -vo mga notes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3271 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-02 14:01:13 +00:00
nick b840873f19 Fixed compilation on non i686 archs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3270 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-02 13:48:42 +00:00
nick c7e34e26a6 Fixed single buffering problems and -vo mga compatibility by number of buffers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3267 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-02 12:21:13 +00:00
nick 39b43167f0 Support for MTRR and 'swap_fourcc' flag
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3266 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-02 11:45:44 +00:00
nick fe109bf289 Fixed 'cat' problems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3264 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-02 10:44:46 +00:00
nick 8f1b0f7bee Minor improvements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3254 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 20:23:47 +00:00
nick 449877858b More information
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3253 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 18:22:32 +00:00
nick 2549868664 More useful example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3252 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 18:09:32 +00:00
nick ec56759d68 More configurable stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3251 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 17:57:49 +00:00
nick 681f5b8966 Tune up driver through reading and writing /dev/radeon_vid ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3248 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 17:08:37 +00:00
nick 3ed9f207eb Improving auto-install
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3247 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 17:08:12 +00:00
nick 88a0a29956 Auto-install stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3245 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 15:22:10 +00:00
nick 5eaa1f97d3 Probably ugly attempt to fix Rage128 problems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3199 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 17:07:52 +00:00
nick 35ebaabd5e Sorry for inexactitude
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3198 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 17:06:58 +00:00
nick 040d3a77a3 Just for volunteers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3192 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-28 18:49:40 +00:00
nick c97e30a167 radeon_vid new features:
- tested UYVY format and known as working
 - YV12, I420, IYUV direct support
   (were missed: p23_blank_lines_at_top, p23_v_accum_init in
    radeon_vid_display_video - good info for Y800 support ;)
 - experimental support for Rage128/Rage128Pro chips


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3165 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 18:36:02 +00:00
szabi 8188f8359c use <linux/slab.h> instead of <linux/malloc.h> for kernels 2.4.9+
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3126 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-25 23:34:37 +00:00
nick 6b6ad5b824 Fixed bug of ram_size detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3123 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-25 18:05:36 +00:00
nick 6b473dc297 Minor fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3067 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 10:20:09 +00:00
nick d88419bcd5 Direct YV12 support!!! But only in black and white mode :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3050 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 10:34:06 +00:00
nick 7fe0a4e7da Minor speedup of YUY2 decoding. Radeon it's tricked chip
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3048 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 09:48:52 +00:00
nick fdb7bbe016 Minor fixes with the same results
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3021 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 10:34:00 +00:00
nick ae06a182d4 Bad attempt of YV12 direct support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3020 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 10:00:58 +00:00
nick 15fe01cd87 Minor lacks fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2966 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-18 09:45:49 +00:00
nick 4ef5393875 First public release
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2952 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-17 16:10:12 +00:00
nick d6739311d1 Scaler - works! But in greenscale mode :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2945 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-17 09:53:04 +00:00
nick e1f2d3f4ff BES resisters now are really changed!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2926 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-16 18:44:01 +00:00
nick 2805c4bc2a double buffering.
But problems are still there


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2918 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-15 17:29:52 +00:00
nick 2adad30dad radeon_vid: it's in first pre-alpha stage
Note: it's not public release and not test version.
It's simplest commit of unfinished and not working stuff
in hope to attract other developer to this driver.

(What is good: this driver is removable from driver list
and doesn't cause segfault !!!)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2871 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-13 17:20:47 +00:00
arpi 69fee563a1 updated - by zsteva@ptt.yu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2347 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 17:34:40 +00:00
arpi 975cab72a8 ah, crtc2 disabled by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2346 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 17:30:28 +00:00
arpi 8537eef51d CRTC2 YUV support (buggy?) by Jiri.Svoboda@seznam.cz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2345 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 17:28:04 +00:00
arpi 9efe559634 gpl fix?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2263 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-18 20:52:33 +00:00
nick 9e1fd70ee0 Enable discards - now it works
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2161 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-11 06:24:17 +00:00
nick 9a35704f41 Some fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2143 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-09 07:44:10 +00:00
nick 5aed24b482 Fixed bug of FP register writing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2137 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-08 09:48:07 +00:00
nick 45f05a3fb5 Better DFP support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2136 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-08 09:23:33 +00:00
nick b53efbb220 Fully enabled new logic
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2135 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-08 09:02:24 +00:00
nick 28dd88a64e Fixed incorrect return value
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2134 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-08 08:46:13 +00:00
nick c21860e775 Imported some XFree86-CVS stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2133 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-08 08:22:32 +00:00
arpi d6e14e8c5f save and restore colorkey, to work together with Xv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2087 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 22:25:13 +00:00
arpi a187b95c26 working together with Xv (disabling colorkey at close)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2086 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 21:15:01 +00:00
nick 84fbc63dc3 sorry for english
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2047 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-02 16:04:45 +00:00
nick a2b944cef6 Rage theatre detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2038 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-01 18:15:25 +00:00
nick 1b6f28523c i2c and rage-theatre registers and their bit-constants
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2034 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-01 16:33:39 +00:00
nick 8d36755d23 cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2005 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-28 09:53:06 +00:00
arpi 6460971664 G550 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1990 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-27 17:00:35 +00:00
arpi 8112ab4e8b tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1981 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-27 12:29:26 +00:00
nick 6c422dffa5 Typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1970 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-26 08:25:51 +00:00
nick 4e122494b8 Driver location notes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1969 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-26 08:24:18 +00:00
nick c53c8027ac Radeon2 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1968 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-26 08:14:37 +00:00
nick 5b81c1f4fc malloc.h -> slab.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1967 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-26 06:33:38 +00:00
nick 3649b763b1 MTRR autoconfigure
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1952 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-25 07:20:42 +00:00
nick 110f5fc274 More known registers and their bit-constants
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1946 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-24 05:54:29 +00:00
nick 8558da96ca building improvements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1922 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-19 16:52:13 +00:00
nick da98f5a1c4 initial howto
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1920 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-19 15:47:24 +00:00
nick 8c3d1689fa Comments cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1917 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-18 16:53:45 +00:00
nick 70f1ff1715 A lot of VE related improvements and code cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1916 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-18 16:28:30 +00:00
nick 6883c2ead8 Merge with Ani Joshi's radeonfb-0.1.0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1915 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-18 16:26:11 +00:00
nick cbe0cf8827 Radeon VE QZ support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1914 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-18 16:16:19 +00:00
nick 413a6e1e37 Radeon VE support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1913 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-18 16:14:17 +00:00
nick 2db6c34c7c Initial import of Ani Joshi's radeonfb-0.0.9
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1912 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-18 16:12:34 +00:00
atmos4 9112174a23 Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualcomm.com> and fixed a --datadir bug in configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1396 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-28 05:36:45 +00:00
arpi_esp f2f55036f8 gcc warnings fixed - patch by Aelius aelius@wish.net
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@855 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-23 19:51:52 +00:00
arpi_esp c11555c175 G200 ramsize detection disabled, using 8M by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@663 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-29 20:24:38 +00:00
arpi_esp 10f985abb2 I420/IYUV support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@471 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 03:33:35 +00:00
arpi_esp fd80ec7a2d UYVY support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@467 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 01:26:08 +00:00
arpi_esp 21f9a7c857 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@449 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-15 20:31:58 +00:00
arpi_esp aab77fd7ec G400 32MB SDRAM fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@106 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-14 16:41:26 +00:00
arpi_esp ae2af2aa16 G200/8MB SD ramsize detection fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@103 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-13 00:46:38 +00:00
arpi_esp a803512edb mga_ram_size=x works with hard-coded ramsize too (szabi)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@102 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-13 00:23:52 +00:00
arpi_esp ca0baa0c34 mga_force_memsize->mga_ram_size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@96 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-12 01:57:14 +00:00
lgb c583b5d8eb printk() message for video off when releasing mga without ioctl()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@95 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-12 01:44:07 +00:00
lgb 1aed6f2c01 Module usage count not to allow remove module when used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@94 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-12 01:35:48 +00:00
lgb 8a22dd0a52 Force matrox memsize module option fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@92 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-11 23:01:14 +00:00
szabii dc92700909 mga_force_memsize parameter added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@91 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-11 22:24:03 +00:00
arpi_esp 4ede80633f printk's updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@78 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-11 00:13:43 +00:00
arpi_esp 8a24fa541a updated to be compatible with new mga_vid.o
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@77 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-11 00:01:03 +00:00
arpi_esp 2af01d4839 ramsize detection updated, test again\!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@76 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-10 23:53:27 +00:00
arpi_esp fdf71354d0 IRQ handler disabled, vcount-based vsync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@69 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-10 02:27:50 +00:00
arpi_esp 95e9112d02 new RAMSIZE detection code... test it\!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@65 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-09 00:49:37 +00:00
arpi_esp f4936e3362 some printk debug level changed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@64 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-09 00:43:02 +00:00
szabii c5addf7f7c printk() loglevel fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@63 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-09 00:42:27 +00:00
szabii 371ecd6e43 printk() loglevel fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@62 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-09 00:31:22 +00:00
arpi_esp f981ada8df config interface changed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@58 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-08 01:06:59 +00:00
arpi_esp 00adcf3a04 vsync (4 buffers) implemented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@49 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-07 01:12:18 +00:00
arpi_esp 566ed1a516 put back #include inttypes.h :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@45 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-05 23:46:13 +00:00
arpi_esp 741e1f5b7a #include <inttypes.h> removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@44 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-05 23:15:42 +00:00
arpi_esp 5acb4398fe all v4l stuff removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@43 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-05 23:15:15 +00:00
arpi_esp d34041569e Initial revision
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-02-24 20:28:24 +00:00