summaryrefslogtreecommitdiff
path: root/va/x11
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-03-08 09:44:25 +0100
committerAustin Yuan <shengquan.yuan@gmail.com>2010-05-13 02:29:32 +0800
commit50c8ae8a5379a3aa6312edae6bb083936eaa43a6 (patch)
tree8ede74531c51d45a53c14330ff6a2378e2d0d6ce /va/x11
parente734b66e657d92dbd29b216fc753d0c30c7df4f0 (diff)
Add OpenGL extensions (v3) and generic implementation with TFP and FBO.
Diffstat (limited to 'va/x11')
-rw-r--r--va/x11/va_x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/va/x11/va_x11.c b/va/x11/va_x11.c
index 9a7135c..9f233da 100644
--- a/va/x11/va_x11.c
+++ b/va/x11/va_x11.c
@@ -198,6 +198,7 @@ VADisplay vaGetDisplay (
pDisplayContext->vaIsValid = va_DisplayContextIsValid;
pDisplayContext->vaDestroy = va_DisplayContextDestroy;
pDisplayContext->vaGetDriverName = va_DisplayContextGetDriverName;
+ pDisplayContext->opaque = NULL;
pDisplayContexts = pDisplayContext;
pDriverContext->dri_state = dri_state;
dpy = (VADisplay)pDisplayContext;