Build X Server (Xorg) from Source
Motivation
Given that a difficulty to add a custom X11 device driver or module or extension for Xserver, I try to find out how an Xserver is built and its dependent drivers and modules and extensions are orgnized together by building it from source.
Pixmap in X
OpenGL Draw 命令
X11中的Display, Screen, Depth和Visual
ARB_sparse_texture
Smart Pointer
smart pointer是C11引入的,被包含在C标准库中。smart pointer是为了管理对象的所属(object ownership)而设计的,smart pointer对象负责自动地销毁所关联对象。常见的smart pointer有: