lp://staging/~m11g5w-3-5lmmq9/spice-vdi/trunk
- Get this branch:
- bzr branch lp://staging/~m11g5w-3-5lmmq9/spice-vdi/trunk
Import details
This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/xorg/driver/xf86-video-qxl.
Last successful import was .
Recent revisions
- 651. By Alan Coopersmith
-
gitlab CI: ensure libtool is installed in build container
Signed-off-by: Alan Coopersmith <email address hidden>
- 648. By Joachim Breuer <email address hidden>
-
Initialize pScrn->{width, height} from primary
... instead of pScrn->currentMode, the latter is not initialized
in xorg-server-21.1.3 - 647. By Joachim Breuer <email address hidden>
-
fix pScrn->modes == NULL in xf86InitViewport()
track pScrn->modes along with qxl->x_modes
- 646. By Adam Jackson <email address hidden>
-
configure: Simplify fragile libdrm detection
libdrm 2.4.46 always installs qxl_drm.h
- 645. By Alan Coopersmith
-
gitlab CI: stop requiring Signed-off-by in commits
Signed-off-by: Alan Coopersmith <email address hidden>
- 644. By Alan Coopersmith
-
uxa: Convert source files from ISO-8859-1 to UTF-8
Clears errors from FlawFinder in gitlab CI:
Error: encoding error in ./src/uxa/uxa-unaccel. c
'utf-8' codec can't decode byte 0xa9 in position 19: invalid start byteSigned-off-by: Alan Coopersmith <email address hidden>
- 643. By Alan Coopersmith
-
gitlab CI: add a basic build test
Signed-off-by: Alan Coopersmith <email address hidden>
- 642. By Zoltán Böszörményi <email address hidden>
-
Fix a build error with Xorg master
Use xf86ReturnOptVa
lBool() in get_bool_option() instead of
options[option_ index]. value.bool to fix a compiler error with
current Xorg xserver master branch.Also use xf86GetOptValIn
teger() in get_int_option() and
xf86GetOptValString() in get_str_option() for consistency. The change causes a slight performance drop during option parsing
because the passed-in index_value is no longer used as an index
into the options array.Instead, it's used as a token now for the standard option getter
functions which works since the index_value to the get_*_option()
functions are identical to the value of options[n].token in the
passed-in OptionInfoRec array.Also rename "int option_index" to "int token" for clarity in all
three functions.Signed-off-by: Zoltán Böszörményi <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)