Subversion Repositories Kolibri OS

Rev

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

Rev 3291 Rev 3769
Line 221... Line 221...
221
#define COPY_SYNC 0x2
221
#define COPY_SYNC 0x2
Line 222... Line 222...
222
 
222
 
Line 223... Line 223...
223
#endif
223
#endif
224
 
224
 
225
    bool (*blit_tex)(struct sna *sna,
225
    bool (*blit_tex)(struct sna *sna,
226
              uint8_t op,
226
              uint8_t op, bool scale,
227
              PixmapPtr src, struct kgem_bo *src_bo,
227
              PixmapPtr src, struct kgem_bo *src_bo,
228
              PixmapPtr mask,struct kgem_bo *mask_bo,
228
              PixmapPtr mask,struct kgem_bo *mask_bo,
229
              PixmapPtr dst, struct kgem_bo *dst_bo,
229
              PixmapPtr dst, struct kgem_bo *dst_bo,