lp:~m11g5w-3-5lmmq9/spice-vdi/trunk

Created by Bastian and last modified
Get this branch:
bzr branch lp:~m11g5w-3-5lmmq9/spice-vdi/trunk

Related bugs

Related blueprints

Branch information

Owner:
Bastian
Project:
spice-vdi
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/xorg/driver/xf86-video-qxl.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 5 seconds — see the log

Recent revisions

651. By Alan Coopersmith

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <email address hidden>

650. By Peter Hutterer

qxl 0.1.6

Signed-off-by: Peter Hutterer <email address hidden>

649. By Joachim Breuer <email address hidden>

Default to one head if there is no NUM_HEADS option

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 byte

Signed-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 xf86ReturnOptValBool() in get_bool_option() instead of
options[option_index].value.bool to fix a compiler error with
current Xorg xserver master branch.

Also use xf86GetOptValInteger() 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)
This branch contains Public information 
Everyone can see this information.

Subscribers