summaryrefslogtreecommitdiff
path: root/randr/randrstr.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-9/+23
2009-01-30randr: Avoid re-querying the configuration on everything but GetScreenResources.Eric Anholt1-1/+1
2009-01-05 Update sdk headers to export new symbols.Paulo Cesar Pereira de Andrade1-2/+2
2009-01-05RandR: Only export Xinerama symbols when building Xinerama supportDaniel Stone1-0/+2
2008-12-17randr: Improve per-crtc gamma support.Maarten Maathuis1-0/+12
2008-12-10randr: Add [GS]etOutputPrimaryAdam Jackson1-0/+8
2008-12-04randr: Protocol bits for panning supportMatthias Hopf1-0/+19
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-101/+102
2008-11-30Remove declarations of symbols that are never defined.Paulo Cesar Pereira de Andrade1-12/+0
2008-11-26Add server support for RRGetScreenResourcesCurrentKeith Packard1-0/+3
2008-11-24Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.Keith Packard1-19/+3
2008-11-24Allow drivers to set crtc transforms.Keith Packard1-2/+2
2008-11-24Handle RandR transform matrices in floating point.Keith Packard1-11/+16
2008-11-24Report whether transforms are support from driver through extension to clientKeith Packard1-0/+7
2008-11-24Pass filter kernel size through transformsKeith Packard1-0/+2
2008-11-24[RANDR] Support filters in CRTC transforms.Keith Packard1-9/+18
2008-11-24Wire up RandR CRTC transform protocol, bump server to RandR 1.3Keith Packard1-0/+45
2008-11-24Add projective transforms to RandR DIX/DDX API.Keith Packard1-0/+14
2008-06-13Fix "warning: no previous prototype for ‘miRROutputGetProperty’".Eamon Walsh1-0/+5
2008-03-17Make xf86SetDesiredModes aware of current output configurationJesse Barnes1-0/+1
2008-03-12Return randr interface version in xf86CrtcScreenInit()Matthias Hopf1-0/+2
2008-03-06Allow RandR get output property to call into driversJesse Barnes1-0/+10
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-5/+5
2007-07-23Set the crtc before the output change is notifiedGustavo Pichorim Boiko1-5/+0
2007-03-24Make pending properties force mode set. And, remove AttachScreen calls.Keith Packard1-24/+9
2007-03-23Fix Pending property API, adding RRPostPendingProperty.Keith Packard1-1/+4
2007-03-17Eliminate RRModeRec devPrivate field.Keith Packard1-1/+0
2007-03-17Add support for user-defined modelines in RandR.Keith Packard1-1/+34
2007-01-24Make Xinearama screen information reflect CRTC rotation.Keith Packard1-0/+3
2007-01-17Add a setter for randr_crtc->rotations.Eric Anholt1-0/+7
2007-01-02Track physical screen size and send out updates when that changes.Keith Packard1-0/+1
2006-12-15RandR: config time updates when hardware config changes.Keith Packard1-3/+9
2006-11-28Change RandR property datatype to include pending/valid values.Keith Packard1-7/+50
2006-11-16Remove RandR output options.Keith Packard1-21/+3
2006-11-08Add RRInit function to create resource types for RR objects.Keith Packard1-0/+2
2006-11-08Allow RandR objects to be created before the associated ScreenRec.Keith Packard1-11/+25
2006-11-01Move physical size from mode to output.Keith Packard1-0/+7
2006-10-13Limit pointer to valid crtc areas. Add event swapping. Fix change tracking.Keith Packard1-1/+103
2006-10-05Add preferred modes for each output. Round vrefresh. Deliver crtc events.Keith Packard1-1/+9
2006-10-03Add mode origins and output options. Fix memmoves in resource free funcs.Keith Packard1-4/+24
2006-09-20Steal Xinerama code from SiS driver. Add missing files.Keith Packard1-0/+10
2006-09-20When setting output state, leave output unchanged when setting to current.Keith Packard1-0/+1
2006-09-20Avoid calling xalloc(0). Change rrScreenSizeSet to rrScreenSetSize.Keith Packard1-3/+3
2006-09-19Split out 1.0-style info and new property routines to their own files.Keith Packard1-2/+126
2006-09-19RRGetScreenResources and RRGetOutputInfo are working now.Keith Packard1-1/+4
2006-09-18RandR working with old clients and old API.Keith Packard1-0/+3
2006-09-17Split out RandR dispatch code from randr.c to rr*dispatch.c.Keith Packard1-9/+60
2006-09-17Split RandR implementation into separate files.Keith Packard1-85/+188
2006-09-17Start moving to new randr 1.2 definitionKeith Packard1-73/+166
2006-09-17RandR: New data structure, old API. At least it compiles nowKeith Packard1-8/+43