Subversion Repositories Kolibri OS

Rev

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

Rev 813 Rev 877
Line 57... Line 57...
57
   // RADEONInfoPtr  info       = RADEONPTR(pScrn);
57
   // RADEONInfoPtr  info       = RADEONPTR(pScrn);
58
    u32_t gb_tile_config, su_reg_dest, vap_cntl;
58
    u32_t gb_tile_config, su_reg_dest, vap_cntl;
59
   // ACCEL_PREAMBLE();
59
   // ACCEL_PREAMBLE();
60
 
60
 
Line 61... Line 61...
61
    u32 *ring, write;
61
    u32_t *ring, write;
Line 62... Line 62...
62
 
62
 
Line 63... Line 63...
63
   // info->texW[0] = info->texH[0] = info->texW[1] = info->texH[1] = 1;
63
   // info->texW[0] = info->texH[0] = info->texW[1] = info->texH[1] = 1;
64
 
64
 
Line 1096... Line 1096...
1096
    int vtx_count;
1096
    int vtx_count;
1097
    xPointFixed srcTopLeft, srcTopRight, srcBottomLeft, srcBottomRight;
1097
    xPointFixed srcTopLeft, srcTopRight, srcBottomLeft, srcBottomRight;
1098
    xPointFixed maskTopLeft, maskTopRight, maskBottomLeft, maskBottomRight;
1098
    xPointFixed maskTopLeft, maskTopRight, maskBottomLeft, maskBottomRight;
1099
 
1099
 
Line 1100... Line 1100...
1100
    u32 *ring, write;
1100
    u32_t *ring, write;
Line 1101... Line 1101...
1101
 
1101
 
Line 1102... Line 1102...
1102
 
1102