~smspillaz/compiz:blur-fbo-rebind

Last commit made on 2021-11-21
Get this branch:
git clone -b blur-fbo-rebind https://git.launchpad.net/~smspillaz/compiz
Only Sam Spilsbury can upload to this branch. If you are Sam Spilsbury please log in for upload directions.

Branch merges

Branch information

Name:
blur-fbo-rebind
Repository:
lp:~smspillaz/compiz

Recent commits

b7446e9... by Sam Spilsbury

blur: Use GLFramebufferObject::rebind with the returned framebuffer

If there is no fbo currently bound, GLFramebufferObject::bind can
return NULL, so calling ::bind on the null pointer is will crash.
The correct way to handle this is to use the static method ::rebind(),
which will handle the NULL case and rebind the default draw framebuffer.

71fcf28... by CI Train Bot Account

Releasing 1:0.9.14.1+21.10.20210501-0ubuntu1

68dd58b... by Dmitry Shachnev

Build the compizconfig Python extension using distutils. Bump required CMake version to 3.17 to make this possible. (LP: #1926046)

Approved by: Alberts Muktupāvels, Artem

70b8674... by Dmitry Shachnev

Update FSF addresses. (LP: #1923481)

Approved by: Alberts Muktupāvels, Artem

bed9c78... by Dmitry Shachnev

Remove unused empty private structs.

Approved by: Alberts Muktupāvels

00327ec... by Dmitry Shachnev

Adapt Python tests for the new build directory

bbaec43... by Dmitry Shachnev

Adapt debian/python3-compizconfig.install for the multi-arch .so name

4563b51... by Dmitry Shachnev

Build the compizconfig Python extension using distutils

LP: #1926046.

729face... by Dmitry Shachnev

Port from deprecated FindPythonInterp/FindPythonLibs to FindPython3

d8ea17e... by Dmitry Shachnev

Bump required CMake version to 3.17.0