Hi, I think most of the API patches can be squashed altogether so that to avoid way too many commits. Especially for intermediate APIs that got changed in between.
Regards, Gwenole. > -----Original Message----- > From: Xiang, Haihao > Sent: Monday, May 13, 2013 9:51 AM > To: [email protected] > Cc: Beauchesne, Gwenole > Subject: [PATCH 01/42] doc: add placeholder for the Core API. > > From: Gwenole Beauchesne <[email protected]> > > Signed-off-by: Gwenole Beauchesne <[email protected]> > --- > va/va.h | 15 +++++++++++++++ > 1 files changed, 15 insertions(+), 0 deletions(-) > > diff --git a/va/va.h b/va/va.h > index 914cf8d..1e0c9b7 100644 > --- a/va/va.h > +++ b/va/va.h > @@ -68,6 +68,13 @@ > * contributed to various aspects of the API. > */ > > +/** > + * \file va.h > + * \brief The Core API > + * > + * This file contains the \ref api_core "Core API". > + */ > + > #ifndef _VA_H_ > #define _VA_H_ > > @@ -77,6 +84,12 @@ > extern "C" { > #endif > > +/** > + * \defgroup api_core Core API > + * > + * @{ > + */ > + > /* > Overview > > @@ -2008,6 +2021,8 @@ VAStatus vaSetDisplayAttributes ( > int num_attributes > ); > > +/**@}*/ > + > #ifdef __cplusplus > } > #endif > -- > 1.7.4.1 _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
