lp://staging/xserver-xorg-driver-ati
- Get this branch:
- bzr branch lp://staging/xserver-xorg-driver-ati
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/xorg/driver/xf86-video-ati.
Last successful import was .
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(xf86ScreenToScr n(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)