summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-04Add "Border" and "BorderDimensions" propertiesHEADmasterAaron Plattner2-5/+88
Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
2011-08-02Be more specific about property typesAaron Plattner1-8/+24
RandR output properties are X properties, which have a type atom, a "format" (i.e. an element size) and a number of items. Be explicit about these fields when describing properties in the protocol document. E.g., instead of specifying "int32 [2 * n] / Atom pairs," say "Type: INTEGER / Format: 32 / Num. items: 2*n." Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-05-19Remove nonsense paragraph about dual-link DVIAdam Jackson1-5/+0
I've never heard of any hardware that behaves so. Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-02-16Make SetCrtcConfigs take flags bits to allow partial configuration changesKeith Packard3-32/+92
Instead of requiring a complete new configuration to be computed, allow the client to send a partial configuration with only the changed values included. This simplifies clients so that they need not change things they don't understand. This also removes the 'CurrentScanoutPixmap' hack as that is no longer necessary. Signed-off-by: Keith Packard <keithp@keithp.com>
2011-01-06Add missing Red Hat copyright notice to COPYINGAlan Coopersmith1-0/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-12-06Define new semantics for scanout pixmap destruction.Keith Packard1-0/+6
This is not yet implemented in the X server... Signed-off-by: Keith Packard <keithp@keithp.com>
2010-12-06Fix spelling errors, add description of SCANOUTPIXMAPINFO fields.Keith Packard2-4/+20
Review results from Aaron Plattner. Signed-off-by: Keith Packard <keithp@keithp.com>
2010-12-06Add some informative text about the reasons for the PCP and ST bitsKeith Packard1-0/+32
Signed-off-by: Keith Packard <keithp@keithp.com>
2010-12-06RandR version 1.4 additionsKeith Packard4-4/+278
This adds the specification and protocol header definitions for the RandR 1.4 protocol changes, including * Per crtc pixmaps and pixmap origins * Sprite position and image transforms * SetCrtcConfigs request Signed-off-by: Keith Packard <keithp@keithp.com>
2010-12-06Whitespace cleanups in randrproto.txtKeith Packard1-39/+39
This just eliminates some ugly space/tab combos Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Cyril Brulebois <kibi@debian.org>
2010-10-29randrproto 1.3.2randrproto-1.3.2Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-03-28config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+0
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-17Use $(docdir) for randrproto.txt install pathRémi Cardona2-4/+3
Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2009-11-22Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-16README: file created or updated #24206Gaetan Nadon1-0/+30
Contains a set of URLs to freedesktop.org.
2009-11-15Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-3/+0
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-11-15Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon1-2/+5
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target
2009-11-15configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-4/+2
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-11-15configure.ac: AM_MAINTAINER_MODE missing #24238Gaetan Nadon1-2/+1
This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
2009-11-15.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-8/+72
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
2009-10-05New properties claimed to be in version 1.4 instead of 1.3.1randrproto-1.3.1Keith Packard1-1/+1
Signed-off-by: Keith Packard <keithp@keithp.com>
2009-10-05Bump version to 1.3.1Keith Packard2-3/+3
Signed-off-by: Keith Packard <keithp@keithp.com>
2009-10-05Add XORG_DEFAULT_OPTIONS invocation in configure.acKeith Packard1-3/+7
This should be included in all xorg configure.ac files to provide a hook for setting various default values. Signed-off-by: Keith Packard <keithp@keithp.com>
2009-10-05Remove trailing white space from randrproto.txtKeith Packard1-76/+76
2009-10-05Allow inactive outputs to be set as primaryKeith Packard1-6/+2
2009-08-18Add Backlight property description.Matthias Hopf2-0/+17
2009-08-18Should read "EDID", not "EdidData" (2).Matthias Hopf1-3/+3
Also include reference to former name.
2009-08-18Sort properties alphabetically.Matthias Hopf1-71/+71
2009-04-01Update reference to renderproto.txtAdam Jackson1-1/+1
2009-04-01Clarify that GetOutputPrimary is per-screen.Adam Jackson1-1/+1
2009-04-01Punctuation fix.Adam Jackson1-1/+1
2009-03-06Bump to 1.3.0randrproto-1.3.0Matthias Hopf1-1/+1
2009-02-25Bump to 1.2.99.4Matthias Hopf1-1/+1
2009-02-17Zero reply from GetPanning means panning not supported.Adam Jackson1-1/+2
Don't throw BadRRCrtc for this case, that's just mean.
2009-01-27Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade3-2/+9
2008-12-16Fix typo in 83f3f29dd3ac5d3875b5edef5805d6adb6a02698.Maarten Maathuis1-1/+1
2008-12-16Add standard property name defines.Matthias Hopf1-1/+7
2008-12-16Should read "EDID", not "EdidData".Matthias Hopf1-1/+1
2008-12-16Add description of standard properties.Matthias Hopf1-4/+171
2008-12-12Bump to 1.2.99.3randrproto-1.2.99.3Matthias Hopf1-1/+1
2008-12-11Panning tracking areas describe full screen if set to 0.Matthias Hopf1-1/+2
2008-12-10Add [GS]etOutputPrimaryAdam Jackson3-4/+110
2008-12-09Merge commit 'origin/master'Keith Packard4-25/+279
2008-12-08Add unicode art pictures for panning.Matthias Hopf1-3/+38
2008-12-04Bump to 1.2.99.2randrproto-1.2.99.2Matthias Hopf1-1/+1
2008-12-04Nuke config-timestamp for panning. Specifying panning update on screen size ↵Matthias Hopf2-49/+32
change.
2008-12-04Add panning to versioning information.Matthias Hopf1-1/+1
2008-12-04Panning protocol bits descriptionMatthias Hopf1-0/+55
2008-12-04Panning protocol descriptionMatthias Hopf1-0/+110
2008-12-04Panning protocol extensionMatthias Hopf2-1/+69