Mesa (master): glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.

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


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

Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Wed Jul 28 11:16:00 2010 -0400

glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.

---

 src/glx/apple/glxreply.c             |    6 +-
 src/glx/clientattrib.c               |    8 +-
 src/glx/dri2.c                       |    2 +-
 src/glx/dri2_glx.c                   |   34 +-
 src/glx/dri_glx.c                    |   18 +-
 src/glx/drisw_glx.c                  |   14 +-
 src/glx/glx_pbuffer.c                |   14 +-
 src/glx/glxclient.h                  |   78 ++--
 src/glx/glxcmds.c                    |  141 +++---
 src/glx/glxcurrent.c                 |   34 +-
 src/glx/glxext.c                     |   38 +-
 src/glx/glxextensions.c              |    4 +-
 src/glx/glxextensions.h              |    6 +-
 src/glx/indirect.c                   | 1000 +++++++++++++++++-----------------
 src/glx/indirect.h                   |    6 +-
 src/glx/indirect_init.c              |    6 +-
 src/glx/indirect_init.h              |    2 +-
 src/glx/indirect_vertex_array.c      |   64 ++--
 src/glx/indirect_vertex_program.c    |   14 +-
 src/glx/packrender.h                 |    2 +-
 src/glx/packsingle.h                 |    2 +-
 src/glx/pixel.c                      |    8 +-
 src/glx/pixelstore.c                 |    6 +-
 src/glx/renderpix.c                  |    2 +-
 src/glx/single2.c                    |   12 +-
 src/glx/singlepix.c                  |    2 +-
 src/glx/vertarr.c                    |    2 +-
 src/glx/xfont.c                      |    2 +-
 src/mapi/glapi/gen/glX_proto_recv.py |    4 +-
 src/mapi/glapi/gen/glX_proto_send.py |   18 +-
 30 files changed, 781 insertions(+), 768 deletions(-)

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



More information about the mesa-commit mailing list