summaryrefslogtreecommitdiff
path: root/src/i830.h
AgeCommit message (Expand)Author
2007-01-25Make rotated shadow buffer allocation dynamic.Eric Anholt
2007-01-18Allocate separate cursor memory per CRTC and rotate cursors appropriately.Eric Anholt
2007-01-17Allocate per-crtc rotation buffers and hook up RandR 1.2 per-CRTC rotation.Eric Anholt
2007-01-16Interim work on rotation support with new xf86 code.Keith Packard
2007-01-08Move EXA function declarations from source to header.Keith Packard
2007-01-06Numerous symbol scope issues.Keith Packard
2007-01-06[PATCH] Add rotation support for 965.Wang Zhenyu
2007-01-06[PATCH] EXA state mem for G965Wang Zhenyu
2007-01-03Add per-CRTC gamma control support for RandR.Eric Anholt
2007-01-02Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.Keith Packard
2006-12-28Remove 8MB/32MB default VideoRam limits.Eric Anholt
2006-12-19Reinitialize DGA mode list whenever we update the global list.Keith Packard
2006-12-13Move xf86CrtcConfig to ScrnInfo private.Keith Packard
2006-12-12Move PrintErrorState and CheckInheritedErrors code to i830_debug.c.Eric Anholt
2006-12-11Move the overlay mode switch status updates to when we enable/disable crtcs.Eric Anholt
2006-12-11Remove remnants of old savedCurrentMode hack. Man, that was gross.Eric Anholt
2006-12-11Remove dead remnants of old clone mode support.Eric Anholt
2006-12-06Merge branch 'modesetting' into nonrandr-setupKeith Packard
2006-12-06Fix LVDS fixed mode code after generic-mode-set.Eric Anholt
2006-12-06Use xf86 structures for default config instead of RandR.Keith Packard
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard
2006-11-30Merge branch 'restructure-outputs-origin' into restructure-outputsKeith Packard
2006-11-30Rename I830 randr functions to xf86 as they are becoming generic.Keith Packard
2006-11-30Merge branch 'exa' of ../xf86-video-intel into modesettingEric 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-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-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-17Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-11-16RandR-based initial output configuration.Keith Packard
2006-11-16Merge branch 'master' into modesettingEric Anholt
2006-11-08Create RandR 1.2 objects in I830PreInit.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-07Eliminate operatingDevices member and PIPE_* values.Keith Packard
2006-11-07Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard
2006-11-04Rename availablePipes to num_pipesKeith Packard
2006-11-04Eliminate operatingDevices member and PIPE_* values.Keith Packard
2006-11-03Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard
2006-11-03Finish removing persistant vbe dataKeith Packard
2006-11-03Use VBE only temporarily to fetch BIOS rom imageKeith Packard
2006-11-03Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-11-03Add support for load-based CRT detection.Eric Anholt
2006-11-03Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.Keith Packard
2006-11-02Remove dead specifiedMonitor field.Eric Anholt
2006-11-01Remove dead VESARec struct.Eric Anholt
2006-11-01Attempt to pull monitor physical size information out of DDC EDID data.Eric Anholt
2006-11-01Move mode lists from per-pipe to per-output.Eric Anholt
2006-10-31Give each output a get_modes function and expose those modes through RandR.Eric Anholt