Subversion Repositories Kolibri OS

Rev

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

Rev 2352 Rev 2361
Line 93... Line 93...
93
#define HW_TEX_BLIT         (1<<1)      /* stretch blit             */
93
#define HW_TEX_BLIT         (1<<1)      /* stretch blit             */
94
#define HW_VID_BLIT         (1<<2)      /* planar and packed video  */
94
#define HW_VID_BLIT         (1<<2)      /* planar and packed video  */
95
                                        /*  3 - 63 reserved         */
95
                                        /*  3 - 63 reserved         */
96
 
96
 
Line -... Line 97...
-
 
97
struct context
-
 
98
{
-
 
99
    kobj_t   header;
-
 
100
 
-
 
101
    bitmap_t *mask;
-
 
102
    u32       seqno;
-
 
103
    int       slot;
-
 
104
};
-
 
105
 
97
int get_driver_caps(hwcaps_t *caps);
106
int get_driver_caps(hwcaps_t *caps);
98
int create_surface(struct io_call_10 *pbitmap);
107
int create_surface(struct io_call_10 *pbitmap);
99
int lock_surface(struct io_call_12 *pbitmap);
108
int lock_surface(struct io_call_12 *pbitmap);
Line 100... Line 109...
100
 
109