Age | Commit message (Expand) | Author | Files | Lines |
2024-10-10 | randr: fix wrong call to RRGetScreenResources() in swapped case | Enrico Weigelt, metux IT consult | 1 | -1/+12 |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 1 | -2/+0 |
2024-09-02 | dix: unexport GetSpritePosition() | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-06-23 | dix: unexport fields from opaque.h not used by modules/drivers | Enrico Weigelt, metux IT consult | 2 | -1/+8 |
2024-04-30 | include: move private definitions out of extinit.h | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-15 | prevent name clash on Windows w/ RT_* defines | Enrico Weigelt, metux IT consult | 2 | -3/+3 |
2024-04-15 | dix: unexport some lookup functions | Enrico Weigelt, metux IT consult | 8 | -12/+37 |
2024-03-03 | render: drop obsolete macros pict_f_transform and pict_f_vector | Enrico Weigelt, metux IT consult | 2 | -8/+8 |
2024-03-03 | randr: drop duplicate _X_EXPORT from .c source | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-02-22 | randr: move private definitons from randrstr.h to randrstr_priv.h | Enrico Weigelt, metux IT consult | 15 | -139/+153 |
2023-12-17 | Removing the code that deletes an existing monitor in RRMonitorAdd | Michael Wyraz | 1 | -22/+0 |
2023-12-17 | RandR: Allow duplicate monitor name when adding it | Ilya Pominov | 1 | -11/+0 |
2023-12-13 | randr: avoid integer truncation in length check of ProcRRChange*Property | Peter Hutterer | 2 | -2/+2 |
2023-10-25 | Xi/randr: fix handling of PropModeAppend/Prepend | Peter Hutterer | 1 | -2/+2 |
2023-01-03 | randr: introduce rrCrtcGetInfo DDX function | Minh Phan | 2 | -0/+11 |
2022-08-09 | randr: Correctly get physical size for screen with RandR 1.5 | JiangWu | 1 | -2/+2 |
2022-04-20 | randr: Add "RANDR Emulation" property | Olivier Fourdan | 1 | -3/+24 |
2022-04-20 | randr: No need to check RRGetOutputProperty() twice | Olivier Fourdan | 1 | -8/+0 |
2021-12-07 | randr: add new interface to allow delaying lease responses | Xaver Hugl | 2 | -4/+35 |
2021-10-27 | Remove autotools support | Povilas Kanapickas | 1 | -33/+0 |
2021-10-19 | Fix RandR leasing for more than 1 simultaneously active lease. | Mario Kleiner | 1 | -1/+1 |
2021-07-20 | present: fallback get_crtc to return crtc belonging to screen with present ex... | Łukasz Spintzyk | 2 | -0/+29 |
2021-07-09 | randr: Bail from RRTellChanged if there's no root window yet | Michel Dänzer | 1 | -0/+4 |
2021-04-16 | present: fix msc offset calculation in screen mode | Łukasz Spintzyk | 3 | -2/+48 |
2021-03-11 | meson: hide C API if Xorg is disabled (like autotools) | Jan Beich | 1 | -1/+3 |
2020-07-21 | randr: Check rrPrivKey in RRHasScanoutPixmap() | Alex Goins | 1 | -1/+7 |
2020-07-21 | randr: Check rrPrivKey before autobinding GPU screens | Alex Goins | 1 | -4/+14 |
2020-07-10 | xserver/output: rename some badly named variables/APIs. | Dave Airlie | 7 | -179/+179 |
2020-05-01 | Fix build with gcc 9.3.0's -Werror=alloc-size-larger-than= | Alexander Volkov | 1 | -1/+1 |
2020-02-10 | randr: auto-bind of GPU is a config change | Pekka Paalanen | 1 | -0/+4 |
2019-11-11 | randr: Fix RRCrtcDetachScanoutPixmap() segfault during server teardown | Alex Goins | 1 | -5/+10 |
2019-08-07 | xf86: autobind GPUs to the screen | Dave Airlie | 2 | -0/+25 |
2018-08-24 | randr: rrCheckPixmapBounding should only increase screen size | Alex Goins | 1 | -2/+2 |
2018-08-02 | During reset/shutdown, clean up leases in DIX instead of each driver | Keith Packard | 5 | -1/+30 |
2018-06-27 | randr: Scream when creating a shared pixmap fails | Lyude Paul | 1 | -0/+1 |
2018-05-08 | randr: Fix a compiler warning on 32-bit. | Eric Anholt | 1 | -1/+1 |
2018-05-02 | randr: Account for panning and transforms when constraining the cursor | Chris Wilson | 1 | -26/+34 |
2018-04-02 | meson: Distribute more SDK headers | Thierry Reding | 1 | -0/+7 |
2018-03-14 | randr: Initialize RROuptutRec::nonDesktop | Michel Dänzer | 1 | -0/+1 |
2018-03-01 | randr: Fix a crash on initialization with GPU screens | Adam Jackson | 1 | -0/+2 |
2018-02-27 | Add RandR leases with modesetting driver support [v6] | Keith Packard | 12 | -108/+672 |
2018-02-27 | randr: Support "non-desktop" property | Keith Packard | 3 | -1/+55 |
2018-02-01 | randr: Fix rotation check in ProcRRSetScreenSize() | Alex Goins | 1 | -1/+1 |
2018-01-31 | rrmonitor: allocate using the correct type | Giuseppe Bilotta | 1 | -1/+1 |
2018-01-22 | randr: Declare incoming property values const | Keith Packard | 2 | -4/+4 |
2017-11-20 | randr: free crtc->outputs on destroy | Giuseppe Bilotta | 1 | -0/+1 |
2017-11-20 | randr: always realloc crtcs and outputs | Giuseppe Bilotta | 2 | -12/+6 |
2017-11-20 | randr: rrGetScreenResources: initialize memory | Giuseppe Bilotta | 1 | -1/+1 |
2017-11-06 | randr: ProcRRGetOutputInfo: initialize memory | Giuseppe Bilotta | 1 | -1/+1 |
2017-08-15 | Make PixmapDirtyUpdateRec::src a DrawablePtr | Michel Dänzer | 2 | -12/+10 |