Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-10 | Merge branch 'master' into xvmc-i915xvmc-i915 | Zhenyu Wang | |
2007-08-10 | disable subpicture initial | Zhenyu Wang | |
until we really implement it, OSD can't work for now. | |||
2007-08-09 | i965: increase composite vertex buffer size and alignment to be safe | Dave Airlie | |
2007-08-09 | i965: fix memcpy of the sf_kernel when a mask is needed | Dave Airlie | |
2007-08-08 | Allow 965 composite acceleration to A8 destinations. | Carl Worth | |
Note that this is a slowdown in text rendering due to the high overhead of our compositing setup, but appears to be correct according to rendercheck. | |||
2007-08-08 | Bug #11593: Remove dead struct vch_bdb_20 which was angering the sun compiler. | Eric Anholt | |
2007-08-08 | check early if we have slot left for new context or surface | Zhenyu Wang | |
2007-08-08 | I missed to remove port attributes wrapper | Zhenyu Wang | |
2007-08-08 | explicit say "unsigned int" | Zhenyu Wang | |
2007-08-08 | remove xvmc attributes | Zhenyu Wang | |
We don't have extra attributes than Xv port. | |||
2007-08-07 | Merge branch 'origin' | Eric Anholt | |
Conflicts: src/i830_exa.c | |||
2007-08-07 | Fix EXA rendering with tiled front buffer on pre-965. | Eric Anholt | |
The 915 and earlier appear to respect the fence registers, while only the 965 requires the per-operation tiling setting and pitch shifting. This will also fix issues with rendering on the 965 involving multiple cliprects, where the pitch would get divided repeatedly. This removes the offset < 4096 fallback, which essentially resulted in no acceleration to tiled buffers, hiding the issues. | |||
2007-08-07 | Fixup pitch in Prepare* functions, since actual hooks may | Jesse Barnes | |
be called many times for the same pixmap, and we don't want to keep dividing the pitch by 4. | |||
2007-08-07 | code cleanups | Zhenyu Wang | |
and put wrap function in driver xvmc priv instead of per xv port priv | |||
2007-08-07 | Define INTEL_VERSION_MAJOR/MINOR/PATCH using PACKAGE_VERSION_* | Brice Goglin | |
2007-08-06 | Remove 4k offset checks from Copy & Solid hooks. | Jesse Barnes | |
Reading the docs too literally can cause you to hide bugs with false fixes... | |||
2007-08-06 | Fix accumulated whitespace nits in i830_exa.c | Eric Anholt | |
2007-08-06 | More tiled rendering fixes: - check for tiling, not just offset in ↵ | Jesse Barnes | |
PrepareSolid - combine pI830->tiling and frontbuffer checks into new exaPixmapTiled function for readability | |||
2007-08-06 | Add the file mode for bios_dumper output so it doesn't have 000 permissions. | Eric Anholt | |
2007-08-06 | Quirk away the nonexistent TV connector on the Panasonic CF-Y4. | Eric Anholt | |
2007-08-03 | Limit Solid & Copy offsets to 4k when rendering to tiled targets | Jesse Barnes | |
2007-08-03 | Merge branch 'master' of ↵ | Jesse Barnes | |
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel | |||
2007-08-03 | Tiled rendering & fbc fixes: | Jesse Barnes | |
- actually enable tiling in DSP(A|B)CNTR if needed - add logic to EXA routines for tiled case (still needs work) - enable/disable fbc on DPMS events (meant moving functions higher in file) - fix fence register pitch programming (use correct pitch instead of kludged value) | |||
2007-07-31 | Legacy backlight changes: | Jesse Barnes | |
- add support for 965GM - make sure legacy enabled systems don't reduce the range of backlight values we can present to the user | |||
2007-07-28 | Update Lenovo TV quirk info | Zhenyu Wang | |
2007-07-27 | Add another Lenovo TV output quirk | Wang Zhenyu | |
From issue report http://lists.freedesktop.org/archives/xorg/2007-July/026644.html | |||
2007-07-27 | Add quirk support | Wang Zhenyu | |
This one trys to use a flag for possible quirks. It adds a quirk for my Lenovo T61 TV output, and ports some origin LVDS quirks to it. | |||
2007-07-23 | only enable xvmc for 915/945/G33 | Xiang, Haihao | |
2007-07-23 | Fix a typo in i915 render | Zhenyu Wang | |
Fence setting is in mapstate actually. This fixes rotation in tiled fb case, thanks Keith to report this. | |||
2007-07-20 | don't initialize XvMC if xv is disabled. | Xiang, Haihao | |
2007-07-20 | Fix device id info for 945GME, 965GME | Zhenyu Wang | |
which do have new host bridge ids | |||
2007-07-20 | lock display when creating context | Xiang, Haihao | |
2007-07-19 | move i830_allocate_xvmc_buffer out of #if/#endif | Xiang, Haihao | |
2007-07-19 | add copyright | Xiang, Haihao | |
2007-07-19 | block some signals within critical section to avoid | Xiang, Haihao | |
dead lock. | |||
2007-07-19 | 1. The pitches for y/u/v surfaces are 1024bytes aligned. | Xiang, Haihao | |
2. clean code | |||
2007-07-19 | 1. clean code | root | |
2. fix an error in map_state | |||
2007-07-19 | a fix for 945G/945GM | root | |
2007-07-19 | 1. using batch buffer | root | |
2. implement macroblock_ipicture instruction 3. 16bit INTRA block | |||
2007-07-19 | fix a bug related to display surface | Xiang, Haihao | |
2007-07-19 | fix some bugs | Xiang, Haihao | |
2007-07-19 | Release resource allocated for surface/subpicture | Xiang, Haihao | |
2007-07-19 | fix some bugs | Xiang, Haihao | |
2007-07-19 | fix some bugs | Xiang, Haihao | |
2007-07-19 | enable XvMC for i915 | Xiang, Haihao | |
2007-07-19 | strip out remainder of drmmm code in driver | Dave Airlie | |
2007-07-17 | intel: don't try and use TTM memory manager with old libdrm interface | Dave Airlie | |
I probably need to release a libdrm with this interface in it now.. | |||
2007-07-13 | Remove hard-coded CRT blanking frobbing for load detection.fbc | Keith Packard | |
CRT blanking needn't be adjusted to perform load detection on 9xx chips, and the 8xx load detection path now adjusts blanking just during load detection. Adjusting the blanking interval turned out to cause many monitors to fail to sync. | |||
2007-07-13 | Ensure pipe/output active before doing load detection. | Keith Packard | |
If the pipe or output have been set to DPMSOff, then load detection will not work correctly. Also, share the load detection configuration code between crt and tv outputs. | |||
2007-07-13 | Eliminate bogus (and harmful) blanking adjustment for load detect. | Keith Packard | |
Instead of always adding blanking to mode lines, use the FORCE_BORDER option on i9xx hardware where it works, and dynamically add a bit of border if necessary on i8xx hardware to make load detection work. This may cause flashing when a usable crtc is not otherwise idle when load detection is requested. |