index
:
xorg-server.git
debian-unstable
xorg7.5+xs1.6
forcked debian package
Julien Viard de Galbert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
modes
/
xf86Crtc.h
Age
Commit message (
Expand
)
Author
2009-09-30
Re-fix DGA removal.
Keith Packard
2009-02-17
Eliminate the shadow clear on transform change
Keith Packard
2009-02-17
Merge branch 'panning-for-server-1.6' into server-1.6-branch
Keith Packard
2008-12-15
Clean up rotation data when crtc is turned off
Keith Packard
2008-12-12
randr: Add monitor option "Panning" for initial panning configuration
Matthias Hopf
2008-12-09
randr: Rename pan() to set_origin(), and xf86CrtcPan() to xf86CrtcSetOrigin()
Matthias Hopf
2008-12-09
randr: Crtc interface update for panning support.
Matthias Hopf
2008-11-24
Allow drivers to set crtc transforms.
Keith Packard
2008-11-24
Handle RandR transform matrices in floating point.
Keith Packard
2008-11-24
Handle filter widths in xf86Rotate
Keith Packard
2008-11-24
[RANDR] Support filters in CRTC transforms.
Keith Packard
2008-11-24
Notify DRI when crtc regions change
Keith Packard
2008-04-29
Keep rotation wrappers in place while transforms are in use
Hong Liu
2008-03-17
Make xf86SetDesiredModes aware of current output configuration
Jesse Barnes
2008-03-12
Return randr interface version in xf86CrtcScreenInit()
Matthias Hopf
2008-03-06
Allow RandR get output property to call into drivers
Jesse Barnes
2008-02-27
xf86Crtc: add higher level modesetting entry point.
Dave Airlie
2007-12-28
Add HDMI and DisplayPort connector types.
Adam Jackson
2007-10-26
Nuke superfluous ",", added missing include for xf86i2c.h.
Matthias Hopf
2007-10-17
Make config file preferred mode override monitor preferred mode.
Keith Packard
2007-08-20
move intel crtc xv clipping helper to the xserver
Alex Deucher
2007-07-26
Include picturestr.h in xf86Crtc.h to pick up definition of PictTransform.
Aaron Plattner
2007-07-14
Add RandR reflection support.
Keith Packard
2007-05-17
Use Screen block handler for rotation to draw under DRI lock.
Keith Packard
2007-04-16
Use default screen monitor for one of the outputs.
Keith Packard
2007-04-02
Move modes/ debugging output under Option "ModeDebug" in the Device section.
Eric Anholt
2007-03-23
Clean up Rotate state on server reset.
Keith Packard
2007-03-15
Don't wedge when rotating more than one CRTC.
Keith Packard
2007-03-15
Create driver-independent CRTC-based cursor layer.
Keith Packard
2007-03-06
Add xf86CrtcScreenInit to share initialization across drivers.
Keith Packard
2007-03-05
Add xf86SetDesiredModes to apply desired modes to crtcs.
Keith Packard
2007-03-05
Move xf86SetSingleMode into X server from intel driver.
Keith Packard
2007-03-05
add a standard connector type and name for us as an output property
Dave Airlie
2007-03-05
modes: add commit/prepare hooks
Dave Airlie
2007-03-02
Add a canGrow argument to xf86InitialConfiguration.
Aaron Plattner
2007-03-02
Add a screen resize hook to xf86CrtcConfigRec.
Aaron Plattner
2007-02-17
Ensure drivers can use new modes header files.
Keith Packard
2007-02-17
Enable startup-time rotation; change rotation pixmap creation API.
Keith Packard
2007-02-15
Report correct RandR 1.0 sizeID. Report correct subpixel order.
Keith Packard
2007-02-15
Merge crtc/output-based mode selection code.
Keith Packard