Update of /cvsroot/mplayer/main/drivers/radeon In directory mail:/var/tmp.root/cvs-serv1536/drivers/radeon Modified Files: hacking radeonfb.c Log Message: dos2unix conversion Index: hacking =================================================================== RCS file: /cvsroot/mplayer/main/drivers/radeon/hacking,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hacking 12 Dec 2001 18:48:07 -0000 1.3 +++ hacking 22 Dec 2002 16:31:00 -0000 1.4 @@ -281,30 +281,30 @@ hardware IDCT support diagram: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | -[ Video parser ] <---------- [ Transport demuxing ] --> [ Audio ] - | | | -[ Variable length decoder] |D | - | |V | -[ Inverse quantization ] |D | - | | | --------|---[ video card ]---------+ |s | - | | |u | -[ Run level decode & de-zigzag ] | |b | - | | |p | -[ IDCT ] | |i | - | | |c | -[ Motion compensation ] | |t | - | | |u | -[ Advanced deinterlacing ] | |r | - | | |e | -[ Filtered X-Y scaling ] [SUBPIC]-|-----+s [ OSD ] - | | | | | -[ 4-bit alpha blending ] <---+ | +-------+ - | | -[ YUV to RGB conversion ] | --------|--------------------------+ -TV-screen or CRT-display + | +[ Video parser ] <---------- [ Transport demuxing ] --> [ Audio ] + | | | +[ Variable length decoder] |D | + | |V | +[ Inverse quantization ] |D | + | | | +-------|---[ video card ]---------+ |s | + | | |u | +[ Run level decode & de-zigzag ] | |b | + | | |p | +[ IDCT ] | |i | + | | |c | +[ Motion compensation ] | |t | + | | |u | +[ Advanced deinterlacing ] | |r | + | | |e | +[ Filtered X-Y scaling ] [SUBPIC]-|-----+s [ OSD ] + | | | | | +[ 4-bit alpha blending ] <---+ | +-------+ + | | +[ YUV to RGB conversion ] | +-------|--------------------------+ +TV-screen or CRT-display Conslusion: Index: radeonfb.c =================================================================== RCS file: /cvsroot/mplayer/main/drivers/radeon/radeonfb.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- radeonfb.c 2 Jan 2002 09:37:37 -0000 1.21 +++ radeonfb.c 22 Dec 2002 16:31:00 -0000 1.22 @@ -12,15 +12,15 @@ * 2001-07-05 fixed scrolling issues, engine initialization, * and minor mode tweaking, 0.0.9 * - * 2001-09-07 Radeon VE support - * 2001-09-10 Radeon VE QZ support by Nick Kurshev <nickols_k@mail.ru> - * (limitations: on dualhead Radeons (VE, M6, M7) - * driver works only on second head (DVI port). - * TVout is not supported too. M6 & M7 chips - * currently are not supported. Driver has a lot - * of other bugs. Probably they can be solved by - * importing XFree86 code, which has ATI's support)., - * 0.0.11 + * 2001-09-07 Radeon VE support + * 2001-09-10 Radeon VE QZ support by Nick Kurshev <nickols_k@mail.ru> + * (limitations: on dualhead Radeons (VE, M6, M7) + * driver works only on second head (DVI port). + * TVout is not supported too. M6 & M7 chips + * currently are not supported. Driver has a lot + * of other bugs. Probably they can be solved by + * importing XFree86 code, which has ATI's support)., + * 0.0.11 * 2001-09-13 merge Ani Joshi radeonfb-0.1.0: * console switching fixes, blanking fixes, * 0.1.0-ve.0