index
:
xf86-video-intel-frc
debian-lenny-with-frc-patches
debian-unstable-with-frc-patches
upstream-lenny-with-frc-patches
upstream-unstable-with-frc-patches
FRC (Frame Rate Control) patches for the XOrg Intel driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i915_video.c
Age
Commit message (
Expand
)
Author
2009-05-06
Split i915 textured video commands to fit into batch buffers.
Carl Worth
2009-03-06
intel: Nuke shared-entity support (zaphod mode).
Eric Anholt
2009-02-20
Fix i915 textured video to work with the i830_memory -> bo change.
Kristian Høgsberg
2009-01-17
Protect i915 textured video against batchbuffer wrapping.
Eric Anholt
2008-08-05
Use dri_bo for all object allocations, including pixmaps under uxa
Keith Packard
2008-07-17
Merge branch 'master' into drm-gem
Carl Worth
2008-06-28
xvmc: Don't copy on xvmc surface in PutImage
Zhenyu Wang
2008-06-10
Change most usage of pixmap offsets to using a reloc macro.
Eric Anholt
2008-03-14
Change OUT_RING and similar calls to OUT_BATCH for batchbuffer merge
Eric Anholt
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
2007-09-20
Fix pixmap offset
Hong Liu
2007-08-10
Attempt to fix several front buffer tiling failure cases.
Eric Anholt
2007-07-06
FBC and tiling changes
Jesse Barnes
2007-06-13
Fix and enable the 915-class planar textured video path.
Eric Anholt
2007-06-12
Fix context switching between DRI and X.
Eric Anholt
2007-06-12
Clean up some nits in i915_video.c setup.
Eric Anholt
2007-01-31
Move the render code to non-EXA-specific filenames.
Eric Anholt
2007-01-10
Formalize sync interface
Wang Zhenyu
2006-12-28
Draw textured video to the backing pixmap in the composited case.
Eric Anholt
2006-12-19
Align textured video dither matrix to window
Keith Packard
2006-12-19
Turn on dithering for 915 textured video
Keith Packard
2006-11-30
Merge branch 'exa' of ../xf86-video-intel into modesetting
Eric Anholt
2006-11-08
Disable some debug message
Alan Hourihane
2006-10-26
Major cleanup of 3D invariant state, fixing hangs with rotation and render.
Eric Anholt
2006-07-24
remove an extra '-'
Wang Zhenyu
2006-07-18
Re-convert i915 video to new fragment shader API.
Eric Anholt
2006-07-18
Merge branch 'master' into textured-video
Eric Anholt