xf86-video-geode: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Oct 11 09:01:50 UTC 2024
configure.ac | 14
src/Makefile.am | 22
src/geode.h | 12
src/gx_accel.c | 1966 --------------------------------------------------------
src/gx_driver.c | 132 ---
src/gx_exa.c | 668 +++++++++++++++++++
6 files changed, 721 insertions(+), 2093 deletions(-)
New commits:
commit e006c8ca51f3b97d8e469ca737867820072a59fe
Author: Connor Behan <connor.behan at gmail.com>
Date: Mon Jul 1 18:43:05 2024 +0200
Avoid pitfalls from users who try to enable XAA
In addition to removing some more dead code, this warns the user that
OSMImageBuffers now does nothing. The similar option OSMColorExpBuffers
is still used by EXA so there is no warning for this.
Signed-off-by: Connor Behan <connor.behan at gmail.com>
commit 48db476dd21dcf999ecadd54138262f955189e40
Author: Connor Behan <connor.behan at gmail.com>
Date: Mon Jul 1 18:05:58 2024 +0200
Rename gx_accel.c to gx_exa.c
With XAA gone, we can rename this to match what is there for LX.
Signed-off-by: Connor Behan <connor.behan at gmail.com>
commit 9318797494b20d4b536d2746f0cf896f42dccc08
Author: Connor Behan <connor.behan at gmail.com>
Date: Tue Jun 25 02:22:37 2024 -0300
Add option to avoid building GX support
One of the checks for HAVE_GX appeared to be in the wrong place. Once it
is in the right place, a configure option can be used to not set HAVE_GX
and avoid compiling the associated files.
Signed-off-by: Connor Behan <connor.behan at gmail.com>
commit 72915687d396cac2326a46eb70ad071bdeb66a94
Author: Connor Behan <connor.behan at gmail.com>
Date: Tue Jun 25 01:05:57 2024 -0300
Remove dead XAA code
When the minimum Xserver version was recently bumped to 1.18, the
ability to enable XAA was removed accordingly. But plenty of XAA hooks
were left in. Removing these will lighten the code and get rid of some
more compiler warnings.
Signed-off-by: Connor Behan <connor.behan at gmail.com>
More information about the xorg-commit
mailing list