Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify the coding style in the driver | Xiang, Haihao | 2017-04-07 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | Linux coding style is used in the driver source code. Use the command below to format/indent .c/.h files $> astyle --style=linux -cnpUH -s4 -M120 <file> A script of style_unify is added in the top-level directory to handle all .c/.h files in the driver. There is no change to any functionality This fixes https://github.com/01org/intel-vaapi-driver/issues/99 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> | ||||
* | Add shared library utils. | Gwenole Beauchesne | 2012-08-06 | 1 | -0/+110 |
Add a few helpers to open shared libraries and load specific symbols from there. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> |