Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4366 → Rev 4367

/contrib/sdk/sources/Intel-2D/pixlib-uxa.c
57,6 → 57,7
if (service != 0)
return caps & hw_caps;
 
#ifndef BUILD_EBOX
service = get_service("DISPLAY");
if (service == 0)
goto fail;
84,6 → 85,7
(hw_caps & HW_VID_BLIT) != 0 ? "HW_VID_BLIT " : "");
 
return caps & hw_caps;
#endif
 
fail:
service = 0;
280,3 → 282,8
 
return 0;
};
 
int sna_create_mask()
{
return 0;
};
/contrib/sdk/sources/Intel-2D/pixlib.ver
0,0 → 1,22
LIBDRM {
global: DllStartup;
init_pixlib;
done_pixlib;
create_bitmap;
resize_bitmap;
destroy_bitmap;
lock_bitmap;
blit_bitmap;
fplay_blit_bitmap;
sna_bitmap_from_handle;
sna_blit_tex;
sna_create_mask;
sna_set_bo_handle;
 
local: __chkstk;
__chkstk_ms;
_alloca;
__uxa_lock;
_nm__tls_alloc;
*;
};
/contrib/sdk/sources/Intel-2D/uxa/uxa.c
60,11 → 60,6
 
int uxa_update_fb(struct intel_screen_private *intel);
 
int sna_create_mask()
{
return 0;
};
 
static void i830_done_composite(PixmapPtr dest)
{
intel_screen_private *intel = intel_get_screen_private();