summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix padding bugs discovered in XCB workmulti-monitorKeith Packard2006-11-301-6/+6
|
* Use BYTE for one-byte values. #undef Drawable needed.Keith Packard2006-11-241-2/+3
|
* Create Properties when configured. Pending defaults to CurrentKeith Packard2006-11-241-12/+12
| | | | | | | | Change property semantics to create them with empty value when they are configured. When clients request the Pending value of a property without any pending vlaue, the current value is returned instead.
* Change properties to have a pending value and report valid values.Keith Packard2006-11-203-37/+165
| | | | | | | | | | | Pending values are transferred to current values at mode set, allowing a queue of values to accrue in preparation for the modeset operation while still reporting valid 'current' values for applications. The set of valid values is also available so applications can present a reasonable list to the user during configuration. I renumbered a bunch of requests to keep property requests sequential.
* Remove output options. Clean up other sizes.Keith Packard2006-11-163-57/+7
| | | | | | Output options will be controlled by properties instead. Also found a few instances in randrproto.txt using the wrong size for MODEINFO.
* Fix RRNumberErrors, start adding standard property namesKeith Packard2006-11-011-1/+5
|
* Move physical size information from mode to output.Keith Packard2006-11-012-8/+14
| | | | | | | | | Modes are stored in CRTCs which have no physical size. Outputs have a physical size which can change, both in response to mode changes as well as (potentially) other factors. Placing the physical size information in the output also permits clone mode to work across monitors of differing physical size.
* Remove mode origins. Add preferred mode count.Keith Packard2006-10-043-44/+22
| | | | | | Switched from identifying source of mode line to listing which modes are preferred by each output. This enables better CRTC sharing by making modes less arbitrarily different.
* Get rid of mode origins.Keith Packard2006-10-042-35/+12
|
* Add mode origins and output options.Keith Packard2006-10-033-9/+34
| | | | | | | | Mode origins indicate the source of the mode information, from VESA timings, user config or whatever. Output options currently include only panel fitting options; more may be added later (this field is 32 bits wide)
* Add mode origins and output options.Keith Packard2006-10-031-9/+109
| | | | Also document non-obvious defined types. Eliminate mode options.
* Update package version to 1.2.0. Fix various goofs found by building stuff.Keith Packard2006-09-194-12/+11
|
* Fix various random typos found while attempting to use header filesKeith Packard2006-09-173-27/+43
| | | | | | | | | Fix RRNumberRequests Rename errors to include RR to avoid conflicting with Xi. Add RR to various request/reply structs (oops). Remove nOutputs from SetCrtcConfigReq -- length is sufficient. Remove bogus members from SetCrtcConfigReply. Add MODEOPTION. Document protocol error encoding.
* Add CONNECTION values to spec and header.Keith Packard2006-09-152-1/+11
| | | | Missing CONNECTION values in encoding and header file.
* Update header files for new 1.2 spec. Fix missing bits in spec.Keith Packard2006-09-143-133/+426
| | | | Spec was missing a few things in the encoding section.
* Add .gitignoreKeith Packard2006-09-131-0/+11
|
* Fix RandR opcodesKeith Packard2006-09-131-22/+22
|
* Add Output properties and CRTC Gamma ramps. Move sub-pixel to Output.Keith Packard2006-09-131-23/+304
| | | | | | | | | | | The property requests mirror the core window property requests, except that notify events are delivered to windows, rather than to outputs. Gamma ramps lifted from XFree86V-idModeExtension; clients get to deal with converting single value to ramp though. Subpixel moved to output; clients get to figure out the effect of rotation on subpixel ordering.
* Spelling and formatting fixes.Keith Packard2006-09-121-45/+34
|
* Rearrange modes to be listed with screen resources. Encoding.Keith Packard2006-09-121-229/+367
| | | | | | | Modes are now listed as screen resources instead of with the output; they're shared across outputs for cloning. Wrote up encoding.
* Finish basic request descriptions for version 1.2Keith Packard2006-09-111-26/+86
| | | | | | | outputs now report list of valid modes. crtcs accept a valid mode which must be supported on all connected outputs. outputs also report connection status.
* Move supported mode list from CRTC to OUTPUT.Keith Packard2006-09-111-175/+206
|
* Start rework for screen/CRTC/monitor scheme.Keith Packard2006-09-111-135/+181
|
* Swizzle protocol contents to fix errors discovered while implementing X ↵Keith Packard2006-06-272-5/+13
| | | | server piece
* Just use CARD16 for indicesKeith Packard2006-06-271-5/+5
|
* Finish randerproto.h change for 1.2. Use Window instead of Drawable for 1.2.Keith Packard2006-06-262-43/+213
|
* move protocol.txt to randrproto.txt. Start updating headers for version 1.2Keith Packard2006-06-264-64/+206
|
* Finish encodings for 1.2 additions.Keith Packard2006-06-251-38/+112
|
* Start specifying the encoding for 1.2 requestsKeith Packard2006-06-251-12/+42
|
* Describe relationship between RandR, Xinerama and XFree86-VidModeExtensionKeith Packard2006-06-251-1/+33
|
* Add RRMonitorChangeNotify event. Complete RRSetMonitorConfig.Keith Packard2006-06-251-39/+122
|
* Repair broken parts of spec. Add RRGetMonitorInfo and RRSetMonitorConfigKeith Packard2006-06-241-46/+176
|
* Clean up really broken text in the specKeith Packard2006-06-241-59/+72
|
* Reformat license text, add Intel copyrightKeith Packard2006-06-245-71/+50
|
* Introduce Xinerama changes. Remove spurious 'Bad' error name prefix.Keith Packard2006-06-241-16/+54
|
* Update package version number for final X11R7 release candidate.XORG-7_0_99_901XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+5
|
* Update package version number for RC1 release.XORG-6_99_99_903XORG-6_99_99_902XORG-6_99_99_901MODULAR_COPYKevin E Martin2005-10-191-1/+1
|
* Add basic .cvsignore files for proto modules.Eric Anholt2005-08-021-0/+10
|
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-2/+4
| | | | | | | | | | | - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
* Set version to 1.1.Daniel Stone2005-05-211-1/+1
|
* revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson2005-05-191-1/+1
|
* Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson2005-05-191-1/+1
|
* Add COPYING file for Randr. Note that the two included licenses are veryJosh Triplett2005-05-171-0/+40
| | | | | similar, but contain a few minor differences when referring to the companies granting the license, HP and Compaq.
* Change all the protonames from <extension>Ext to <extension>Proto.Søren Sandmann Pedersen2005-05-093-5/+5
|
* Initial build system files for proto module.Kevin E Martin2005-05-064-0/+36
|
* Encoding of numerous files changed to UTF-8sco_port_update-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1sco_port_updateMarkus Kuhn2004-12-042-4/+4
|
* Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGElg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAPEgbert Eich2004-04-232-2/+2
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-142-2/+2
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-032-2/+2
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-262-2/+2
|