index
:
driver/xf86-video-intel
2.10
2.4
2.9.1-oga
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
bleeding_edge-oga
dri2
exa
exa-i965
fbc
glucose
i810_texman_0_1_branch
i830-pageflip
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
lukas-resume
master
mergedfb
modesetting
modesetting-airlied
modesetting-keithp
modesetting-keithp-fu
modesetting-multihead
modesetting-rotation
modesetting-sdvo-stuffing
nonrandr-setup
obsd
obsd-2.7
obsd-2.8
obsd-xf86-video-intel-2.4.3
randr-1.2-rotation
restructure-outputs
sandybridge
sco_port_update
textured-video
xf86-video-i810-1_5-branch
xf86-video-intel-2.1-branch
xf86-video-intel-2.5-branch
xorg-7.0-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
xvmc-i915
Intel video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i965_video.c
Age
Commit message (
Expand
)
Author
2011-03-16
i965: Remove broken maximum base addresses from video
Chris Wilson
2011-03-16
Fix textured video when destination is larger than screen
Simon Farnsworth
2011-03-16
Xv: setup pipeline for Xv on Sandybridge
Xiang, Haihao
2011-03-16
Xv: set the surface state base address
Xiang, Haihao
2011-03-16
Include a chipset generation number to clarify device specific paths.
Owain G. Ainsworth
2010-09-12
Rename common infrastructure to the intel namespace.
Owain G. Ainsworth
2010-09-11
i810: Move into a legacy directory.
Owain G. Ainsworth
2010-06-21
Emit the flush after a potential draw from the BlockHandler.
Chris Wilson
2010-05-25
Kill paranoid assertions on every write into the batchbuffer.
Chris Wilson
2010-05-16
i965 Xv: fix chroma pitch
Daniel Vetter
2010-05-16
Xv: kill unnecessary parameters for hw PutImage functions
Daniel Vetter
2010-04-11
Xv: fixup relocation in i965_video.c
Daniel Vetter
2010-03-01
batch: Ensure we send a MI_FLUSH in the block handler for TFP
Chris Wilson
2010-03-01
Remove flush parameter from intel_batch_flush()
Chris Wilson
2010-03-01
Rename I830Sync() to intel_sync()
Chris Wilson
2010-03-01
Check that batch buffers are atomic.
Chris Wilson
2010-03-01
conf: Add debugging flush options
Owain G. Ainsworth
2010-03-01
Rename the xv pPriv to adaptor_priv to reflect whose private it is.
Owain G. Ainsworth
2010-03-01
Call pPixmaps plain old pixmaps.
Owain G. Ainsworth
2010-03-01
Rename the xf86 screen private from pScrn to scrn.
Owain G. Ainsworth
2010-03-01
Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.
Owain G. Ainsworth
2010-02-28
Move to kernel coding style.
Eric Anholt
2010-02-28
Remove error state dumping code.
Eric Anholt
2010-02-28
Xv: kill hw double buffering logic
Daniel Vetter
2010-02-28
Xv: use is_planar_fourcc helper some more
Daniel Vetter
2009-08-07
Align tiled pixmap height so we don't address beyond the end of our buffers.
Eric Anholt
2009-06-30
Xv: fix domain usage for binding table on i965+ chips
Zhenyu Wang
2009-06-30
Add XV support on IGDNG
Zhenyu Wang
2009-05-01
Hold reference to video binding table until all rects are painted.
Keith Packard
2009-05-01
3D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three.
Keith Packard
2009-05-01
Don't bother to enable VF statistics during 965 video playback
Keith Packard
2009-04-27
Now that video destination pixmaps are always in BOs, no more MarkSync.
Eric Anholt
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
[next]