hardware/intel/libva
修訂 | 6a1c58a195140e20375f0e57f512c023e22901ad (tree) |
---|---|
時間 | 2009-07-08 18:42:05 |
作者 | Gwenole Beauchesne <gbeauchesne@spli...> |
Commiter | Austin Yuan |
Remove obsolete fields.
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
@@ -407,14 +407,11 @@ struct VADriverVTable | ||
407 | 407 | |
408 | 408 | struct VADriverContext |
409 | 409 | { |
410 | - void *old_pNext; /* preserved for binary compatibility */ | |
411 | - | |
412 | 410 | void *pDriverData; |
413 | 411 | struct VADriverVTable vtable; |
414 | 412 | |
415 | 413 | Display *x11_dpy; |
416 | 414 | int x11_screen; |
417 | - int old_dri2; /* obsolete */ | |
418 | 415 | int version_major; |
419 | 416 | int version_minor; |
420 | 417 | int max_profiles; |
@@ -204,7 +204,6 @@ VADisplay vaGetDisplay ( | ||
204 | 204 | dri_state = calloc(1, sizeof(*dri_state)); |
205 | 205 | if (pDisplayContext && pDriverContext && dri_state) |
206 | 206 | { |
207 | - pDriverContext->old_pNext = (void *)(unsigned long)0xdeadbeef; | |
208 | 207 | pDriverContext->x11_dpy = native_dpy; |
209 | 208 | pDisplayContext->pNext = pDisplayContexts; |
210 | 209 | pDisplayContext->pDriverContext = pDriverContext; |