Age | Commit message (Expand) | Author |
2007-01-27 | Fetch from root window instead of screen pixmap during rotation. | Keith Packard |
2007-01-27 | Paint ARGB cursor data to ARGB cursor memory space in frame buffer. | Keith Packard |
2007-01-27 | Don't zero out mode structure after setting name field. | Krzysztof Halasa |
2007-01-27 | Mark crtc region as damaged when rotation is set. | Keith Packard |
2007-01-27 | Make rotated pixmap size of mode, not rotated mode. Update only damage. | Keith Packard |
2007-01-25 | Make rotated shadow buffer allocation dynamic. | Eric Anholt |
2007-01-25 | Merge branch 'crestline' of /git/xorg/driver/xf86-video-intel into crestline | Nian Wu |
2007-01-25 | Merge branch 'modesetting' of git://proxy01.pd.intel.com:9419/git/xorg/driver... | Nian Wu |
2007-01-25 | Merge branch 'modesetting' of git://proxy01.pd.intel.com:9419/git/xorg/driver... | Nian Wu |
2007-01-24 | Fix a possible failure to misalign video allocation in XAA. | Eric Anholt |
2007-01-24 | Warning fix. | Eric Anholt |
2007-01-23 | ch7xxx: fix output detection as per datasheet, have no DVI to test this. | Dave Airlie |
2007-01-23 | fix building with 7.1 server by hiding stuff inside RANDR_12_INTERFACE | Dave Airlie |
2007-01-22 | Replace the custom SaveScreen function with a generic function calling DPMS. | Eric Anholt |
2007-01-19 | Fix DRI issue when EXA enabled | Wang Zhenyu |
2007-01-18 | Allocate separate cursor memory per CRTC and rotate cursors appropriately. | Eric Anholt |
2007-01-18 | Partially deal with cursor rotation. | Eric Anholt |
2007-01-18 | Fix transformation matrices for rotation at 90 and 270 degrees. | Eric Anholt |
2007-01-18 | Update CRTC values first so they can be used by the driver in mode setting. | Eric Anholt |
2007-01-18 | Disable the clipping for now, since it won't work. | Eric Anholt |
2007-01-18 | Store fixed values, not integers, in the transformation matrix. | Eric Anholt |
2007-01-18 | Merge branch 'modesetting' into modesetting-rotation | Eric Anholt |
2007-01-17 | Fix broken last-minute change in determining whether we're rotated or not. | Eric Anholt |
2007-01-17 | Allocate per-crtc rotation buffers and hook up RandR 1.2 per-CRTC rotation. | Eric Anholt |
2007-01-17 | Fix some segfaults: crtc->rotatedPixmap not set and dangling damage pointer. | Eric Anholt |
2007-01-17 | Set all CRTCs' allowable rotations when xf86RandR12SetRotations() is called. | Eric Anholt |
2007-01-17 | enable all TV modes | Zou Nan hai |
2007-01-16 | Bug #9550: Add a quirk for too-high clock from EDID on the EN-7100e. | Gary Wong |
2007-01-16 | Add a settable backlight property for LVDS. | Eric Anholt |
2007-01-16 | Merge branch 'modesetting' into modesetting-rotation | Keith Packard |
2007-01-16 | Interim work on rotation support with new xf86 code. | Keith Packard |
2007-01-15 | patch to control mergedfb options, bug #9664 | Emilio Scalise |
2007-01-15 | Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures. | Keith Packard |
2007-01-13 | Tweak to bug #9639 | root |
2007-01-13 | Fix bug #9639, i810 XvMC needs linking against libdrm. | Alan Hourihane |
2007-01-11 | EXA: Use PRIM3D_RECTLIST instead of TRIFAN so we don't get diagonal tearing. | Eric Anholt |
2007-01-11 | Restore legacy overlay size limits, due to card hangs at larger sizes. | Eric Anholt |
2007-01-11 | Bug #8845: Unify all our XV ports to 1920x1088 maximum size. | Eric Anholt |
2007-01-11 | Don't limit cachelines to a vertical of 2048, and increase default allocation. | Eric Anholt |
2007-01-11 | Correct x/y/pitch limitations in several cases, and detail them in i830_exa.c. | Eric Anholt |
2007-01-11 | EXA: Wait for sync before we set up new state in our static state buffers. | Eric Anholt |
2007-01-10 | Formalize sync interface | Wang Zhenyu |
2007-01-09 | Bump to 1.7.4 | Alan Hourihane |
2007-01-09 | Fix bug #8536, i915 BIOS fails when restarting Xserver. | Alan Hourihane |
2007-01-08 | Correct typo resulting in a crash with ivch. = != ==. | Eric Anholt |
2007-01-08 | Merge branch 'modesetting' into crestline | Keith Packard |
2007-01-08 | Move EXA function declarations from source to header. | Keith Packard |
2007-01-08 | Merge branch 'modesetting-origin' into modesetting | Keith Packard |
2007-01-07 | Back out rotation changes for RandR 1.2 which won't work. | Keith Packard |
2007-01-07 | Merge branch 'crestline-otc' into crestline | Keith Packard |