hardware/intel/libva
リビジョン | 632443b24034cc9188ccead53e7f8261cf222d65 (tree) |
---|---|
日時 | 2010-06-04 12:10:02 |
作者 | Gwenole Beauchesne <gbeauchesne@spli...> |
コミッター | Austin Yuan |
VA/GLX cosmetics (indentation, declarations)
@@ -47,6 +47,8 @@ | ||
47 | 47 | status = vtable->va##func##GLX args; \ |
48 | 48 | } while (0) |
49 | 49 | |
50 | +// Check VADisplay is valid (from libva.so.*) | |
51 | +int vaDisplayIsValid(VADisplay dpy); | |
50 | 52 | |
51 | 53 | // Destroy VA/GLX display context |
52 | 54 | static void va_DisplayContextDestroy(VADisplayContextP pDisplayContext) |
@@ -397,7 +397,7 @@ struct VADriverContext | ||
397 | 397 | void *handle; /* dlopen handle */ |
398 | 398 | |
399 | 399 | void *dri_state; |
400 | - void *glx; /* opaque for GLX code */ | |
400 | + void *glx; /* opaque for GLX code */ | |
401 | 401 | }; |
402 | 402 | |
403 | 403 | #define VA_DISPLAY_MAGIC 0x56414430 /* VAD0 */ |