Mesa (master): glx: Rename __GLcontextModes to struct glx_config

Kristian Høgsberg krh at kemper.freedesktop.org
Wed Jul 28 20:50:38 UTC 2010


Module: Mesa
Branch: master
Commit: 6ddf66e9230ee862ac341c4767cf6b3b2dd2552b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ddf66e9230ee862ac341c4767cf6b3b2dd2552b

Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Wed Jul 28 10:07:52 2010 -0400

glx: Rename __GLcontextModes to struct glx_config

With this rename, we use 'config' consitently to refer to GLX configurations
instead of the modes/configs/visual mess before.

---

 src/glx/apple/apple_glx_drawable.h |    2 +-
 src/glx/apple/apple_glx_pbuffer.c  |    2 +-
 src/glx/apple/apple_glx_pixmap.c   |    2 +-
 src/glx/apple/apple_visual.c       |    2 +-
 src/glx/apple/apple_visual.h       |    2 +-
 src/glx/dri2_glx.c                 |   10 +-
 src/glx/dri_common.c               |   50 ++++-----
 src/glx/dri_common.h               |    6 +-
 src/glx/dri_glx.c                  |   14 ++--
 src/glx/drisw_glx.c                |    8 +-
 src/glx/glcontextmodes.c           |  106 ++++++-------------
 src/glx/glcontextmodes.h           |   27 +++--
 src/glx/glx_pbuffer.c              |   60 +++++-----
 src/glx/glxclient.h                |   18 ++--
 src/glx/glxcmds.c                  |  205 +++++++++++++++++-------------------
 src/glx/glxcurrent.c               |    2 +-
 src/glx/glxext.c                   |   31 ++++--
 17 files changed, 258 insertions(+), 289 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=6ddf66e9230ee862ac341c4767cf6b3b2dd2552b



More information about the mesa-commit mailing list