summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-21Bump to 0.0.3initial-randrMatthias Hopf1-1/+1
2007-11-21Add 'RandR' string to messages where it was missing.Matthias Hopf1-5/+5
2007-11-21Added RROutputOrder option to setup Xinerama screen order.Matthias Hopf3-12/+64
2007-11-20Upload and set cursor images independently of Crtcs being active or not.Matthias Hopf1-5/+6
2007-11-19Merge branch 'master' into initial-randrMatthias Hopf4-108/+370
2007-11-19Don't set CRTC to NULL when disabling shared outputs.Matthias Hopf1-14/+16
2007-11-16Add potential RandR 1.3 output properties.Matthias Hopf1-13/+132
2007-11-16ID: Fix up Macbook pro.Luc Verhaegen1-9/+11
2007-11-16Cleanup.Matthias Hopf1-32/+26
2007-11-16Reordering ScreenInit(). Now closer to original order again. Fixes 16bit.Matthias Hopf1-11/+11
2007-11-15Added Radeon X1250.Matthias Hopf1-0/+1
2007-11-14Nuke include of sys/types.h.Matthias Hopf1-1/+0
2007-11-14Call FrameSet() in AdjustFrame() only in the non-RandR case.Matthias Hopf1-6/+8
2007-11-14Don't shut down outputs that have active connectors attached.Matthias Hopf1-5/+38
2007-11-14TMDSA: create a table for electrical adjustments.Luc Verhaegen2-65/+65
2007-11-14Improved RHDDebugRandrState. Also logs only and does not spit on stderr.Matthias Hopf1-14/+17
2007-11-14Fix missing ModeLayoutSelect() in noRandR case.Matthias Hopf1-0/+7
2007-11-12TMDS B: Add table with macro control values.Luc Verhaegen1-18/+36
2007-11-12LVTMA TMDS: Add initial TMDS support for r5xx.Luc Verhaegen2-37/+278
2007-11-12Add rhd_randr.h to dist tarball.Hans Ulrich Niedermann1-0/+1
2007-11-09Moved header file inclusion (rhdConnectorType needed for rhd_output.h).Matthias Hopf1-1/+1
2007-11-09Merge branch 'master' into initial-randrMatthias Hopf37-238/+675
2007-11-09Move FrameSet() to the correct position.Matthias Hopf1-3/+3
2007-11-09Split up output handling code into standard RandR functions.Matthias Hopf1-88/+116
2007-11-09Monitor is handled by RandR completely transparently.Matthias Hopf1-43/+5
2007-11-09Only set Mode of Output currently processed, not of all Outputs.Matthias Hopf1-1/+1
2007-11-09*Dpms functions may activate / deactivate Crtcs and Outputs.Matthias Hopf1-0/+6
2007-11-09setupCrtc() when called from ModeFixup() should not ASSERT anything.Matthias Hopf1-8/+3
2007-11-09Print out RandR state for debugging purposes.Matthias Hopf1-8/+46
2007-11-05Improve online help in rhd_conntest.Joerg Mayer1-6/+21
2007-11-05Adapt rhd_conntest build descriptionHans Ulrich Niedermann2-4/+6
2007-11-05Do not recursively build rhd_conntest (imake)Hans Ulrich Niedermann1-2/+3
2007-11-05Fix git_version.sh srcdir==builddirHans Ulrich Niedermann1-6/+14
2007-11-05Have conntest build require pci/pci.h and -lzHans Ulrich Niedermann2-0/+14
2007-11-04Add TOC to READMEHans Ulrich Niedermann1-0/+7
2007-11-03Use correct variable for DDC speed setting on R6xx, fix some warnings.Egbert Eich1-2/+13
2007-11-03Commit automatic update to radeonhd.man from rhd_id.cHans Ulrich Niedermann1-1/+1
2007-11-03Remove monitor section advice from "known bugs" sectionHans Ulrich Niedermann1-10/+0
2007-11-03README section on common build problems: missing XORG_* macrosHans Ulrich Niedermann1-0/+26
2007-11-03Preselect both product AND component in bugzilla URLsHans Ulrich Niedermann3-7/+5
2007-11-02Log git commit if source tree is git checkoutHans Ulrich Niedermann9-29/+231
2007-11-02Add Luc Verhaegen's git_version.sh from xf86-video-unichromeHans Ulrich Niedermann2-1/+63
2007-11-02Cover all build aspects with imake+automakeHans Ulrich Niedermann12-23/+41
2007-11-02Do NOT update virtualX/Y via rhdRRXF86CrtcResize callback.Matthias Hopf1-0/+9
2007-11-02Cleaned up comments.Matthias Hopf1-51/+20
2007-11-02Disable monitor handling in ModeSet for now.Matthias Hopf1-4/+8
2007-11-02RandR may give us a mode without a name - work around that.Matthias Hopf1-2/+15
2007-11-02Don't include crtcs in check during mode_valid, only in fixup.Matthias Hopf1-14/+17
2007-11-02Add missing stdio.h.Matthias Hopf1-0/+1
2007-11-02Make compilation w/o RandR 1.2 support possible.Matthias Hopf1-6/+41