summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-04glamor: use write only for putimage in some cases (v2)fix-zaphod-errorDave Airlie1-1/+13
2020-02-04glamor: Add GLAMOR_ACCESS_WOMichel Dänzer2-5/+12
2020-02-04modesetting: remove unnecessary error message, fix zaphod leasesDave Airlie1-4/+5
2020-01-31xwayland/glamor-gbm: Add xwl_glamor_gbm_post_damage hookMichel Dänzer3-6/+13
2020-01-30xfree86/modes: Bail from xf86RotateRedisplay if pScreen->root is NULLMichel Dänzer1-1/+1
2020-01-29os: Ignore dying client in ResetCurrentRequestDaniel Llewellyn1-0/+5
2020-01-28gitlab-ci: Enable -Werror in the meson build jobMichel Dänzer1-1/+1
2020-01-28tests/misc: Drop redundant screenInfo declarationMichel Dänzer1-2/+0
2020-01-28Xephyr: Cast "red" to char* for xcb_aux_parse_colorMichel Dänzer1-1/+1
2020-01-28loader: strdup const string assigned to local variable nameMichel Dänzer1-1/+1
2020-01-28Revert "dri2: Don't make reference to noClientException"Adam Jackson1-1/+1
2020-01-27Fix building with `-fno-common`David Seifert17-17/+17
2020-01-27Restrict 1x1 pixmap filling optimization to GXcopyGeorge Matsumura1-1/+1
2020-01-15meson: add prefix to serverconfigdirE5ten1-1/+1
2020-01-14modesetting: Explicitly #include "mi.h"Michel Dänzer1-0/+1
2020-01-14configure: Define GLAMOR_HAS_EGL_QUERY_DRIVER when availableKenneth Graunke2-0/+7
2020-01-08hw/xfree86/common/xf86Init.c: fix build without glxFabrice Fontaine1-1/+0
2020-01-08glamor_egl: Reject OpenGL < 2.1 early onLubomir Rintel1-11/+28
2020-01-06xwayland: Include xwayland-window.h from xwayland-glamor-eglstream.cMichel Dänzer1-0/+1
2020-01-06gitlab-ci: Install libnvidia-egl-wayland-dev packageMichel Dänzer1-0/+1
2020-01-06gitlab-ci: Use sorted lists of distro packages, one per lineMichel Dänzer1-6/+25
2020-01-06gitlab-ci: Strip down docker image contents moreMichel Dänzer1-2/+3
2020-01-06gitlab-ci: Use -j4 instead of -j$(proc)Michel Dänzer2-7/+7
2020-01-06gitlab-ci: Use host-mapped directory for ccacheMichel Dänzer1-7/+3
2020-01-03modesetting: Check whether RandR was initialized before calling rrGetScrPrivAaron Plattner3-6/+20
2019-12-23gitlab-ci: Mark jobs as interruptibleMichel Dänzer1-1/+3
2019-12-23gitlab-ci: Turn .retry YAML anchor into .ci-run-policy templateMichel Dänzer1-4/+5
2019-12-23modesetting: Fix msSharePixmapBacking Segfault RegressionAlex Goins1-2/+3
2019-12-20xwayland: Cleanup and remove `xwayland.h`Olivier Fourdan19-75/+13
2019-12-20xwayland: Remove `MODIFIER_META` definitionOlivier Fourdan1-2/+0
2019-12-20xwayland: Move Xwayland GLX declarationOlivier Fourdan5-5/+40
2019-12-20xwayland: Move Xwayland vidmode declarationOlivier Fourdan6-4/+41
2019-12-20xwayland: Move Xwayland CVT declarationOlivier Fourdan6-7/+40
2019-12-20xwayland: Separate Xwayland screen codeOlivier Fourdan18-690/+790
2019-12-20xwayland: Move Xwayland cursor declarationsOlivier Fourdan8-5/+43
2019-12-20xwayland: Move Xwayland output declarationsOlivier Fourdan6-44/+87
2019-12-20xwayland: Move Xwayland input declarationsOlivier Fourdan8-163/+204
2019-12-20xwayland: Move Xwayland present declarationsOlivier Fourdan7-44/+79
2019-12-20xwayland: Separate Xwayland pixmap codeOlivier Fourdan11-85/+184
2019-12-20xwayland: Move Xwayland windows to its own sourcesOlivier Fourdan11-808/+946
2019-12-20xwayland: Move GLAMOR declarations to their own headerOlivier Fourdan9-103/+164
2019-12-20xwayland: Move SHM declarations to their own headerOlivier Fourdan7-17/+66
2019-12-20xwayland: Move Xwayland structures to their own headerOlivier Fourdan4-4/+38
2019-12-20glamor: Only use dual blending with GLSL >= 1.30Michel Dänzer1-0/+1
2019-12-19xwayland: Create duplicate TrueColor GLXFBConfigs for CompositeMichel Dänzer1-6/+27
2019-12-17xwayland: Fix duplicate "direct_color" comment to say "double_buffer"Michel Dänzer1-1/+1
2019-12-17xwayland: Use frame callbacks for Present vblank eventsMichel Dänzer2-10/+14
2019-12-17xwayland: Use single frame callback for Present flips and normal updatesMichel Dänzer3-31/+39
2019-12-13xwayland: Add xwl_window_create_frame_callback helperMichel Dänzer2-3/+10
2019-12-13xwayland: Take border width into accountOlivier Fourdan2-4/+9