Age | Commit message (Expand) | Author | Files | Lines |
2024-10-28 | modesetting: avoid memory leak when ms_present_check_unflip() returns FALSE | Alan Coopersmith | 1 | -11/+13 |
2024-10-10 | xfree86: modesetting: merge FreeRec() into FreeScreen() | Enrico Weigelt, metux IT consult | 1 | -7/+1 |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 7 | -14/+0 |
2024-08-26 | treewide: mark pGC->ops->CopyArea() calls not using result as void | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
2024-07-26 | treewide: replace xnfcalloc() calls by XNFcallocarray() | Enrico Weigelt, metux IT consult | 2 | -3/+3 |
2024-07-26 | treewide: replace xnfalloc() calls to XNFalloc() | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-07-19 | Move sizeof to second argument in calloc calls | Alan Coopersmith | 3 | -10/+10 |
2024-06-24 | modesetting: Fix hang when all probed cursor sizes fail to find a minimum one | nerdopolis | 1 | -0/+3 |
2024-06-21 | os: move xserver_poll.h into os/ directory | Enrico Weigelt, metux IT consult | 1 | -1/+2 |
2024-05-22 | modesetting/dri2: Remove always true ifdef | Yusuf Khan | 1 | -2/+0 |
2024-05-09 | modesetting: Fix invalid identity CTM on 32-bit. | Trevor Davenport | 1 | -3/+3 |
2024-04-15 | dix: unexport some lookup functions | Enrico Weigelt, metux IT consult | 2 | -2/+6 |
2024-04-01 | xfree86: modesetting: fix warning on unused variable | Enrico Weigelt, metux IT consult | 1 | -4/+3 |
2024-03-21 | xfree86: modesettig: fix missing include of <errno.h> | Enrico Weigelt, metux IT consult | 4 | -0/+8 |
2024-03-19 | Revert "Fix missing includes of <errno.h>" | Peter Hutterer | 4 | -8/+0 |
2024-03-18 | Fix missing includes of <errno.h> | Enrico Weigelt, metux IT consult | 4 | -0/+8 |
2024-02-22 | modesetting: fix int size mismatch | Enrico Weigelt, metux IT consult | 1 | -4/+4 |
2024-01-08 | build: Switch to meson 0.56 | Olivier Fourdan | 1 | -1/+1 |
2024-01-04 | modesetting: Correct coordinate info of dirty clips for front-buffer flushing | Dongwon Kim | 1 | -41/+80 |
2023-12-22 | hw/xfree86: re-calculate the clock and refresh rate | Chia-Lin Kao (AceLan) | 1 | -1/+12 |
2023-12-17 | modesetting: Enable TearFree by default | Sultan Alsawaf | 2 | -2/+2 |
2023-12-17 | modesetting: Check the return value of the drmGetVersion | xurui | 1 | -5/+10 |
2023-12-16 | modesetting: Don't feed stack garbage to the kernel in LUT reserved fields | Ville Syrjälä | 1 | -0/+1 |
2023-12-16 | modesetting: Use a more optimal hw cursor size | Ville Syrjälä | 4 | -19/+103 |
2023-12-16 | modesetting: unflip before any setcrtc() calls | Ville Syrjälä | 6 | -0/+46 |
2023-02-28 | modesetting: Support accurate DRI presentation timing with TearFree | Sultan Alsawaf | 6 | -4/+182 |
2023-02-28 | modesetting: Ensure vblank events always run in sequential order | Sultan Alsawaf | 1 | -4/+9 |
2023-02-28 | modesetting: Introduce ms_tearfree_is_active_on_crtc helper | Sultan Alsawaf | 4 | -4/+13 |
2023-02-28 | modesetting: Improve TearFree state check in ms_present_check_flip | Sultan Alsawaf | 1 | -2/+3 |
2023-02-28 | modesetting: Fix memory leak on ms_do_pageflip error | Sultan Alsawaf | 1 | -4/+9 |
2023-02-28 | modesetting: Pass CRTC pointer to TearFree flip handlers | Sultan Alsawaf | 1 | -3/+7 |
2023-02-28 | modesetting: Pass reference CRTC pointer to ms_do_pageflip | Sultan Alsawaf | 4 | -15/+9 |
2023-02-28 | modesetting: Remove redundant GLAMOR_HAS_GBM #ifdef from ms_do_pageflip | Sultan Alsawaf | 1 | -4/+0 |
2022-12-20 | modesetting: Log whether atomic modesetting is enabled | Olivier Fourdan | 1 | -0/+4 |
2022-12-20 | modesetting: Document the "Atomic" option | Olivier Fourdan | 1 | -0/+4 |
2022-12-19 | modesetting: add support for TearFree page flips | Sultan Alsawaf | 7 | -16/+360 |
2022-12-19 | modesetting: coalesce vblank events to avoid DRM event queue exhaustion | Sultan Alsawaf | 4 | -8/+121 |
2022-12-19 | modesetting: make do_queue_flip_on_crtc generic | Sultan Alsawaf | 3 | -21/+25 |
2022-12-19 | modesetting: make the shadow buffer helpers generic | Sultan Alsawaf | 1 | -34/+64 |
2022-04-02 | modesetting: don't pass a big struct by value | Konstantin Kharlamov | 1 | -5/+5 |
2021-11-11 | dri2: add crocus to the list of va_gl users | Dave Airlie | 1 | -1/+2 |
2021-10-27 | Remove autotools support | Povilas Kanapickas | 1 | -66/+0 |
2021-10-08 | modesetting: Consider RandR primary output for selectioh of sync crtc. | Mario Kleiner | 1 | -2/+9 |
2021-10-08 | modesetting: Handle mixed VRR and non-VRR display setups better. | Mario Kleiner | 2 | -1/+8 |
2021-10-07 | modesetting: Enable GAMMA_LUT for lut's with up to 4096 slots. | Mario Kleiner | 2 | -6/+19 |
2021-09-27 | Revert "modesetting: Only use GAMMA_LUT if its size is 1024" | Mario Kleiner | 1 | -15/+1 |
2021-09-15 | modesetting: Fix dirty updates for sw rotation | Patrik Jakobsson | 3 | -22/+63 |
2021-09-09 | modesetting: Only use GAMMA_LUT if its size is 1024 | Aaron Plattner | 1 | -1/+15 |
2021-09-09 | modesetting: Add option for non-vsynced flips for "secondary" outputs. | Mario Kleiner | 6 | -5/+49 |
2021-09-07 | modesetting: Allow Present flips with mismatched stride on atomic drivers. | Mario Kleiner | 3 | -2/+14 |