Subversion Repositories Kolibri OS

Rev

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

Rev 3278 Rev 3280
Line 215... Line 215...
215
#define COPY_LAST 0x1
215
#define COPY_LAST 0x1
216
#define COPY_SYNC 0x2
216
#define COPY_SYNC 0x2
Line 217... Line 217...
217
 
217
 
Line -... Line 218...
-
 
218
#endif
-
 
219
 
-
 
220
    bool (*blit_tex)(struct sna *sna,
-
 
221
              uint8_t op,
-
 
222
              PixmapPtr src, struct kgem_bo *src_bo,
-
 
223
              PixmapPtr mask,struct kgem_bo *mask_bo,
-
 
224
              PixmapPtr dst, struct kgem_bo *dst_bo,
-
 
225
              int32_t src_x, int32_t src_y,
-
 
226
              int32_t msk_x, int32_t msk_y,
-
 
227
              int32_t dst_x, int32_t dst_y,
-
 
228
              int32_t width, int32_t height,
218
#endif
229
              struct sna_composite_op *tmp);
219
 
230
 
220
	bool (*copy)(struct sna *sna, uint8_t alu,
231
	bool (*copy)(struct sna *sna, uint8_t alu,
221
		     PixmapPtr src, struct kgem_bo *src_bo,
232
		     PixmapPtr src, struct kgem_bo *src_bo,