xf86-video-geode: Changes to 'refs/tags/xf86-video-geode-2.18.1'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Mar 1 16:49:03 UTC 2025


Tag 'xf86-video-geode-2.18.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2025-03-01 16:48 +0000

xf86-video-geode-2.18.1
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEOrKFIyxGrkPY4ZL02rD3jqbn4tIFAmfDOnYACgkQ2rD3jqbn
4tJdKQ//Vnv/38Xl1vCICwjO3UCK1Dao2WQAyhD9fAZsqtsOA85ghV83djrvdWPW
EL1zB+T7QRly17yIIYTxDE8lSJNVKmXB5EkXmg7mrZu7tFdsGDWwx8YkIgtt/ypP
xz/fJw3sYTCUJGsLvEilO2ifh9CCA64Wq8A8cNAPONJInJXe4Qi25mFtegV30NEg
WTvksZyx1c/Of1r1J7vBR5M41nWfMAwjFlI0gpMnnqO1+NlhzA98dWIp+qPoAD/M
a/YN6GvOTzMH94rU/EeCV79UXynFCgyL8wl5qQY31H3Ta6cFb4IVjOxLn8jDfOOq
M2nQGv7JR81SwjUcrCSZcsE4YR1magPTESD56F+sezU1mIfmrgIMk7+ufzWpPBgM
bxs1LTIm3sQ/tjWv3tqpj1GYAxgTRvjv5EU0RcFaYPvzohz1lnnYo2jRe3tPKNuT
bGKuMcqjILKyIptuIDcUUULfHf5Yo8R59QxSFFM/pSJjlZtG3rQssYmfzRTNOdmW
A70cAMvrXSfWU8Js53MNHbfHL8r2iKKWl2iIbh+a4jJL0PZM4L1TkczbG3qNr1fy
LTPrlfFKUGzwtPZCqnleCHNKnvjZGUIHVIhYURXBsxGpLPBKQsM7LNeRhwrxdQc9
HuqBB7C706nwVslddof/EoYp7fycIqFGblJZzCVJxUp0PJVMIuo=
=JlDV
-----END PGP SIGNATURE-----

Changes since xf86-video-geode-2.11.21:
Alan Coopersmith (1):
      README: update anongit URL to use gitlab instead

Connor Behan (9):
      Suppress majority of compiler warnings
      Fix exaOffscreenFree call
      Remove deprecated function and includes
      Remove dead XAA code
      Add option to avoid building GX support
      Rename gx_accel.c to gx_exa.c
      Avoid pitfalls from users who try to enable XAA
      Initialize MSR values
      Comment unused variable

Enrico Weigelt, metux IT consult (17):
      use XNFalloc() instead of xnfalloc
      use XNFcallocarray() instead of xnfcalloc macro
      bump minimal xorg version to 1.18
      drop compat with ancient xserver versions
      drop obsolete check for REGION_NULL
      drop obsolete check for HAS_DIXREGISTERPRIVATEKEY and HAS_DEVPRIVATEKEYREC
      drop compat with video api major version < 20
      drop compat for old XINPUT ABI versions < 22
      drop compat with ancient xservers
      drop obsolete XAA support
      drop old compat macros
      fix rendundant declarations
      vid_rdc1: fix unused variable "value"
      fix FTBS on 64bit Linux
      use dixDestroyPixmap() instead of direct driver call
      ifdef-protecct duplicate FOURCC_RGB565 and XVIMAGE_RGB565
      cim: cim_df: drop ununsed variable vsyncstart

Martin-Éric Racine (14):
      Add brackets to AC_PREREQ.
      Bump configure.ac and README to version 2.18.1 for pending release.
      Fix incorrect date in updated README.
      Update NEWS to reflect the tighter dependencies since this version.
      [LX] Bump the default pixel depth up to 24-bit.
      Remove all deprecated xf86PciInfo.h includes.
      [LX] Make xf86SetDepthBpp use the Xserver defaults.
      Update NEWS to reflect the extensive GX component cleanup.
      Run ../modular/x-indent-all.sh inside this driver's tree.
      Update README to reflect XAA removal from GX component.
      NEWS: Fix release date for 2.18.1 to match the one in README.
      Finalize NEWS and README for release.
      Revert configure.ac bump for a minute.
      Geode 2.18.1

---
 NEWS                 |   14 
 README               |   34 
 configure.ac         |   47 -
 src/Makefile.am      |   22 
 src/cim/cim_defs.h   |   32 
 src/cim/cim_df.c     |   40 
 src/cim/cim_gp.c     |   16 
 src/cim/cim_init.c   |    4 
 src/cim/cim_msr.c    |   21 
 src/cim/cim_parm.h   |    5 
 src/cim/cim_rtns.h   |    2 
 src/cim/cim_vg.c     |   58 -
 src/cim/cim_vip.c    |   48 -
 src/cim/cim_vop.c    |   14 
 src/cimarron.c       |   20 
 src/compat-api.h     |   89 --
 src/durango.c        |   38 
 src/geode.h          |   67 -
 src/geode_dcon.c     |    2 
 src/geode_ddc.c      |    8 
 src/geode_driver.c   |    6 
 src/geode_fourcc.h   |    5 
 src/geode_msr.c      |   22 
 src/gfx/disp_gu1.c   |    5 
 src/gfx/disp_gu2.c   |   13 
 src/gfx/gfx_defs.h   |   10 
 src/gfx/gfx_init.c   |    2 
 src/gfx/gfx_msr.c    |    6 
 src/gfx/gfx_priv.h   |   11 
 src/gfx/gfx_type.h   |    6 
 src/gfx/gfx_vid.c    |    6 
 src/gfx/msr_rdcl.c   |   14 
 src/gfx/tv_fs450.c   |  227 ++---
 src/gfx/vga_gu1.c    |    8 
 src/gfx/vid_1200.c   |    8 
 src/gfx/vid_rdcl.c   |   10 
 src/gx_accel.c       | 2093 ---------------------------------------------------
 src/gx_cursor.c      |    1 
 src/gx_driver.c      |  240 +----
 src/gx_exa.c         |  670 ++++++++++++++++
 src/gx_randr.c       |   46 -
 src/gx_rotate.c      |   23 
 src/gx_vga.c         |    4 
 src/gx_video.c       |   82 -
 src/lx_display.c     |   23 
 src/lx_driver.c      |   71 +
 src/lx_exa.c         |  141 ++-
 src/lx_memory.c      |    8 
 src/lx_output.c      |    4 
 src/lx_panel.c       |    8 
 src/lx_video.c       |   35 
 src/panel/cen9211.c  |    8 
 src/panel/dora9211.c |    4 
 src/panel/drac9210.c |    2 
 src/panel/gx2_9211.c |    4 
 src/panel/platform.c |   16 
 src/panel/pnl_init.c |    6 
 src/z4l.c            |   94 +-
 58 files changed, 1417 insertions(+), 3106 deletions(-)
---


More information about the xorg-commit mailing list