• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/libva


コミットメタ情報

リビジョン632443b24034cc9188ccead53e7f8261cf222d65 (tree)
日時2010-06-04 12:10:02
作者Gwenole Beauchesne <gbeauchesne@spli...>
コミッターAustin Yuan

ログメッセージ

VA/GLX cosmetics (indentation, declarations)

変更サマリ

差分

--- a/va/glx/va_glx.c
+++ b/va/glx/va_glx.c
@@ -47,6 +47,8 @@
4747 status = vtable->va##func##GLX args; \
4848 } while (0)
4949
50+// Check VADisplay is valid (from libva.so.*)
51+int vaDisplayIsValid(VADisplay dpy);
5052
5153 // Destroy VA/GLX display context
5254 static void va_DisplayContextDestroy(VADisplayContextP pDisplayContext)
--- a/va/va_backend.h
+++ b/va/va_backend.h
@@ -397,7 +397,7 @@ struct VADriverContext
397397 void *handle; /* dlopen handle */
398398
399399 void *dri_state;
400- void *glx; /* opaque for GLX code */
400+ void *glx; /* opaque for GLX code */
401401 };
402402
403403 #define VA_DISPLAY_MAGIC 0x56414430 /* VAD0 */