summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Color key still causes some troublesnick2001-12-032-14/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3279 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo mga notesnick2001-12-021-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3271 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed compilation on non i686 archsnick2001-12-021-0/+2
| | | | 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 buffersnick2001-12-022-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3267 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for MTRR and 'swap_fourcc' flagnick2001-12-022-8/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3266 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed 'cat' problemsnick2001-12-022-23/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3264 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor improvementsnick2001-12-013-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3254 b3059339-0415-0410-9bf9-f77b7e298cf2
* More informationnick2001-12-011-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3253 b3059339-0415-0410-9bf9-f77b7e298cf2
* More useful examplenick2001-12-011-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3252 b3059339-0415-0410-9bf9-f77b7e298cf2
* More configurable stuffnick2001-12-011-36/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3251 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tune up driver through reading and writing /dev/radeon_vid ;)nick2001-12-011-5/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3248 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improving auto-installnick2001-12-012-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Auto-install stuffnick2001-12-012-18/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3245 b3059339-0415-0410-9bf9-f77b7e298cf2
* Probably ugly attempt to fix Rage128 problemsnick2001-11-292-11/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3199 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sorry for inexactitudenick2001-11-291-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Just for volunteersnick2001-11-281-0/+285
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3192 b3059339-0415-0410-9bf9-f77b7e298cf2
* radeon_vid new features:nick2001-11-274-104/+218
| | | | | | | | | | | - 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
* use <linux/slab.h> instead of <linux/malloc.h> for kernels 2.4.9+szabi2001-11-252-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3126 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug of ram_size detectionnick2001-11-252-35/+142
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3123 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixesnick2001-11-221-6/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3067 b3059339-0415-0410-9bf9-f77b7e298cf2
* Direct YV12 support!!! But only in black and white mode :(nick2001-11-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor speedup of YUY2 decoding. Radeon it's tricked chipnick2001-11-211-43/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3048 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixes with the same resultsnick2001-11-201-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3021 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bad attempt of YV12 direct supportnick2001-11-201-27/+66
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3020 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor lacks fixednick2001-11-181-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2966 b3059339-0415-0410-9bf9-f77b7e298cf2
* First public releasenick2001-11-172-30/+92
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2952 b3059339-0415-0410-9bf9-f77b7e298cf2
* Scaler - works! But in greenscale mode :(nick2001-11-171-14/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2945 b3059339-0415-0410-9bf9-f77b7e298cf2
* BES resisters now are really changed!nick2001-11-162-25/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2926 b3059339-0415-0410-9bf9-f77b7e298cf2
* double buffering.nick2001-11-151-8/+22
| | | | | | | But problems are still there git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2918 b3059339-0415-0410-9bf9-f77b7e298cf2
* radeon_vid: it's in first pre-alpha stagenick2001-11-134-5/+725
| | | | | | | | | | | | 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
* updated - by zsteva@ptt.yuarpi2001-10-211-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2347 b3059339-0415-0410-9bf9-f77b7e298cf2
* ah, crtc2 disabled by defaultarpi2001-10-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2346 b3059339-0415-0410-9bf9-f77b7e298cf2
* CRTC2 YUV support (buggy?) by Jiri.Svoboda@seznam.czarpi2001-10-211-0/+367
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2345 b3059339-0415-0410-9bf9-f77b7e298cf2
* gpl fix?arpi2001-10-181-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2263 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable discards - now it worksnick2001-10-111-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2161 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some fixesnick2001-10-091-154/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2143 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug of FP register writingnick2001-10-081-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better DFP supportnick2001-10-081-1/+86
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fully enabled new logicnick2001-10-081-13/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2135 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed incorrect return valuenick2001-10-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2134 b3059339-0415-0410-9bf9-f77b7e298cf2
* Imported some XFree86-CVS stuffnick2001-10-081-350/+1178
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2133 b3059339-0415-0410-9bf9-f77b7e298cf2
* save and restore colorkey, to work together with Xvarpi2001-10-041-6/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2087 b3059339-0415-0410-9bf9-f77b7e298cf2
* working together with Xv (disabling colorkey at close)arpi2001-10-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2086 b3059339-0415-0410-9bf9-f77b7e298cf2
* sorry for englishnick2001-10-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2047 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rage theatre detectionnick2001-10-012-2/+194
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2038 b3059339-0415-0410-9bf9-f77b7e298cf2
* i2c and rage-theatre registers and their bit-constantsnick2001-10-011-3/+815
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2034 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupnick2001-09-281-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2005 b3059339-0415-0410-9bf9-f77b7e298cf2
* G550 supportarpi2001-09-271-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1990 b3059339-0415-0410-9bf9-f77b7e298cf2
* tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>arpi2001-09-271-0/+172
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1981 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fixnick2001-09-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1970 b3059339-0415-0410-9bf9-f77b7e298cf2
* Driver location notesnick2001-09-261-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1969 b3059339-0415-0410-9bf9-f77b7e298cf2
* Radeon2 supportnick2001-09-262-2/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1968 b3059339-0415-0410-9bf9-f77b7e298cf2
* malloc.h -> slab.hnick2001-09-261-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1967 b3059339-0415-0410-9bf9-f77b7e298cf2
* MTRR autoconfigurenick2001-09-251-7/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1952 b3059339-0415-0410-9bf9-f77b7e298cf2
* More known registers and their bit-constantsnick2001-09-241-15/+155
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1946 b3059339-0415-0410-9bf9-f77b7e298cf2
* building improvementsnick2001-09-192-0/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1922 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial howtonick2001-09-191-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1920 b3059339-0415-0410-9bf9-f77b7e298cf2
* Comments cleanupnick2001-09-181-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1917 b3059339-0415-0410-9bf9-f77b7e298cf2
* A lot of VE related improvements and code cleanupnick2001-09-182-282/+598
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1916 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge with Ani Joshi's radeonfb-0.1.0nick2001-09-182-122/+241
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Radeon VE QZ supportnick2001-09-182-7/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1914 b3059339-0415-0410-9bf9-f77b7e298cf2
* Radeon VE supportnick2001-09-182-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial import of Ani Joshi's radeonfb-0.0.9nick2001-09-182-0/+2580
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1912 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at ↵atmos42001-07-281-1/+2
| | | | | | qualcomm.com> and fixed a --datadir bug in configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1396 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc warnings fixed - patch by Aelius aelius@wish.netarpi_esp2001-05-233-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@855 b3059339-0415-0410-9bf9-f77b7e298cf2
* G200 ramsize detection disabled, using 8M by defaultarpi_esp2001-04-291-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@663 b3059339-0415-0410-9bf9-f77b7e298cf2
* I420/IYUV supportarpi_esp2001-04-162-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@471 b3059339-0415-0410-9bf9-f77b7e298cf2
* UYVY supportarpi_esp2001-04-161-4/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@467 b3059339-0415-0410-9bf9-f77b7e298cf2
* qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+arpi_esp2001-04-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@449 b3059339-0415-0410-9bf9-f77b7e298cf2
* G400 32MB SDRAM fixedarpi_esp2001-03-141-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@106 b3059339-0415-0410-9bf9-f77b7e298cf2
* G200/8MB SD ramsize detection fixedarpi_esp2001-03-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@103 b3059339-0415-0410-9bf9-f77b7e298cf2
* mga_ram_size=x works with hard-coded ramsize too (szabi)arpi_esp2001-03-131-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@102 b3059339-0415-0410-9bf9-f77b7e298cf2
* mga_force_memsize->mga_ram_sizearpi_esp2001-03-121-36/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@96 b3059339-0415-0410-9bf9-f77b7e298cf2
* printk() message for video off when releasing mga without ioctl()lgb2001-03-121-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@95 b3059339-0415-0410-9bf9-f77b7e298cf2
* Module usage count not to allow remove module when usedlgb2001-03-121-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@94 b3059339-0415-0410-9bf9-f77b7e298cf2
* Force matrox memsize module option fixeslgb2001-03-111-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@92 b3059339-0415-0410-9bf9-f77b7e298cf2
* mga_force_memsize parameter addedszabii2001-03-111-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@91 b3059339-0415-0410-9bf9-f77b7e298cf2
* printk's updatedarpi_esp2001-03-111-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@78 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated to be compatible with new mga_vid.oarpi_esp2001-03-111-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@77 b3059339-0415-0410-9bf9-f77b7e298cf2
* ramsize detection updated, test again\!arpi_esp2001-03-101-2/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@76 b3059339-0415-0410-9bf9-f77b7e298cf2
* IRQ handler disabled, vcount-based vsyncarpi_esp2001-03-101-3/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@69 b3059339-0415-0410-9bf9-f77b7e298cf2
* new RAMSIZE detection code... test it\!arpi_esp2001-03-091-3/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@65 b3059339-0415-0410-9bf9-f77b7e298cf2
* some printk debug level changedarpi_esp2001-03-091-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@64 b3059339-0415-0410-9bf9-f77b7e298cf2
* printk() loglevel fixszabii2001-03-091-20/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@63 b3059339-0415-0410-9bf9-f77b7e298cf2
* printk() loglevel fixszabii2001-03-091-41/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@62 b3059339-0415-0410-9bf9-f77b7e298cf2
* config interface changedarpi_esp2001-03-083-27/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@58 b3059339-0415-0410-9bf9-f77b7e298cf2
* vsync (4 buffers) imp