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
/
i830_video.c
Age
Commit message (
Expand
)
Author
2009-06-03
Replace some pixmap-related idioms with inline functions to do so.
Eric Anholt
2009-06-02
Sync DRI2 CopyRegion to vertical retrace
Jesse Barnes
2009-05-26
Fix backwards logic on whether to sync to vblank or not.
Eric Anholt
2009-05-18
Only sync XV to vblank when drawing to the frontbuffer.
Eric Anholt
2009-05-14
If DRM can't figure out which pipe to sync on, then don't sync at all.
Keith Packard
2009-05-14
Use libdrm to lookup pipe for tear-free sync of XV
Carl Worth
2009-04-28
Remove a handful of pointless comments
Kristian Høgsberg
2009-04-27
Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.
Eric Anholt
2009-04-27
Remove EXA support.
Eric Anholt
2009-04-27
Remove XAA support.
Eric Anholt
2009-04-21
Remember allocated offscreenImages memory for freeing it in CloseScreen()
Zdenek Kabelac
2009-04-21
Fix crash with XV with large virtual display
Albert Damen
2009-04-07
Don't clip video to CRTC in the case of textured video
Carl Worth
2009-04-06
Fix new video sync-to-blank code for multi-head
Carl Worth
2009-04-06
Remove support for 'auto'(-1) value of XV_SYNC_TO_VBLANK
Carl Worth
2009-04-06
Use WAIT_FOR_SCAN_LINE instead of WAIT_FOR_VBLANK
Carl Worth
2009-03-20
Fix VT switch with XV overlay video enabled.
Kalev Lember
2009-03-13
Fix Xv crash with overlay video.
Kalev Lember
2009-03-06
unused variable warning fix.
Eric Anholt
2009-03-06
Use REGION_EQUAL in place of a local implementation.
Eric Anholt
2009-03-06
nuke unused define.
Eric Anholt
2009-03-06
intel: Nuke shared-entity support (zaphod mode).
Eric Anholt
2009-03-06
Xv: free tearing on textured video
Xiang, Haihao
2009-02-25
XvMC: fix broken xvmc on 965
Xiang, Haihao
2009-02-24
Remove a handful of unused variable warnings.
Kristian Høgsberg
2009-02-20
Access the Xv buffer through the GTT for the non-KMS case.
Kristian Høgsberg
2009-02-20
Dont allocate overlay registers in KMS mode.
Kristian Høgsberg
2009-02-18
Make Xv used a buffer object instead of i830_memory.
Kristian Høgsberg
2009-01-06
Make i830_allocate_memory take tiling parameters.
Keith Packard
2008-12-04
Remove the extra memory allocation for 965 video state now that it's all in BOs.
Eric Anholt
2008-11-27
Merge branch '965-xvmc'
Zou Nan hai
2008-11-05
Add an option to make the overlay be the first XV adaptor.
Maxim Levitsky
2008-09-29
Use uintptr_t instead of uint64_t to hold pointer value
Keith Packard
2008-09-18
Bug #17277: fix upscaling limit
David Schleef
2008-08-11
[i965-xvmc] bypass copy when put image with xvmc
root
2008-08-08
Initial port of kernel modesetting from old intel-kernelmode branch
Jesse Barnes
2008-08-05
Add UXA - the unified memory acceleration architecture.
Keith Packard
2008-06-28
xvmc: Don't copy on xvmc surface in PutImage
Zhenyu Wang
2008-06-17
Add support for Intel 4 series chipsets.
Zhenyu Wang
2008-04-23
Overlay video doesn't require that the target pixmap be in video memory.
Keith Packard
2008-04-13
Only use FOURCC_XVMC when INTEL_XVMC is defined
Keith Packard
2008-04-13
Skip copying on FOURCC_XVMC surfaces
Keith Packard
2008-04-10
Single memcpy when pitches align on planar image transfer
Keith Packard
2008-04-10
Add planer video decode kernel
Keith Packard
2008-04-08
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
[next]