diff options
Diffstat (limited to 'proto/randrproto/ChangeLog')
-rw-r--r-- | proto/randrproto/ChangeLog | 225 |
1 files changed, 225 insertions, 0 deletions
diff --git a/proto/randrproto/ChangeLog b/proto/randrproto/ChangeLog index 4b46a0d26..1e3c9af96 100644 --- a/proto/randrproto/ChangeLog +++ b/proto/randrproto/ChangeLog @@ -1,3 +1,228 @@ +commit b1ba68df8a5fc113a387123ec2f312195e28e47f +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sat Mar 14 09:35:04 2015 -0700 + + randrproto 1.4.1 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit a4a6694c059d74247c16527eef4a0ec9f56bbef6 +Author: Aaron Plattner <aplattner@nvidia.com> +Date: Mon Jan 6 21:34:51 2014 -0800 + + spec: RRCrtcChangeMask and RROutputChangeMask are not things + + The correct names for these are RRCrtcChangeNotifyMask and + RROutputChangeNotifyMask, respectively. + + v2: "when a the configuration" is also not a thing. + + Signed-off-by: Aaron Plattner <aplattner@nvidia.com> + Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 1755cbe0f501a86afe515f92bb24e417a1866092 +Author: Aaron Plattner <aplattner@nvidia.com> +Date: Fri Jan 3 13:43:21 2014 -0800 + + spec: Move the GUID property into a new section since xrandr-1.4.0 was already released + + I pushed commit 19fc4c5a72eb9919d720ad66734029d9f8e313b1 before I remembered + that xrandr-1.4.0 has already been released. Move it to a new 1.4.1 section. + + Signed-off-by: Aaron Plattner <aplattner@nvidia.com> + Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 4d8e809684dedb970001099076bb62a38fcd82ca +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Jan 5 10:40:11 2014 -0800 + + Bug 73176 - randrproto typo (s/fundmentally/fundamentally) + + https://bugs.freedesktop.org/show_bug.cgi?id=73176 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 19fc4c5a72eb9919d720ad66734029d9f8e313b1 +Author: Aaron Plattner <aplattner@nvidia.com> +Date: Tue Jun 12 12:32:19 2012 -0700 + + Add a "GUID" property + + This property represents the globally-unique identifier of the connected + display, if one is available. + + Signed-off-by: Aaron Plattner <aplattner@nvidia.com> + Reviewed-by: Andy Ritger <aritger@nvidia.com> + +commit e7526e6b5fe0966929cda10b2ded0258413744db +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Sat Oct 26 09:42:05 2013 -0400 + + config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES + + Fix Automake warning: AC_OUTPUT should be used without arguments. + www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit ca7cc541c2e43e6c784df19b4583ac35829d2f72 +Author: Colin Walters <walters@verbum.org> +Date: Wed Jan 4 17:37:06 2012 -0500 + + autogen.sh: Implement GNOME Build API + + http://people.gnome.org/~walters/docs/build-api.txt + + Signed-off-by: Adam Jackson <ajax@redhat.com> + +commit 4ab506168ffad46518eb2b4d929034691344e9ff +Author: Adam Jackson <ajax@redhat.com> +Date: Tue Jan 15 14:01:10 2013 -0500 + + configure: Remove AM_MAINTAINER_MODE + + Signed-off-by: Adam Jackson <ajax@redhat.com> + +commit 4fcbd8584e55ff789522a38a41a33c34446d1455 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Mon Aug 27 23:59:02 2012 -0700 + + spec: Correct lengths in encoding of OffloadSink & OutputSource + + Make listed lengths match data shown & values in header for + RRSetProviderOffloadSink & RRSetProviderOutputSource + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit f876e00d29693e25c2b44ce33cd4a02f7a603eba +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Mon Aug 27 23:59:02 2012 -0700 + + spec: Add config-timestamp to descriptions of OffloadSink & OutputSource + + Present in header & encoding section, just not in the descriptions of + RRSetProviderOffloadSink & RRSetProviderOutputSource + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit ed09b382e42d2131034b98abc861c091c3d1771c +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Mon Aug 27 23:45:56 2012 -0700 + + spec: Add PROVIDER_CAPS encoding to Appendix A + + Uses values found in randr.h + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit c69dfe0cd310c122eae0b11c5547d5cd200ebbf5 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Mon Aug 27 23:28:22 2012 -0700 + + spec: Make encoding of RRGetProviderInfo match header + + The encoding is missing the 8 bytes of padding at the end of the + base reply struct before the variable length lists begin. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 3672b5430c9f665680e6a7a77f00202fc96243a0 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Mon Aug 27 23:28:22 2012 -0700 + + spec: Make encoding of RRGetProviders match description & header + + The description section matches randrproto.h - neither of which have + the "maximum masters" or "flags" members, but do have padding before + the providers list starts. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 722cf0c2ba07e986cbedf9d687a87daddd04fa92 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Aug 26 23:38:38 2012 -0700 + + spec: Make description of RRProviderChangeNotify match encoding & header + + The encoding section matches randrproto.h - neither of which have the + config-timestamp, root, or crtc members. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 534dea4512b812b9f8a62b4bbdbfe60d650ef01f +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Aug 26 22:50:05 2012 -0700 + + spec: correct sub-code values for RRProvider*Notify event encoding + + These values match the RRNotify_* definitions in randrproto.h and + don't overlap with the RROutput*Notify codes from RandR 1.2. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Reviewed-by: Dave Airlie <airlied@redhat.com> + +commit ed0233e46fd2fe41b1c10e525423e90e0fa2bdc8 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Aug 26 20:51:03 2012 -0700 + + spec: Correct length calculation in encoding of gamma lists + + The padding for RRGetCrtcGamma & RRSetCrtcGamma is a variable p, + not a fixed 2 bytes, since it depends on how many values are + included in the lists. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit ddc00f44df77ff3309b2b7cd77d3423781947b14 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Aug 26 20:40:06 2012 -0700 + + spec: Correct size of outputs in RRSetCrtcConfig encoding + + Each OUTPUT is 4 bytes, not 8. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 7339eaea1296de0e0f3ebc03d3606470ba143ac3 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Aug 26 19:00:35 2012 -0700 + + spec: Update data type sections + + Make definitions more consistent about use of {} for enums, [] for structs + Reflect the incorporation of more types from the Render spec in 1.3 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit afe532b119fe46d32513dc71c76c3a906e06c5a8 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Aug 26 18:58:06 2012 -0700 + + spec: Fix typos in text + + At least I'm assuming "providre" is a typo, not just a non-American variant. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit a74417d782a39423e44a5a2e573816894635c234 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Aug 26 18:31:16 2012 -0700 + + spec: Correct length for RRCreateMode in encoding section + + (1 + 1 + 2 + 4 + 32) / 4 is 10 words, not 12 + 10 also matches the sz_xRRCreateModeReq value of 40 in randrproto.h + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit b52f4e39b670e98e56e346b7aa1393a2b24544f2 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Tue Aug 28 00:07:01 2012 -0700 + + spec: add missing brackets between requests in encoding section + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + commit 5f5cb2767618ad22a5608142513c7dd81927a8d5 Author: Dave Airlie <airlied@gmail.com> Date: Thu Jul 12 22:45:05 2012 +1000 |