summaryrefslogtreecommitdiff
path: root/va/egl/va_egl_impl.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert Pixmap-based EGL interfaces.Gwenole Beauchesne2012-09-261-523/+0
| | | | | | | | | | | | | | | | | | | | | | This was work-in-progress and it turned out to be less efficient than a dedicated API that could allow direct texturing from YUV components. This reverts the following commits: 30b5e62: fix license template for Makefile.am d1acbc9: add the missing license header to some files fc8f1b8: include va_egl.h instead of va.h c3ab994: array bound check 7b663dc: update the VA/EGL implementation in VAAPI 0851426: move va_egl.h to va/ to avoid compile error 1cda440: VA/EGL interfaces af294d1: fix compiling error if GLESv1_CM isn't installed in the default location 2a4fcff: fix the number of the allocated elements 2f484d7: update VA/EGL test case as well 2ac9bac: a test case to use VA/EGL interfaces 731d575: new hooks to create/free native pixmap Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* Add the missing license header to some filesXiang, Haihao2012-06-291-0/+24
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Array bound checkXiang, Haihao2011-12-141-1/+12
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Update the VA/EGL implementation in VAAPIXiang, Haihao2011-12-141-190/+157
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* VA/EGL interfacesXiang, Haihao2011-12-141-0/+521
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>