summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-08-25Add debian packaging.Gwenole Beauchesne1-1/+15
2011-08-25New project build rules and files.Gwenole Beauchesne1-0/+9
2011-08-22Moved files around.Gwenole Beauchesne1-99/+0
2011-07-27i965_drv_video: don't export internal driver functions.1.0.14Gwenole Beauchesne1-1/+6
Make sure to use our internal functions. In particular, we override some DRM functions and they have to be used. e.g. this fixes VA/GLX.
2011-07-26i965_drv_video: cosmetics (cleanup Makefile).Gwenole Beauchesne1-40/+58
2011-05-25i965_drv_video: H.264 & MPEG2 decoding on IvybridgeXiang, Haihao1-2/+4
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2011-05-16i965_drv_vidoe: thread safety for renderingXiang, Haihao1-2/+4
2011-04-07i965_drv_vidoe: Encoder on Sandy BridgeZhou Chang1-2/+8
Currently it supports Intra frame Signed-off-by: Zhou Chang <chang.zhou@intel.com> Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2010-12-06i965_drv_video: H.264 decoding on SandybridgeXiang, Haihao1-2/+4
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2010-09-15i965_drv_video: deinterlacing & scaling1.0.5Xiang, Haihao1-2/+4
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2010-07-12Fix out-of-source builds.Gwenole Beauchesne1-1/+1
2010-05-07i965_drv_video: [H.264] add support for ILDBXiang, Haihao1-2/+4
2010-03-26i965_drv_video: add support for H264 on Clarkdale/ArrandaleXiang, Haihao1-2/+10
2010-03-08Fix drivers build.Gwenole Beauchesne1-1/+1
2010-03-08Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan1-2/+2
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2009-08-28Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).Gwenole Beauchesne1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Install drivers into pkglibdir/va/.Gwenole Beauchesne1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix make dist (i965_drv_video missing files, Paul Bender).Gwenole Beauchesne1-0/+12
commit a02c6205509411b9e444b5546023dd8c5672fd99 Author: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> Date: Thu Jul 2 09:28:02 2009 +0000 Fix make dist (tests). commit 93db0794456910eb4b1daf2e1c1a7f45448897c1 Author: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> Date: Wed Jun 24 07:49:02 2009 +0000 Fix make dist. Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-06X11->x11 per the suggestion from GwenoleAustin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-03Move back dri --> src/X11Austin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-02Refine the directory, move src/X11 to dri/Austin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-02Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 ↵Austin Yuan1-0/+40
graphics Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>