• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

hardware/intel/common/libva


Commit MetaInfo

修订版3bd33daaf3a537da8dbe2c63fb53fd256468c7a7 (tree)
时间2017-09-27 13:49:34
作者Xiang, Haihao <haihao.xiang@inte...>
CommiterXiang, Haihao

Log Message

Remove the comment about vaGetSurfaceAttributes()

vaGetSurfaceAttributes() was removed years ago, so remove the
corresponding comments

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

更改概述

差异

--- a/va/va.h
+++ b/va/va.h
@@ -1038,11 +1038,10 @@ typedef struct _VASurfaceAttribExternalBuffers {
10381038 /**
10391039 * \brief Queries surface attributes for the supplied config.
10401040 *
1041- * Unlike vaGetSurfaceAttributes(), this function queries for all
1042- * supported attributes for the supplied VA @config. In particular, if
1043- * the underlying hardware supports the creation of VA surfaces in
1044- * various formats, then this function will enumerate all pixel
1045- * formats that are supported.
1041+ * This function queries for all supported attributes for the
1042+ * supplied VA @config. In particular, if the underlying hardware
1043+ * supports the creation of VA surfaces in various formats, then
1044+ * this function will enumerate all pixel formats that are supported.
10461045 *
10471046 * The \c attrib_list array is allocated by the user and \c
10481047 * num_attribs shall be initialized to the number of allocated
@@ -1075,9 +1074,8 @@ vaQuerySurfaceAttributes(
10751074 * \brief Creates an array of surfaces
10761075 *
10771076 * Creates an array of surfaces. The optional list of attributes shall
1078- * be constructed and validated through vaGetSurfaceAttributes() or
1079- * constructed based based on what the underlying hardware could
1080- * expose through vaQuerySurfaceAttributes().
1077+ * be constructed based on what the underlying hardware could expose
1078+ * through vaQuerySurfaceAttributes().
10811079 *
10821080 * @param[in] dpy the VA display
10831081 * @param[in] format the desired surface format. See \c VA_RT_FORMAT_*