summaryrefslogtreecommitdiffstats
path: root/vidix/drivers/mach64_vid.c
Commit message (Collapse)AuthorAgeFilesLines
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11679 b3059339-0415-0410-9bf9-f77b7e298cf2
* many small typo and grammar fixesgabucino2003-10-041-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
* fix i420 handling, bug found by rgselk at IRC <rgselknospam@yahoo.com>alex2003-04-081-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9881 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore disabled cards. (Jon Burgess <jburgess@uklinux.net>)ranma2003-03-311-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9768 b3059339-0415-0410-9bf9-f77b7e298cf2
* INREG now static inline instead of a define, to avoid unnecessary GETREGcolin2002-10-311-1/+5
| | | | | | | calls while byteswapping. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7997 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove my broken patch (RGB16 big endian fix, v1.28) - didn't work aftercolin2002-10-251-1/+1
| | | | | | | a reboot git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7923 b3059339-0415-0410-9bf9-f77b7e298cf2
* save colorkey stuff patch by (Colin Leroy <colin at colino dot net>)michael2002-10-221-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7839 b3059339-0415-0410-9bf9-f77b7e298cf2
* RGB16 big endian fix patch by (Colin Leroy <colin at colino dot net>)michael2002-10-221-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7837 b3059339-0415-0410-9bf9-f77b7e298cf2
* endianness fixes for mach64 vidix driver patch by (Colin Leroy <colin at ↵michael2002-10-211-2/+4
| | | | | | colino dot net>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7826 b3059339-0415-0410-9bf9-f77b7e298cf2
* reading pll in 32-bit instead of 8-bit +1, +2michael2002-04-231-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5793 b3059339-0415-0410-9bf9-f77b7e298cf2
* antoher try, ecp reading like in gatos ...michael2002-04-201-5/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5732 b3059339-0415-0410-9bf9-f77b7e298cf2
* print version number, so we know if the user forgot to copy/install the drivermichael2002-04-151-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5642 b3059339-0415-0410-9bf9-f77b7e298cf2
* ignore ecpmichael2002-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5590 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-04-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5576 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing vertical scaling on non mobility cards, this might have overflowed ↵michael2002-04-121-3/+13
| | | | | | into the horizontal stuff, so perhaps it fixes the horizontal stuff too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5575 b3059339-0415-0410-9bf9-f77b7e298cf2
* rage mobility m3 is rage128 based and not mach64 ...michael2002-03-171-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5166 b3059339-0415-0410-9bf9-f77b7e298cf2
* use 4 buffers, fallback to fewer buffers if the video ram isnt large enoughmichael2002-02-281-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4895 b3059339-0415-0410-9bf9-f77b7e298cf2
* check if planar formats are supportedmichael2002-02-271-27/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4877 b3059339-0415-0410-9bf9-f77b7e298cf2
* YVU9 supportmichael2002-02-261-72/+111
| | | | | | | | fixing framesize & alignment setting colorkey at a more correct place git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4873 b3059339-0415-0410-9bf9-f77b7e298cf2
* triple bufferingmichael2002-02-251-134/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4867 b3059339-0415-0410-9bf9-f77b7e298cf2
* OVERLAY_KEY_CNTL valuesmichael2002-02-251-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4866 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-02-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4863 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey support fixed (thanks to nick for the mga_vid tip ... i should RTFS ↵michael2002-02-251-46/+114
| | | | | | | | | more) wrong vertical scaling fixed if video expansion on rage mobility like "cards" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4862 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey enabled ... until colorkey is correctly supported in vidixmichael2002-02-251-1/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4854 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey supportmichael2002-02-241-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4852 b3059339-0415-0410-9bf9-f77b7e298cf2
* vsyncmichael2002-02-241-15/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4848 b3059339-0415-0410-9bf9-f77b7e298cf2
* BGR15, BGR16, BGR32 supportmichael2002-02-201-6/+97
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4770 b3059339-0415-0410-9bf9-f77b7e298cf2
* zero saturation / grayscale bugfixmichael2002-02-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4762 b3059339-0415-0410-9bf9-f77b7e298cf2
* meaning of some bits figured outmichael2002-02-191-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4761 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing yv12michael2002-02-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4760 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes:nick2002-02-191-13/+21
| | | | | | | | | | | | | | | | - every line of movie is displayed instead of every odd before (v_inc: 11 -> 12; pitch -> pitch/2) - awful colored window on start (reset_regs: OUTREG(i,-1) -> OUTREG(i,0)) - YVYU fourcc displaying (SCALE_CNTL: 0xb0000 -> 0xc0000) - correct vertical scaling in double scan in interlaced modes (see y_x_start(end)) Note: tested 3DRage IIC doesn't support neihgter YV12 nor color correction so Michael should test and fix again these changes. Sorry! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4759 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed planar yuv formatsmichael2002-02-171-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4752 b3059339-0415-0410-9bf9-f77b7e298cf2
* Direct rendering with dshow codecs support. (Was untested but should work)nick2002-02-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4723 b3059339-0415-0410-9bf9-f77b7e298cf2
* Works with YUY2 fourccnick2002-02-161-21/+549
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4722 b3059339-0415-0410-9bf9-f77b7e298cf2
* Scratch for volunteersnick2002-02-131-0/+251
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4692 b3059339-0415-0410-9bf9-f77b7e298cf2