Subversion Repositories Kolibri OS

Rev

Rev 868 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 868 Rev 876
Line 387... Line 387...
387
    scr_pixmap.width  = rhd.displayWidth;
387
    scr_pixmap.width  = rhd.displayWidth;
388
    scr_pixmap.height = rhd.displayHeight;
388
    scr_pixmap.height = rhd.displayHeight;
389
    scr_pixmap.format = PICT_a8r8g8b8;
389
    scr_pixmap.format = PICT_a8r8g8b8;
390
    scr_pixmap.pitch  = rhd.displayWidth * 4;
390
    scr_pixmap.pitch  = rhd.displayWidth * 4;
391
    scr_pixmap.offset = rhd.FbIntAddress;
391
    scr_pixmap.local  = (void*)rhd.FbIntAddress;
392
    scr_pixmap.pitch_offset =  rhd.dst_pitch_offset;
392
    scr_pixmap.pitch_offset =  rhd.dst_pitch_offset;
393
    scr_pixmap.raw    = (void*)0;
393
    scr_pixmap.mapped = (void*)0;
Line 394... Line 394...
394
 
394
 
395
 
395
 
396
    MASKREG(R5XX_GB_TILE_CONFIG, 0, R5XX_ENABLE_TILING);
396
    MASKREG(R5XX_GB_TILE_CONFIG, 0, R5XX_ENABLE_TILING);