lp:xserver-xorg-driver-ati

Created by James Westby and last modified
Get this branch:
bzr branch lp:xserver-xorg-driver-ati

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
xserver-xorg-driver-ati
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-ati.

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

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-17 and finished taking 10 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-14 and finished taking 10 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-13 and finished taking 10 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-13 and finished taking 50 seconds — see the log

Recent revisions

3101. By Alan Coopersmith

radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8

Allows Flawfinder to analyze source instead of erroring out on encoding

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

3100. By Alan Coopersmith

gitlab CI: enable gitlab's builtin static analysis

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

3099. By Alan Coopersmith

gitlab CI: enable commit & merge request checks

Uses ci-fairy from freedesktop/ci-templates

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

3098. By Alan Coopersmith

Fix spelling/wording issues

Found by using:
    codespell --builtin clear,rare,usage,informal,code,names

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

3097. By Alan Coopersmith

Build xz tarballs instead of bzip2

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

3096. By Michel Dänzer <email address hidden>

Only include dri.h with older versions of xserver

Not needed anymore with current versions.

3095. By Michel Dänzer <email address hidden>

Add GitLab CI pipeline

Based on xf86-video-amdgpu, but applying experience gained in the
meantime in other projects and taking advantage of new features
available with current versions of GitLab.

3094. By Michel Dänzer <email address hidden>

Guard local variable info only used with glamor

Fixes compiler warning with glamor disabled:

radeon_dri2.c: In function 'radeon_dri2_exchange_buffers':
radeon_dri2.c:732:19: error: unused variable 'info' [-Werror=unused-variable]
     RADEONInfoPtr info = RADEONPTR(xf86ScreenToScrn(screen));
                   ^~~~

3093. By Michel Dänzer <email address hidden>

Guard local variable priv only used with glamor

Fixes compile errors with glamor disabled:

../../src/radeon_present.c: In function ‘radeon_present_check_flip’:
../../src/radeon_present.c:281:21: error: invalid use of undefined type ‘struct radeon_pixmap’
  281 | if (priv && priv->fb_failed)
      | ^~
../../src/radeon_present.c:288:19: error: invalid use of undefined type ‘struct radeon_pixmap’
  288 | if (priv && !priv->fb_failed) {
      | ^~
../../src/radeon_present.c:292:10: error: invalid use of undefined type ‘struct radeon_pixmap’
  292 | priv->fb_failed = TRUE;
      | ^~

3092. By Dave Airlie <email address hidden>

ati: cleanup terminology to use primary/secondary

The X server changed some API/ABIs here.

Based on amdgpu patch by Michel

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

No subscribers.