index
:
~vignatti/xserver
bus-cleanup-take3
client-logging
daniels-fixes-and-cleanup
ephyr-dri2
generation-removal
inputthread
inputthread-commits
lrmi-for-children
master
maxscreenless
options-cleanup
registry-fix
xwayland-1.12
xwm-client
Tiago's playground
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
modes
/
xf86RandR12.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-28
xfree86: warning fix
Adam Jackson
1
-1
/
+1
2011-03-03
Merge remote branch 'whot/for-keith'
Keith Packard
1
-7
/
+29
2011-02-23
Revert "Replace huge argument list in xf86CrtcSetModeTransform with struct"
Keith Packard
1
-18
/
+11
2011-02-23
Revert "randr: Add sprite position transforms"
Keith Packard
1
-23
/
+8
2011-02-23
Revert "randr: Implement RRSetCrtcConfigs"
Keith Packard
1
-1
/
+0
2011-02-23
Revert "hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigs"
Keith Packard
1
-134
/
+28
2011-02-23
Revert "randr: Add per-crtc pixmaps"
Keith Packard
1
-57
/
+4
2011-02-23
Revert "Set sprite transforms from RRSetCrtcConfigs"
Keith Packard
1
-2
/
+2
2011-02-23
Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"
Keith Packard
1
-75
/
+30
2011-02-22
xfree86: replace two inputInfo.pointer uses with device loops.
Peter Hutterer
1
-7
/
+29
2010-12-06
Separate out screen size and screen pixmap sizes in RRScreenSizeSet
Keith Packard
1
-30
/
+75
2010-12-06
Set sprite transforms from RRSetCrtcConfigs
Keith Packard
1
-2
/
+2
2010-12-06
randr: Add per-crtc pixmaps
Keith Packard
1
-4
/
+57
2010-12-06
hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigs
Keith Packard
1
-28
/
+134
2010-12-06
randr: Implement RRSetCrtcConfigs
Keith Packard
1
-0
/
+1
2010-12-06
randr: Add sprite position transforms
Keith Packard
1
-8
/
+23
2010-12-06
Replace huge argument list in xf86CrtcSetModeTransform with struct
Keith Packard
1
-11
/
+18
2010-11-24
xfree86: store the screen's gamma information on init.
Bill Nottingham
1
-0
/
+4
2010-11-24
xfree86: apply gamma settings on EnterVT.
Adam Jackson
1
-0
/
+6
2010-09-28
xfree86: Kill pixmapPrivate with a vengeance (v2)
Chris Wilson
1
-9
/
+0
2010-09-28
modes: Beware the driver switching root pixmaps
Chris Wilson
1
-1
/
+2
2010-09-18
Xserver need not be compatible with old versions of xserver.
Jamey Sharp
1
-36
/
+0
2010-06-15
Clean up RandR12 bits on screen close (bug 27114)
Keith Packard
1
-1
/
+25
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-2
/
+4
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-3
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-19
/
+19
2010-04-27
Remove mibank support
Adam Jackson
1
-1
/
+0
2010-02-25
Allow for missing or disabled compat_output
Keith Packard
1
-5
/
+9
2009-12-16
xfree86: belately init RandR12 if xinerama fails. (#24627)
Peter Hutterer
1
-1
/
+6
2009-09-21
xfree86/modes: Remove all framebuffer support from DGA
Keith Packard
1
-7
/
+1
2009-07-21
randr12: Add compatibility for XF86VidMode gamma ramps.
Michel Dänzer
1
-12
/
+7
2009-05-27
randr: bug #21554 - re-probe outputs when coming back from laptop unsuspend
Federico Mena Quintero
1
-0
/
+26
2009-05-14
randr12: Initialize and keep track of updates to VidMode extension gamma value.
Michel Dänzer
1
-0
/
+2
2009-05-14
randr12: Fix calculation of gamma ramp values.
Michel Dänzer
1
-1
/
+1
2009-04-17
randr: Accept gamma set requests from XF86VidMode clients too
Adam Jackson
1
-0
/
+55
2009-04-15
randr12: looking up these bits if randr isn't initialised is bad.
Dave Airlie
1
-2
/
+4
2009-02-25
Pre-clip panning coordinates to keep crtc within panning region
Keith Packard
1
-21
/
+233
2009-02-04
Fix "warning: unused variable XXX"
Tomas Carnecky
1
-1
/
+0
2009-01-30
Ignore EDID-supplied monitor physical sizes for core screen size
Keith Packard
1
-11
/
+0
2009-01-05
XFree86: Fix build with DGA disabled
Daniel Stone
1
-0
/
+4
2008-12-19
randr/xfree86: Fix a one off error in the panning calculations.
Maarten Maathuis
1
-4
/
+4
2008-12-17
randr: some improvements, fixes and crtc abi bump
Maarten Maathuis
1
-3
/
+6
2008-12-17
randr: Improve per-crtc gamma support.
Maarten Maathuis
1
-2
/
+50
2008-12-11
randr: Update initial screen size if panning information is present
Matthias Hopf
1
-4
/
+17
2008-12-04
randr: Allow panning to be disabled per axis
Matthias Hopf
1
-25
/
+39
2008-12-04
randr: Rework panning area verification
Matthias Hopf
1
-25
/
+73
2008-12-04
randr: Don't change panning parameters if verification fails.
Matthias Hopf
1
-4
/
+19
2008-12-04
randr: Rename pan() to set_origin(), and xf86CrtcPan() to xf86CrtcSetOrigin()
Matthias Hopf
1
-1
/
+1
2008-12-04
randr: Panning support
Matthias Hopf
1
-0
/
+156
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-9
/
+9
[next]