summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-11-29fix vertex buffer sizeWang Zhenyu
2006-11-29clean up issue cmd to ring bufferWang Zhenyu
2006-11-29remove wrong scale_unitsWang Zhenyu
2006-11-29Rename exa sf/wm program filesWang Zhenyu
2006-11-29EXA state mem for G965Wang Zhenyu
2006-11-28Conditionally compile old-server compatibility code in.Eric Anholt
2006-11-28sparse cleanups (use NULL instead of 0 for pointers)Eric Anholt
2006-11-28Remove printing of the XFree86 screen mode list, and some other detritus.Eric Anholt
2006-11-28Replace custom DDC mode list code with a copy of the X Server's.Eric Anholt
2006-11-27Driver-independent code tracks num_crtc itself, don't do it in driver.Keith Packard
2006-11-27Move #include "randrstr.h" from i830.h to i830_xf86Crtc.hKeith Packard
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-27Postpone SDVO DDC bus creation until we've detected the SDVO device.Eric Anholt
2006-11-27Reduce the severity of many informational log messages.Eric Anholt
2006-11-27Re-indent ch7xxx driver.Eric Anholt
2006-11-26Remove mode setting from load detect CRTC allocation.Keith Packard
2006-11-26Clean up reworked data structure code so the server actually starts.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-22Remove custom configuration code (which was #ifdef'd out).Keith Packard
2006-11-22Note which pipe has failed to be configured for VBlank interruptKeith Packard
2006-11-22Set up maximum screen size for clone instead of panorama.Keith Packard
2006-11-22Limit DRI use to cases when pitch < 8Kbytes, not 4096 pixels.Keith Packard
2006-11-22Be a little more verbose when rejecting modes.Alan Hourihane
2006-11-22update port attributes immediately when overlay is on.Alan Hourihane
2006-11-20Set configured values for screen virtual size and initial frame.Keith Packard
2006-11-20Enable second SDVO channel.Keith Packard
2006-11-19Enable TV output on Crestline (untested).Eric Anholt
2006-11-19Merge branch 'modesetting-origin' into crestlineEric Anholt
2006-11-19Fix TV color key.Keith Packard
2006-11-19Preliminary 945 TV output. Color key is broken. Fixed mode.Keith Packard
2006-11-17Merge branch 'crestline-origin' into crestlineEric Anholt
2006-11-17Merge branch 'modesetting' into crestlineEric Anholt
2006-11-17Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-11-16Don't dereference null DisplayModePtr on disabled output.Keith Packard
2006-11-17Rotation support for 965GMWang Zhenyu
2006-11-16RandR-based initial output configuration.Keith Packard
2006-11-16Merge branch 'master' into modesettingEric Anholt
2006-11-16Replace broken PCI resource size detection with pciGetBaseSize() call.Eric Anholt
2006-11-16Remove output options. Let outputs be connected to other crtcs.Keith Packard
2006-11-16Inverted boolean sense when selecting pipe for CRT detection.Keith Packard
2006-11-15Enable the LVDS if we find it and assign it to a pipe (oops).Eric Anholt
2006-11-14Disable setup of the second SDVO device until we fix it.Eric Anholt
2006-11-10Fix clock range for single-channel LVDS.Eric Anholt
2006-11-10Fill in some of the high bits of mode timings for SDVO.Eric Anholt
2006-11-09Expose the DDC-probed EDID data as the EDID_DATA output property.Eric Anholt
2006-11-08Create RandR 1.2 objects in I830PreInit.Keith Packard
2006-11-08Adapt to RandR updates that split object creation from screen association.Keith Packard
2006-11-08Merge branch 'modesetting-keithp' into modesettingKeith Packard
2006-11-08Change the output and pipe "is it on/off" field name to "enabled".Eric Anholt
2006-11-08Clean up i830_crt_detect_load() a bit more.Eric Anholt