summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-20Add support for triple buffering using a third static buffer.Michel Dänzer
2007-02-20Don't mark page flipping as active when it really isn't.Michel Dänzer
2007-02-20Document Option "PageFlip".Michel Dänzer
2007-02-14Use new DRI ClipNotify hook to track page flipping per CRTC when available.Michel Dänzer
2007-02-14Revive i830 page flipping support.Michel Dänzer
2007-02-14Update SAREA pipe fields in i830PipeSetBase.Michel Dänzer
2007-02-14If the DRM can handle it, enable vertical blank interrupts for both pipes.Michel Dänzer
2007-02-13Switch the RECTLIST vertex order to (x2, y2), (x1, y2), (x1, y1).Eric Anholt
2007-02-13Bug #9941: ViewSonic VX2025wm sync polarity quirk to fix mode distortion.Eric Anholt
2007-02-13Fix double free in the case of LVDS disabled through quirks.Eric Anholt
2007-02-13Merge branch 'modesetting-origin' into modesettingEric Anholt
2007-02-13Attempt to detect panel fixed mode from EDID or current programmed mode.Eric Anholt
2007-02-13Remove dead #if 0-ed structure.Eric Anholt
2007-02-09Fix comments on 965 pitch alignment restrictions.Eric Anholt
2007-02-09add missing files to fix distcheckDaniel Stone
2007-02-09 TV EnableZou Nan hai
2007-02-08EXA: i965 pixmap pitch alignWang Zhenyu
2007-02-07EXA: fix render issue with i965Wang Zhenyu
2007-02-02Add subpixel offsets to fix accelerated rotated rendering on i915.Eric Anholt
2007-02-02Fix bad offsets in "right" rotation of the CRTC in cursor and update handling.Eric Anholt
2007-02-01Rename driver from i810 to intel. Permit old name for compatibility.modesetting-rotationKeith Packard
2007-02-01Merge branch 'modesetting-origin' into modesettingKeith Packard
2007-02-01Add "Ignore" option to per-output monitor, removes output from server.Keith Packard
2007-02-01Check for rotation change in xf86RandR12CrtcSet.Keith Packard
2007-02-01Improve register debugging output.Eric Anholt
2007-02-01Remove some more dead options.Eric Anholt
2007-02-01Bug #9819: Add two headers that are apparently necessary on older X Servers.Eric Anholt
2007-01-31Sync before overwriting Render acceleration state on the 965.Eric Anholt
2007-01-31Fix copy-and-paste-o in the render code cleanup that broke XAA.Eric Anholt
2007-01-31Naming and formatting cleanup in Render acceleration code.Eric Anholt
2007-01-31Move the render code to non-EXA-specific filenames.Eric Anholt
2007-01-31Remove custom accelerated rotation code now that it's all done through Render.Eric Anholt
2007-01-31Add an accelerated path for rotation Render operations in XAA.Eric Anholt
2007-01-30Fix accelerated Render transformations.Eric Anholt
2007-01-30Simplify EXA acceleration transform handling.Eric Anholt
2007-01-29Merge branch 'modesetting-rotation' into modesettingKeith Packard
2007-01-29Restore a few important lines from 89ace3e81fe72075b1709b073c05532f13b7f0d1Eric Anholt
2007-01-29Remove dead code to undo the damage of xf86SetModeCrtc() blank limiting.Eric Anholt
2007-01-29Bug #9680: Remove bogus blank length limiting in xf86SetModeCrtc().Eric Anholt
2007-01-29ch7xxx: actually power up the chip around connection detectionDave Airlie
2007-01-27Fetch from root window instead of screen pixmap during rotation.Keith Packard
2007-01-27Paint ARGB cursor data to ARGB cursor memory space in frame buffer.Keith Packard
2007-01-27Don't zero out mode structure after setting name field.Krzysztof Halasa
2007-01-27Mark crtc region as damaged when rotation is set.Keith Packard
2007-01-27Make rotated pixmap size of mode, not rotated mode. Update only damage.Keith Packard
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-23ch7xxx: fix output detection as per datasheet, have no DVI to test this.Dave Airlie
2007-01-23fix building with 7.1 server by hiding stuff inside RANDR_12_INTERFACEDave Airlie