summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-01-25Make rotated shadow buffer allocation dynamic.Eric Anholt
2007-01-24Fix a possible failure to misalign video allocation in XAA.Eric Anholt
2007-01-24Warning fix.Eric Anholt
2007-01-18Allocate separate cursor memory per CRTC and rotate cursors appropriately.Eric Anholt
2007-01-18Partially deal with cursor rotation.Eric Anholt
2007-01-18Fix transformation matrices for rotation at 90 and 270 degrees.Eric Anholt
2007-01-18Update CRTC values first so they can be used by the driver in mode setting.Eric Anholt
2007-01-18Disable the clipping for now, since it won't work.Eric Anholt
2007-01-18Store fixed values, not integers, in the transformation matrix.Eric Anholt
2007-01-18Merge branch 'modesetting' into modesetting-rotationEric Anholt
2007-01-17Fix broken last-minute change in determining whether we're rotated or not.Eric Anholt
2007-01-17Allocate per-crtc rotation buffers and hook up RandR 1.2 per-CRTC rotation.Eric Anholt
2007-01-17Fix some segfaults: crtc->rotatedPixmap not set and dangling damage pointer.Eric Anholt
2007-01-17Set all CRTCs' allowable rotations when xf86RandR12SetRotations() is called.Eric Anholt
2007-01-16Bug #9550: Add a quirk for too-high clock from EDID on the EN-7100e.Gary Wong
2007-01-16Add a settable backlight property for LVDS.Eric Anholt
2007-01-16Merge branch 'modesetting' into modesetting-rotationKeith Packard
2007-01-16Interim work on rotation support with new xf86 code.Keith Packard
2007-01-15Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.Keith Packard
2007-01-11EXA: Use PRIM3D_RECTLIST instead of TRIFAN so we don't get diagonal tearing.Eric Anholt
2007-01-11Restore legacy overlay size limits, due to card hangs at larger sizes.Eric Anholt
2007-01-11Bug #8845: Unify all our XV ports to 1920x1088 maximum size.Eric Anholt
2007-01-11Don't limit cachelines to a vertical of 2048, and increase default allocation.Eric Anholt
2007-01-11Correct x/y/pitch limitations in several cases, and detail them in i830_exa.c.Eric Anholt
2007-01-11EXA: Wait for sync before we set up new state in our static state buffers.Eric Anholt
2007-01-10Formalize sync interfaceWang Zhenyu
2007-01-08Correct typo resulting in a crash with ivch. = != ==.Eric Anholt
2007-01-08Move EXA function declarations from source to header.Keith Packard
2007-01-08Merge branch 'modesetting-origin' into modesettingKeith Packard
2007-01-07minor fix on last exa mem binding commitWang Zhenyu
2007-01-06Numerous symbol scope issues.Keith Packard
2007-01-06Merge branch 'modesetting-origin' into modesettingWang Zhenyu
2007-01-06support NTSC 480i M-J, PAL 576i for 640x480-1280x1024 sizesZou Nan hai
2007-01-06[PATCH] Add rotation support for 965.Wang Zhenyu
2007-01-06[PATCH] Replace broken PCI resource size detection with pciGetBaseSize() call.Eric Anholt
2007-01-06[PATCH] Fix EXA mem bindingWang Zhenyu
2007-01-06[PATCH] fix Makefile.amWang Zhenyu
2007-01-06[PATCH] Formats fixesWang Zhenyu
2007-01-06[PATCH] set correct default border colorWang Zhenyu
2007-01-06[PATCH] fix typo in ps kernelWang Zhenyu
2007-01-06[PATCH] shut up warningWang Zhenyu
2007-01-06[PATCH] fix alpha blending stateWang Zhenyu
2007-01-06[PATCH] Add in sf/wm program for mask picture without CAWang Zhenyu
2007-01-06[PATCH] misc cleanup for G965 vs/sf/wm statesWang Zhenyu
2007-01-06[PATCH] WM kernel needs scratch spaceWang Zhenyu
2007-01-06[PATCH] Setup default border color for our samplersWang Zhenyu
2007-01-06[PATCH] fix vertex buffer sizeWang Zhenyu
2007-01-06[PATCH] clean up issue cmd to ring bufferWang Zhenyu
2007-01-06[PATCH] remove wrong scale_unitsWang Zhenyu
2007-01-06[PATCH] Rename exa sf/wm program filesWang Zhenyu