summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-04Set version number to 2.0 RC1 (1.9.91).xf86-video-intel-1.9.91Keith Packard
2007-03-04Support new CRTC/Output prepare/commit hooks.Keith Packard
2007-03-04Fix a crash with XAA and DRI disabled after the allocation rework.Eric Anholt
2007-03-04Use -f for ln of server source. Otherwise, changing paths didn't take effect.Eric Anholt
2007-03-04Add a little BIOS dumper program.Eric Anholt
2007-03-04Shadow pixmaps use fixed offset of 0.Keith Packard
2007-03-03Merge branch 'modesetting-origin' into modesettingKeith Packard
2007-03-03Update for Aaron's xserver changes.Keith Packard
2007-03-02Add a WIP UploadToScreen implementation. This almost displays right.Eric Anholt
2007-03-02Move EXA offscreen memory back after framebuffer to avoid fallbacks.Eric Anholt
2007-03-02Fix a crash when an ARGB cursor allocation had failed.Eric Anholt
2007-03-01Actually add the files for reg_dumper.Eric Anholt
2007-02-28Add a non-installed command line tool using libpciaccess to dump registers.Eric Anholt
2007-02-28Many fixes to mode_get, mode_set, clock limits, and register dumps on i855.Eric Anholt
2007-02-27Revert "EXA: enlarge 965 exa state buffer size"Wang Zhenyu
2007-02-27EXA: enlarge 965 exa state buffer sizeWang Zhenyu
2007-02-27Fix typo when assign overlay reg mem pointerWang Zhenyu
2007-02-26Consolidate shared structure allocation to the start of ScreenInit.Eric Anholt
2007-02-26Fix XV issues on 965 after the allocation reworkEric Anholt
2007-02-26Move the initial EnterVT to after we've set up acceleration.Eric Anholt
2007-02-26Bug #9604: Align the sizes of allocations to page increments as well.Eric Anholt
2007-02-26Fix physical memory allocations, including description in log.Eric Anholt
2007-02-26Fix some texture memory allocation issues.Eric Anholt
2007-02-26Fix a crash in startup monitor detect.Eric Anholt
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-20Pre-965 hardware had fixed pipe 1 for panel fitter.Keith Packard
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-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