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
/
xvmc
/
intel_xvmc.c
Age
Commit message (
Expand
)
Author
2011-03-16
xvmc: Stop using uninitialized variable.
Cyril Brulebois
2011-03-16
xvmc: Silence gcc, adding a cast to work around signedness issues.
Cyril Brulebois
2011-03-16
xvmc: Get rid of unused variables.
Cyril Brulebois
2010-05-16
libXvMC: rip out debug stuff
Daniel Vetter
2010-05-16
libXvMC: unify CreateSurface
Daniel Vetter
2010-05-16
libXvMC: derive driver context from struct intel_xvmc_context
Daniel Vetter
2010-05-16
libXvMC: unify DestroySurface
Daniel Vetter
2010-05-16
libXvMC: drop get_surface_status driver callback
Daniel Vetter
2010-05-16
libXvMC: unify PutSurface
Daniel Vetter
2010-05-16
libXvMC: derive driver surfaces from struct intel_xvmc_surface
Daniel Vetter
2010-05-16
XvMC: kill intel_xvmc_command
Daniel Vetter
2010-05-16
XvMC: move i915 specific stuff to common context
Daniel Vetter
2010-05-16
libIntelXvMC: kill ums leftovers
Daniel Vetter
2010-05-16
XVMC: Use XCB DRI2 instead of cargo-culting our own copy of Xlib stuff. (v2)
Eric Anholt
2010-02-28
Move to kernel coding style.
Eric Anholt
2009-06-11
Fix xvmc build
Julien Cristau
2009-05-19
switch XvMC to gem
Li Shao Hua
2009-05-18
DRI2 for XvMC
Xiang Hai hao
2009-03-25
XvMC VLD extension support for G4X
Zou Nan hai
2008-12-19
[965-xvmc] remove the vblank wait code, drm not support mutlple client
Zou Nan hai
2008-12-17
wait vblank before render to fix tearing
Zou Nan hai
2008-12-17
Fix drmOpen for non-linux 965 XvMC
Robert Noland
2008-11-29
Export libIntelXvMC and libI80XvMC symbols.
Paulo Cesar Pereira de Andrade
2008-11-27
Merge branch '965-xvmc'
Zou Nan hai
2008-08-27
[965-xvmc] support field prediction and dct type, optimize in GPU
Zou Nan hai
2008-08-19
Fix from He Shuang(shuang.he@intel.com),
Zou Nan hai
2008-08-19
Fix from He Shuang(shuang.he@intel.com),
Zou Nan hai
2008-06-28
xvmc: environ debug option support
Zhenyu Wang
2008-06-24
965 xvmc, current only frame based DCT_type support
Zou Nan hai
2008-06-16
Fix typo in xvmc block destroy
Shuang He
2008-06-04
xvmc: add render dump function
Zhenyu Wang
2008-06-04
xvmc: move block size lookup helper to generic
Zhenyu Wang
2008-03-26
More compile warning fixes.
Paulo Cesar Pereira de Andrade
2008-03-12
Pass default visual in dri context create
Zhenyu Wang
2008-01-02
xvmc: add context id info in debug/trace
Zhenyu Wang
2007-12-28
xvmc: move drmOpen earlier
Zhenyu Wang
2007-12-25
xvmc: consolidate put surface interfaces
Zhenyu Wang
2007-12-24
xvmc: store XvMCContext pointer instead of context_id in internal ctx list
Zhenyu Wang
2007-12-20
xvmc: handle surface create/destory in generic code
Zhenyu Wang
2007-12-20
xvmc: move dri context handling to generic code
Zhenyu Wang
2007-11-16
xvmc: add xvmc decoder type string
Zhenyu Wang
2007-11-16
xvmc: move some i915 context destroy code to generic function
Zhenyu Wang
2007-11-15
xvmc: intel_xvmc.c cleanups
Zhenyu Wang
2007-11-15
xvmc: move locking code into generic place
Zhenyu Wang
2007-11-15
xvmc: move batch buffer init/fini to intel_batchbuffer.c
Zhenyu Wang
2007-11-14
xvmc: attempt to move batch buffer code out of i915 private
Zhenyu Wang
2007-10-26
try to move some fields to xvmc driver structure
Zhenyu Wang
2007-10-24
fix xvmc return values
Zhenyu Wang
2007-10-23
add missing license header for new files
Zhenyu Wang
2007-10-23
split xvmc user lib chipset drivers
Zhenyu Wang