Subversion Repositories Kolibri OS

Rev

Rev 837 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 837 Rev 914
Line 3... Line 3...
3
 Copyright 2008  Serge
3
 Copyright 2008  Serge
Line 4... Line 4...
4
 
4
 
5
 The below code is a rework from code in
5
 The below code is a rework from code in
Line -... Line 6...
-
 
6
 xf86-video-radeonhd/src/r5xx_accel.c, xf86-video-radeonhd/src/r5xx_xaa.c
-
 
7
 
-
 
8
 git://anongit.freedesktop.org/git/nouveau/xf86-video-radeonhd
-
 
9
 git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati
6
 xf86-video-radeonhd/src/r5xx_accel.c, xf86-video-radeonhd/src/r5xx_xaa.c
10
 
7
 
11
 
8
 Copyright 2008  Luc Verhaegen 
12
 Copyright 2008  Luc Verhaegen 
9
 Copyright 2008  Matthias Hopf 
13
 Copyright 2008  Matthias Hopf 
Line 660... Line 664...
660
           mov edx, [rop]
664
           mov edx, [rop]
661
           mov edx, [R5xxRops+4+edx*8]
665
           mov edx, [R5xxRops+4+edx*8]
662
           or edx, [rhd.control]
666
           or edx, [rhd.control]
663
           or edx, (R5XX_GMC_BRUSH_SOLID_COLOR or R5XX_GMC_SRC_DATATYPE_COLOR)
667
           or edx, (R5XX_GMC_BRUSH_SOLID_COLOR or R5XX_GMC_SRC_DATATYPE_COLOR)
Line 664... Line 668...
664
 
668
 
665
; Save for later clipping */
669
; Save for later clipping
Line 666... Line 670...
666
           mov [rhd.control_saved], edx
670
           mov [rhd.control_saved], edx
667
 
671