summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-26 for merge with external treeZou Nan hai
2007-02-26 fix conflict with external branchZou Nan hai
2007-02-23Always allocate logical_context, since we use it in emitting invariants.Eric Anholt
2007-02-23Improve logging of memory allocation passes, and clean the code up a bit.Eric Anholt
2007-02-23Move memory allocation to ScreenInit rather than PreInit.Eric Anholt
2007-02-23Fix fence allocations on 965.Eric Anholt
2007-02-23Rework the video memory allocation.Eric Anholt
2007-02-22Reformat to 4-space indents, no trailing whitespace, and 80 columns.Eric Anholt
2007-02-22Remove copied X server headers from driver.Keith Packard
2007-02-22Disable unused functions after configuring the remaining resources.Keith Packard
2007-02-22I830DRISwapContext: Some cleanups.Michel Dänzer
2007-02-22Do not sync DRI windows between pages when possible.Michel Dänzer
2007-02-20Pre-965 hardware had fixed pipe 1 for panel fitter.Keith Packard
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-17Make distcheck fixes. Distribute all sources needed even for older servers.Keith Packard
2007-02-16Check for presence of xf86Modes.h file.Keith Packard
2007-02-16Remove common code that has moved to xserver/hw/xfree86/modesKeith Packard
2007-02-16Change rotation pixmap creation API to permit start-time rotation.Keith Packard
2007-02-15Enable mode setting function renames from shared code.Keith Packard
2007-02-15Use server sources for crtc/output generic code.Keith Packard
2007-02-15Print the correct meaning of bit 30 of pipeconf for 965 in debug output.Eric Anholt
2007-02-15Detect core clock frequencies, to avoid double-wide mode when possible.Eric Anholt
2007-02-15EXA: fix i965 default color (0,0,0,1.0) -> (0,0,0,0)Wang Zhenyu
2007-02-15EXA: mask componentAlpha supportWang Zhenyu
2007-02-14Global namespace cleanups, filename fixes.Keith Packard
2007-02-14Create driver-independent DGA hooks, remove i830 DGA code.Keith Packard
2007-02-14WIP DGA generic support.root
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-09 set DPLL before detectZou Nan hai
2007-02-08EXA: i965 pixmap pitch alignWang Zhenyu
2007-02-07EXA: fix render issue with i965Wang Zhenyu
2007-02-07 Make TV code same with external tree.Zou Nan hai
2007-02-05Fix hang when TV is not connect.Zou Nanhai
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.Keith Packard
2007-02-01Merge branch 'modesetting-origin' into modesettingKeith Packard