Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-27 | i810: Remove an effectively unused variable (only used in an incorrect free()) | Roland Test-tools Bär | |
Bug #15401. (cherry picked from commit 0597d94001afe0a9a34104285ce4dffc75b68071) (cherry picked from commit 696f9783cc0e269ac8c5c65d8889f22524b5c5e4) | |||
2008-06-18 | New upstream release | Brice Goglin | |
2008-06-18 | Merge tag 'xf86-video-intel-2.3.2' into debian-unstable | Brice Goglin | |
2008-06-12 | xvmc: a little cleanup | Zhenyu Wang | |
Also safe check context size to not exceed surface max. | |||
2008-06-12 | xvmc: remove unused dri drawable | Zhenyu Wang | |
(cherry picked from commit 96955003557686469c7ae9f7d42620d2851e6fad) | |||
2008-05-26 | Fix typo in xvmc block destroy | Shuang He | |
2008-05-12 | New upstream release | Brice Goglin | |
2008-05-12 | Merge tag 'xf86-video-intel-2.3.1' into debian-unstable | Brice Goglin | |
2008-05-07 | Only check xvmc lib when xvmc is enabled. | Zhenyu Wang | |
Don't check xvmc lib if user has already wanted to disable it. Fix fdo bug #15762. (cherry picked from commit c81a4687fca80bf7367d7f0e9a00a6a09737c5bb) | |||
2008-03-31 | New upstream release candidate | Brice Goglin | |
2008-03-31 | Merge tag 'xf86-video-intel-2.2.99.902' into debian-experimental | Brice Goglin | |
2008-03-26 | More compile warning fixes. | Paulo Cesar Pereira de Andrade | |
o Check for RANDR_GET_CRTC_INTERFACE before defining functions that are used only if it is defined. o Declare a variable before code, and rename it from ret to xvmc_status to better describe it. o if 0 some static functions not used. o Don't declare some unused variables. o Declare as static some functions that are used only in the file defining it. o Add a default/fallback return True to the Bool function src/xvmc/intel_batchbuffer.c:intelInitBatchBuffer(). o Ansify src/xvmc/xf86dri.c. o Add missing prototype to src/xvmc/xf86dri.h and follow pattern of other headers by adding "extern" before function prototype. (cherry picked from commit c13efdd3d6d3846078766814b57306a7519bce18) | |||
2008-03-21 | New upstream release candidate | Brice Goglin | |
2008-03-21 | Merge tag 'xf86-video-intel-2.2.99.901' into debian-experimental | Brice Goglin | |
Conflicts: configure.ac src/common.h src/i830.h src/i830_debug.c src/i830_quirks.c src/i830_video.c | |||
2008-03-21 | xvmc: fix distcheck | Zhenyu Wang | |
Add i915 headers in Makefile.am | |||
2008-03-13 | nuke unneed error_base and event_base | Zhenyu Wang | |
2008-03-13 | remove unused init/fini hooks for xvmc driver | Zhenyu Wang | |
2008-03-12 | Pass default visual in dri context create | Zhenyu Wang | |
2008-02-05 | * New upstream stable branch release candidate. Fixes the following bugs: | David Nusinow | |
+ server leaves pipe disabled at shutdown / vt switch ; closes: #453374 + [855GM] need to use BIOS for mode information ; closes: #437066 + Intel 2.2 crashes if playing a video then switching to another desktop; closes: #452372 + [G33] 2.2.0 locks up X with error "First SDVO output reported failure to sync" ; closes: #451917 | |||
2008-01-02 | xvmc: add context id info in debug/trace | Zhenyu Wang | |
2007-12-28 | xvmc: move drmOpen earlier | Zhenyu Wang | |
remove wrong comments | |||
2007-12-25 | xvmc: consolidate put surface interfaces | Zhenyu Wang | |
Make surface list track like context list, and move generic PutSurface code out of i915. So MC driver just needs to fill specific the command params, and we can get one single type of intel xvmc command to issue, ddx driver's put_image_size got removed. Fix last commit with missing XvMCContext assignment. Fix priv_data free with apropriate X11 XFree. | |||
2007-12-24 | xvmc: store XvMCContext pointer instead of context_id in internal ctx list | Zhenyu Wang | |
2007-12-20 | xvmc: add disable xvmc build support | Zhenyu Wang | |
Move xvmc source files under XVMC config | |||
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 | |
Use XvMCContext's context_id for dri context handling instead of driver private id. Remove unnecessary field for i915 private structs. | |||
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-16 | xvmc: clean batch buffer finish | Zhenyu Wang | |
2007-11-16 | xvmc: remove i915 drm map type | Zhenyu Wang | |
2007-11-16 | xvmc: more i915 xvmc cleanups | Zhenyu Wang | |
2007-11-15 | xvmc: intel_xvmc.c cleanups | Zhenyu Wang | |
2007-11-15 | xvmc: remove unused SAREAPTR macro | Zhenyu Wang | |
2007-11-15 | xvmc: i915 rename files | Zhenyu Wang | |
2007-11-15 | xvmc: move locking code into generic place | Zhenyu Wang | |
2007-11-15 | xvmc: oops, should first map batch buffer before init | 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-11-10 | Merge tag 'xf86-video-intel-2.1.99' into debian-experimental | Julien Cristau | |
Conflicts: configure.ac src/i830.h src/i830_display.c src/i830_lvds.c src/i830_memory.c src/i830_quirks.c src/i830_tv.c | |||
2007-10-26 | Fix DRI context creation for XvMC | Zhenyu Wang | |
2007-10-26 | try to move some fields to xvmc driver structure | Zhenyu Wang | |
Still a lot of things to move include batch buffer, lock, context, surface resource handling, etc. | |||
2007-10-24 | fix xvmc return values | Zhenyu Wang | |
Use values defined by xvmc lib spec | |||
2007-10-23 | add missing license header for new files | Zhenyu Wang | |
2007-10-23 | split xvmc user lib chipset drivers | Zhenyu Wang | |
2007-10-08 | move some definition out of i915 specific header | Zhenyu Wang | |
2007-09-26 | clean up err report | Zhenyu Wang | |
Still need to clean up return value for XvMC API | |||
2007-09-19 | Merge branch 'master' into xvmc-i915 | Zhenyu Wang | |
Conflicts: src/i830.h src/i830_memory.c | |||
2007-08-28 | Limit TV formats to those supported by current connection | Keith Packard | |
2007-08-18 | Generate PCI ID's without the leading 0x. Autoreconf to deal with it. | David Nusinow | |
2007-08-18 | Add previous patch to the series (wtf quilt?) and autoreconf | David Nusinow | |