summaryrefslogtreecommitdiffstats
path: root/vidix/drivers/mach64_vid.c
Commit message (Expand)AuthorAgeFilesLines
* INREG now static inline instead of a define, to avoid unnecessary GETREGcolin2002-10-311-1/+5
* Remove my broken patch (RGB16 big endian fix, v1.28) - didn't work aftercolin2002-10-251-1/+1
* save colorkey stuff patch by (Colin Leroy <colin at colino dot net>)michael2002-10-221-0/+11
* RGB16 big endian fix patch by (Colin Leroy <colin at colino dot net>)michael2002-10-221-0/+1
* endianness fixes for mach64 vidix driver patch by (Colin Leroy <colin at coli...michael2002-10-211-2/+4
* reading pll in 32-bit instead of 8-bit +1, +2michael2002-04-231-7/+13
* antoher try, ecp reading like in gatos ...michael2002-04-201-5/+10
* print version number, so we know if the user forgot to copy/install the drivermichael2002-04-151-1/+7
* ignore ecpmichael2002-04-131-1/+1
* 10lmichael2002-04-121-1/+1
* fixing vertical scaling on non mobility cards, this might have overflowed int...michael2002-04-121-3/+13
* rage mobility m3 is rage128 based and not mach64 ...michael2002-03-171-2/+0
* use 4 buffers, fallback to fewer buffers if the video ram isnt large enoughmichael2002-02-281-4/+10
* check if planar formats are supportedmichael2002-02-271-27/+52
* YVU9 supportmichael2002-02-261-72/+111
* triple bufferingmichael2002-02-251-134/+56
* OVERLAY_KEY_CNTL valuesmichael2002-02-251-1/+6
* 10lmichael2002-02-251-0/+1
* colorkey support fixed (thanks to nick for the mga_vid tip ... i should RTFS ...michael2002-02-251-46/+114
* colorkey enabled ... until colorkey is correctly supported in vidixmichael2002-02-251-1/+28
* colorkey supportmichael2002-02-241-0/+14
* vsyncmichael2002-02-241-15/+30
* BGR15, BGR16, BGR32 supportmichael2002-02-201-6/+97
* zero saturation / grayscale bugfixmichael2002-02-201-2/+2
* meaning of some bits figured outmichael2002-02-191-1/+12
* fixing yv12michael2002-02-191-2/+2
* Fixes:nick2002-02-191-13/+21
* fixed planar yuv formatsmichael2002-02-171-2/+8
* Direct rendering with dshow codecs support. (Was untested but should work)nick2002-02-161-2/+2
* Works with YUY2 fourccnick2002-02-161-21/+549
* Scratch for volunteersnick2002-02-131-0/+251