summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: add missing entry for auto-generated Debian packaging.1.0.15Gwenole Beauchesne2011-10-281-0/+1
* build: fix make dist when intel-gen4asm is not installed.Gwenole Beauchesne2011-10-285-0/+10
* 1.0.15.Gwenole Beauchesne2011-10-282-3/+3
* debian: don't use simple-patchsys (upstream has no patches).Gwenole Beauchesne2011-10-281-1/+0
* i965_drv_video: fix return values to vaRenderPicture().Gwenole Beauchesne2011-10-171-4/+4
* build: use AM_V_GEN to generate files quietly.Gwenole Beauchesne2011-10-176-29/+29
* build: use GEN4ASM variable to hold path to intel-gen4asm program.Gwenole Beauchesne2011-10-176-17/+18
* .gitignore: filter out generated Gen assembly files.Gwenole Beauchesne2011-10-171-0/+1
* Fix slice-param & slice-data buffer memory leaks.Gwenole Beauchesne2011-10-112-2/+3
* Add new .gitignore rules.Gwenole Beauchesne2011-10-111-0/+32
* NEWS: update.Gwenole Beauchesne2011-10-101-1/+6
* configure: bump version for development.Gwenole Beauchesne2011-10-101-2/+2
* vc1: fix TTFRM (picture-level transform type) packing.Gwenole Beauchesne2011-10-102-24/+2
* decode: fix for next slice when decoding MPEG2 on IvybridgeXiang, Haihao2011-09-191-1/+1
* VAImage.data_size represents the allocated size, thus accounting forGwenole Beauchesne2011-09-191-4/+1
* Make MPEG-2 QM state live until the next change from application.Gwenole Beauchesne2011-09-146-59/+90
* Add correct version info for vaQueryVendorString().Gwenole Beauchesne2011-08-252-3/+19
* Add debian packaging.Gwenole Beauchesne2011-08-259-2/+131
* Fix H.264 MC kernel bootstrap for Ironlake.Gwenole Beauchesne2011-08-252-7/+27
* Fix make dist.Gwenole Beauchesne2011-08-259-237/+471
* New project build rules and files.Gwenole Beauchesne2011-08-2523-14/+257
* Moved files around.Gwenole Beauchesne2011-08-22462-0/+0
* i965_drv_video: don't export internal driver functions.1.0.14Gwenole Beauchesne2011-07-273-1/+20
* i965_drv_video: cosmetics (cleanup Makefile).Gwenole Beauchesne2011-07-261-40/+58
* i965_drv_video: update post processing interfaceXiang, Haihao2011-07-125-263/+282
* i965_drv_video: fixes assertion failureXiang, Haihao2011-07-083-26/+39
* i965_drv_video: fix next slice vertical position for field pictureXiang, Haihao2011-07-071-1/+1
* i965_drv_video: add support for VA_SUBPICTURE_DESTINATION_IS_SCREEN_COORD.Gwenole Beauchesne2011-06-293-16/+21
* i965_drv_video: fix subpicture scale factor for Y axis.Gwenole Beauchesne2011-06-291-1/+1
* i965_drv_video: simplify put_surface() and put_subpicture() args.Gwenole Beauchesne2011-06-295-371/+221
* i965_drv_video: fix assertion failureXiang, Haihao2011-06-151-2/+1
* i965_drv_video: fix GPU hang issue when decoding field coded MPEG2 picture.Xiang, Haihao2011-06-145-26/+56
* i965_drv_video: fix memory leaks in i965 driverEdgar Hucek2011-06-131-0/+1
* i965_drv_video: track the internal format of a surfaceXiang, Haihao2011-06-138-20/+27
* i965_drv_video: encode on IvybridgeXiang, Haihao2011-06-107-26/+602
* i965_drv_video: fix VME shadersXiang, Haihao2011-06-106-8/+12
* i965_drv_video: new shaders for VME on IvybridgeXiang, Haihao2011-06-1013-37/+383
* i965_drv_video: set surface base address in VMEXiang, Haihao2011-06-092-89/+36
* i965_drv_video: clean upXiang, Haihao2011-06-091-6/+1
* i965_drv_video: Added check of obj_surface->bo field inside i965_media_h264_s...Alexander Osin2011-06-091-1/+3
* i965_drv_video: improved MV quality for VMEZhou Chang2011-06-024-61/+39
* i965_drv_video: clean up codes1.0.13Xiang, Haihao2011-05-257-200/+55
* i965_drv_video: rendering for IvybridgeXiang, Haihao2011-05-253-81/+1234
* i965_drv_video: new shaders for rendering on IvybridgeXiang, Haihao2011-05-2511-2/+448
* i965_drv_video: VC1 decoding on IvybridgeXiang, Haihao2011-05-252-70/+72
* i965_drv_video: H.264 & MPEG2 decoding on IvybridgeXiang, Haihao2011-05-255-3/+2252
* i965_drv_video: Ivybridge PCI IDsXiang, Haihao2011-05-256-19/+49
* i965_drv_video: thread safety for object allocationXiang, Haihao2011-05-162-0/+21
* i965_drv_vidoe: thread safety for renderingXiang, Haihao2011-05-166-8/+81
* i965_drv_video: move batchbuffer to contextXiang, Haihao2011-05-1617-389/+343