[Ubuntu 14.04] VAAPI Not working on Intel i965 Haswell

Hello,

recently my kodi upgraded to Krypton and It stop playing H.264 encoded movies. I realized it was related with HW Aceleration. If I disable VAAPI, movies play right. Most noticeable error is:

Code:
failed to import VA buffer NV12 into EGL image

Here all my logs:

Code:
dpkg -l |grep mesa | pastebinit

http://paste.ubuntu.com/23973391/

Code:
[code]DISPLAY=:0 vainfo | pastebinit
    libva info: VA-API version 0.38.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
    libva info: Found init function __vaDriverInit_0_36
    libva info: va_openDriver() returns 0

http://paste.ubuntu.com/23973393/

Code:
cat ~/.kodi/temp/kodi.log | pastebinit

http://paste.ubuntu.com/23973397/

Code:
dmesg | pastebinit

http://paste.ubuntu.com/23973398/

Code:
id | pastebinit

http://paste.ubuntu.com/23973400/

Code:
amixer | pastebinit

http://paste.ubuntu.com/23973401/

Any advice upgradin Mesa drivers?