xserver/randr
Keith Packard 57e87e0d00 Make pending properties force mode set. And, remove AttachScreen calls.
Yes, two changes in one commit. Sorry 'bout that.

The first change ensures that when pending property values have been
changed, a mode set to the current mode will actually do something, rather
than being identified as a no-op. In addition, the driver no longer needs to
manage the migration of pending to current values, that is handled both
within the xf86 mode setting code (to deal with non-RandR changes) as well
as within the RandR extension itself.

The second change eliminates the two-call Create/AttachScreen stuff that was
done in a failed attempt to create RandR resources before the screen
structures were allocated. Merging these back into the Create function is
cleaner.
2007-03-23 23:41:36 -07:00
..
Makefile.am Limit pointer to valid crtc areas. Add event swapping. Fix change tracking. 2006-11-16 10:03:01 -08:00
mirandr.c Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-23 23:41:36 -07:00
randr.c Clear allocated RandR screen private structure. 2007-03-23 00:57:18 -07:00
randrstr.h Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-23 23:41:36 -07:00
rrcrtc.c Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-23 23:41:36 -07:00
rrdispatch.c Change RandR property datatype to include pending/valid values. 2006-11-21 01:15:26 -08:00
rrinfo.c Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-23 23:41:36 -07:00
rrmode.c Add support for user-defined modelines in RandR. 2007-02-18 23:49:38 -08:00
rroutput.c Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-23 23:41:36 -07:00
rrpointer.c Make Xinearama screen information reflect CRTC rotation. 2007-01-29 23:04:17 -08:00
rrproperty.c Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-23 23:41:36 -07:00
rrscreen.c Add support for user-defined modelines in RandR. 2007-02-18 23:49:38 -08:00
rrsdispatch.c Change RandR property datatype to include pending/valid values. 2006-11-21 01:15:26 -08:00
rrxinerama.c Make Xinearama screen information reflect CRTC rotation. 2007-01-29 23:04:17 -08:00