index
:
driver/xf86-video-intel
2.10
2.4
2.9.1-oga
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
bleeding_edge-oga
dri2
exa
exa-i965
fbc
glucose
i810_texman_0_1_branch
i830-pageflip
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
lukas-resume
master
mergedfb
modesetting
modesetting-airlied
modesetting-keithp
modesetting-keithp-fu
modesetting-multihead
modesetting-rotation
modesetting-sdvo-stuffing
nonrandr-setup
obsd
obsd-2.7
obsd-2.8
obsd-xf86-video-intel-2.4.3
randr-1.2-rotation
restructure-outputs
sandybridge
sco_port_update
textured-video
xf86-video-i810-1_5-branch
xf86-video-intel-2.1-branch
xf86-video-intel-2.5-branch
xorg-7.0-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
xvmc-i915
Intel video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i830_randr.c
Age
Commit message (
Expand
)
Author
2006-11-30
Oops. Don't try to use xf86RandR names, use xf86RandR12 instead.
restructure-outputs
Keith Packard
2006-11-30
Rename I830 randr functions to xf86 as they are becoming generic.
Keith Packard
2006-11-27
Move crtc/output config to sub-structure.
Keith Packard
2006-11-26
Clean up reworked data structure code so the server actually starts.
Keith Packard
2006-11-26
Start output/crtc restructuring work. It compiles.
Keith Packard
2006-11-22
Set up maximum screen size for clone instead of panorama.
Keith Packard
2006-11-20
Set configured values for screen virtual size and initial frame.
Keith Packard
2006-11-16
Don't dereference null DisplayModePtr on disabled output.
Keith Packard
2006-11-16
RandR-based initial output configuration.
Keith Packard
2006-11-16
Remove output options. Let outputs be connected to other crtcs.
Keith Packard
2006-11-08
Create RandR 1.2 objects in I830PreInit.
Keith Packard
2006-11-08
Adapt to RandR updates that split object creation from screen association.
Keith Packard
2006-11-08
Merge branch 'modesetting-keithp' into modesetting
Keith Packard
2006-11-08
Change the output and pipe "is it on/off" field name to "enabled".
Eric Anholt
2006-11-07
Eliminate operatingDevices member and PIPE_* values.
Keith Packard
2006-11-07
Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhere
Keith Packard
2006-11-04
Rename availablePipes to num_pipes
Keith Packard
2006-11-04
Eliminate operatingDevices member and PIPE_* values.
Keith Packard
2006-11-03
Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhere
Keith Packard
2006-11-03
Oops, martian memset of randr modes pointer
Keith Packard
2006-11-03
Merge branch 'modesetting-origin' into modesetting
Eric Anholt
2006-11-03
Add support for load-based CRT detection.
Eric Anholt
2006-11-03
Don't memset the modes pointer on init, which was dereferencing NULL.
Eric Anholt
2006-11-03
Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.
Keith Packard
2006-11-01
Attempt to pull monitor physical size information out of DDC EDID data.
Eric Anholt
2006-11-01
Move mode lists from per-pipe to per-output.
Eric Anholt
2006-11-01
Update for the move of RandR phyiscal size information.
Eric Anholt
2006-10-31
Give each output a get_modes function and expose those modes through RandR.
Eric Anholt
2006-10-31
Connect output detection up to RandR.
Eric Anholt
2006-10-30
Clean up whitespace in i830_randr.c.
Eric Anholt
2006-10-05
Fix DPI at startup in RandR 1.2 code.
Keith Packard
2006-10-04
Remove mode origins, add preferred mode count.
Keith Packard
2006-10-04
Add mode origins for randr
Keith Packard
2006-10-03
Always register list of modes for outputs, even when disabled.
Keith Packard
2006-09-23
Oops, duplicated CRT-redetect code.
Keith Packard
2006-09-23
Construct default monitor description for hotplug non-DDC monitor.
Keith Packard
2006-09-21
Make planeEnabled track pipes controlled by randr.
Keith Packard
2006-09-20
Update driver for RandR 1.2 X server API.
Keith Packard
2006-06-27
Fix randr current mode reporting and mode loss/mis-configuration on re-randr.
Eric Anholt
2006-06-23
WIP to allow re-probing and validation of modes for new heads at "xrandr" time.
Eric Anholt
2006-04-06
Enable -Wall on GCC, and do a cleanup of existing warnings.
Eric Anholt
2006-01-24
Bump version to 1.5.0.0
Alan Hourihane