Age | Commit message (Expand) | Author |
2008-04-12 | Single memcpy when pitches align on planar image transfer | Keith Packard |
2008-04-09 | Bug #15219: Fix default overlay CSC factors, and use BT709 if available. | David Schleef |
2008-03-28 | Disable overlay on new mobile chipset | Zhenyu Wang |
2008-03-26 | More compile warning fixes. | Paulo Cesar Pereira de Andrade |
2008-03-24 | Fix crash triggered by dpms low power mode with hardware overlay running | Maxim Levitsky |
2008-03-18 | Merge branch 'master' into xvmc | Zhenyu Wang |
2008-03-14 | Change OUT_RING and similar calls to OUT_BATCH for batchbuffer merge | Eric Anholt |
2008-03-13 | Merge branch 'master' into xvmc | Zhenyu Wang |
2008-03-11 | Remove i830+ driver's use of CARD*/INT* types for great justice. | Eric Anholt |
2008-03-11 | Add support for brightness control to i915 textured video output. | Eric Anholt |
2008-03-11 | Crack down on warnings. | Kristian Høgsberg |
2008-03-11 | Merge branch 'master' into xvmc | Zhenyu Wang |
2008-03-07 | Enable hardware overlay on 965 | Jesse Barnes |
2008-02-25 | Fix overlay rotation | Zhenyu Wang |
2008-02-05 | Fix build warnings on 64 bit | Jesse Barnes |
2007-12-25 | xvmc: consolidate put surface interfaces | Zhenyu Wang |
2007-12-20 | xvmc: add disable xvmc build support | Zhenyu Wang |
2007-12-19 | Merge branch 'master' into xvmc | Zhenyu Wang |
2007-12-18 | Always set pPriv->buf to NULL after freeing the memory it pointed to. | Michel Dänzer |
2007-11-15 | xvmc: some code clean up | Zhenyu Wang |
2007-11-09 | Merge branch 'master' into xvmc | Zhenyu Wang |
2007-11-08 | Clear current video crtc on DPMS off | Jesse Barnes |
2007-11-08 | Fix overlay destination clamping | Jesse Barnes |
2007-10-23 | Merge branch 'master' into xvmc | Zhenyu Wang |
2007-10-17 | intel: make block handler hook happen no matter what video is in use | Dave Airlie |
2007-10-11 | Fix potential use-after-free in XV overlay code on video stop. | Eric Anholt |
2007-10-08 | move some definition out of i915 specific header | Zhenyu Wang |
2007-09-29 | rename xvmc init function names | Zhenyu Wang |
2007-09-26 | Revert to origin xvmc setup steps | Zhenyu Wang |
2007-09-26 | Fix pixmap offset | Hong Liu |
2007-09-26 | Create xvmc driver interface | Zhenyu Wang |
2007-09-20 | Fix pixmap offset | Hong Liu |
2007-09-19 | Merge branch 'master' into xvmc-i915 | Zhenyu Wang |
2007-08-17 | Make sure XV_PIPE is used whenever possible. | Keith Packard |
2007-08-17 | Use i830_memory.c instead of the AA's allocator for XV buffers. | Eric Anholt |
2007-08-07 | code cleanups | Zhenyu Wang |
2007-07-23 | only enable xvmc for 915/945/G33 | Xiang, Haihao |
2007-07-20 | don't initialize XvMC if xv is disabled. | Xiang, Haihao |
2007-07-19 | block some signals within critical section to avoid | Xiang, Haihao |
2007-07-19 | 1. The pitches for y/u/v surfaces are 1024bytes aligned. | Xiang, Haihao |
2007-07-19 | 1. clean code | root |
2007-07-19 | fix some bugs | Xiang, Haihao |
2007-07-19 | fix some bugs | Xiang, Haihao |
2007-07-19 | enable XvMC for i915 | Xiang, Haihao |
2007-06-21 | Eliminate some uninitialized variable warnings | Keith Packard |
2007-06-18 | Bug #11295: Disable textured video on i915 with framebuffer width too large. | Eric Anholt |
2007-06-13 | Fix and enable the 915-class planar textured video path. | Eric Anholt |
2007-06-06 | Enable overlay on G33 class chipsets | Wang Zhenyu |
2007-06-05 | Add support for the G33, Q33, and Q35 chipsets. | Wang Zhenyu |
2007-06-05 | Always ensure the pipe A is lit when activating overlay on pipe B. | Keith Packard |