On Fri, 2012-10-05 at 17:10 +0200, Gwenole Beauchesne wrote: > Hi, > > A new version of libva is now available at the following location: > <http://www.freedesktop.org/software/vaapi/releases/libva/> > > VA-API was bumped to 0.33.0, while libva still supports VA drivers > compiled for 0.32.x API.
Please note that the headless pipeline can't work with the Intel driver compiled for 0.32.x API. ====== $> vainfo error: can't connect to X server! libva info: VA-API version 0.33.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_0_32 vainfo: intel_driver.c:58: intel_driver_init: Assertion `dri_state->driConnectedFlag == VA_DRI2 || dri_state->driConnectedFlag == VA_DRI1' failed. ====== Another thing to be noticed is that we can no long build the master branch of the Intel driver against libva 1.0.xxx Thanks Haihao > > Version 1.1.0 - 04.Oct.2012 > * API: add Wayland support > * API: add raw DRM support for headless pipelines > * Fix generic VA/GLX implementation for newer cluttersink versions > * Fix threading issues in VA objects reference code (+Krzysztof Kotlenga) > * Fix build on Android Ice Cream Sandwich (+Haitao Huang, Daniel Charles) > > Regards, > Gwenole. > _______________________________________________ > Libva mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/libva _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
