GitXplorerGitXplorer
n

xserver

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a5f439dcd21b4fda093cb382bb1a758b434a1444

xwayland: Remove pending stream reference when freeing

oofourdan committed 4 years ago
Unverified
0b86c0c36241989d7e9662d007c5297fe22ae8b5

xwayland: Add a flag for n-buffers in EGL backend

oofourdan committed 4 years ago
Unverified
ae84f14fb554e5ad54c51c2e6d52ab4a68bf7a0a

xwayland: Add a flag to expose EGL backend features

oofourdan committed 4 years ago
Unverified
239ebdc9e447d4f836d0c2aa6068c6064fffb46c

xwayland: use drmGetNodeTypeFromFd for checking if a node is a render one

vvalpackett committed 4 years ago
Unverified
add3df2001a2eadc41c47683f50fdc0fd8b14964

Consolidate fourcc.h

committed 4 years ago
Unverified
62d8c1cc69e273199c9eb23e87b8631d32c56d33

present: Include dix-config.h instead of xorg-config.h

committed 4 years ago

README

The README file for this repository.

X Server

The X server accepts requests from client applications to create windows, which are (normally rectangular) "virtual screens" that the client program can draw into.

Windows are then composed on the actual screen by the X server (or by a separate composite manager) as directed by the window manager, which usually communicates with the user via graphical controls such as buttons and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the following article: https://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.freedesktop.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/xserver

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches

As with other projects hosted on freedesktop.org, X.Org follows its Code of Conduct, based on the Contributor Covenant. Please conduct yourself in a respectful and civilized manner when using the above mailing lists, bug trackers, etc:

https://www.freedesktop.org/wiki/CodeOfConduct