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
/
i965_video.c
Age
Commit message (
Expand
)
Author
2009-05-08
3D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three.
Keith Packard
2009-05-06
Hold reference to video binding table until all rects are painted.
Carl Worth
2009-03-06
intel: Nuke shared-entity support (zaphod mode).
Eric Anholt
2009-02-25
XvMC: fix broken xvmc on 965
Xiang, Haihao
2009-02-18
Make Xv used a buffer object instead of i830_memory.
Kristian Høgsberg
2009-01-20
Use intel_emit_reloc from video to prettify 965 render bind_bo setup.
Eric Anholt
2009-01-20
Do check_aperture_space and batch_start_atomic for i965 video.
Eric Anholt
2009-01-20
Move 965 video setup to a separate function so we can move it around.
Eric Anholt
2009-01-06
Handle drm_bo_map failure in 965 video and composite paths.
Keith Packard
2008-12-04
Emit proper relocations to pixmaps in BOs in i965 video.
Eric Anholt
2008-12-04
Move i965 video surface state and binding table to BOs.
Eric Anholt
2008-12-04
Move i965 video vertex data to BOs.
Eric Anholt
2008-12-04
Move remaining i965 video programs to BOs.
Eric Anholt
2008-12-04
Move i965 video wm and sampler state to BOs.
Eric Anholt
2008-12-04
Stop allocating unused scratch space for i965 video.
Eric Anholt
2008-12-04
Move i965 video vs/sf state to BOs.
Eric Anholt
2008-12-04
Move i965 video cc state to BOs.
Eric Anholt
2008-12-04
Move I965DisplayVideoTextured unit state setup to separate functions.
Eric Anholt
2008-12-04
Move I965DisplayVideoTextured surface/sampler setup to separate functions.
Eric Anholt
2008-12-04
Move debug code for I965DisplayVideoTextured to separate functions.
Eric Anholt
2008-11-27
Merge branch '965-xvmc'
Zou Nan hai
2008-11-06
Make IS_GM45 into IS_G4X define
Zhenyu Wang
2008-10-06
Fix a typo in G965 texture video code
Shuang He
2008-08-11
[i965-xvmc] bypass copy when put image with xvmc
root
2008-07-03
Fix official name for GM45 chipset
Zhenyu Wang
2008-06-17
Add support for Intel 4 series chipsets.
Zhenyu Wang
2008-04-13
Kludge to make planar video work - duplicate sampler state
Keith Packard
2008-04-10
Remove sync after 965 video put.
Keith Packard
2008-04-10
Add planer video decode kernel
Keith Packard
2008-04-10
Use shared exa_wm code for packed yuv decode
Keith Packard
2008-03-31
Fix composite with mask using new compositing thread code
Keith Packard
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-01-09
Update PIPELINE_SELECT instruction and surface state format for new chipset
Zhenyu Wang
2007-09-20
Fix pixmap offset
Hong Liu
2007-08-10
Tiling fixes for 965
Jesse Barnes
2007-06-12
Fix context switching between DRI and X.
Eric Anholt
2007-04-17
Bug #10438: Fix 965 XV when sourcing from less than the full image.
Eric Anholt
2007-01-02
Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.
Keith Packard
2006-12-28
Draw textured video to the backing pixmap in the composited case.
Eric Anholt
2006-12-27
debugging for location of various 965 textured-video state.
Eric Anholt
2006-12-27
Make the assert() in i965_video.c actually work and expose an error.
Eric Anholt
2006-12-27
Replace XAA mark/waitsyncs with the XAA/EXA wrappers.
Eric Anholt
2006-12-27
reformat i965_video.c to 4-space indents, 80 columns, no trailing whitespace.
Eric Anholt
2006-12-27
Move 965 textured-video out to a separate file.
Eric Anholt