Mesa (master): glapi: Do not use glapioffsets.h.

Chia-I Wu olv at kemper.freedesktop.org
Fri Oct 29 05:02:33 UTC 2010


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

Author: Chia-I Wu <olv at lunarg.com>
Date:   Mon Oct 25 22:27:17 2010 +0800

glapi: Do not use glapioffsets.h.

glapioffsets.h exists for the same reason as glapidispatch.h does.  It
is of no use to glapi.  This commit also drops the use of glapioffsets.h
in glx as glx is considered an extension to glapi when it comes to
defining public GL entries.

---

 src/glx/indirect.h                   |    1 +
 src/glx/singlepix.c                  |   11 +-
 src/mapi/glapi/gen/glX_proto_send.py |    3 +
 src/mapi/glapi/gen/gl_SPARC_asm.py   |    4 +-
 src/mapi/glapi/gen/gl_procs.py       |    8 +-
 src/mapi/glapi/gen/gl_x86_asm.py     |    5 +-
 src/mapi/glapi/glapi_getproc.c       |   31 +-
 src/mapi/glapi/glapi_sparc.S         | 1668 ++++++++++++-------------
 src/mapi/glapi/glapi_x86.S           | 2213 ++++++++++++++++----------------
 src/mapi/glapi/glprocs.h             | 2290 +++++++++++++++++-----------------
 10 files changed, 3110 insertions(+), 3124 deletions(-)

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



More information about the mesa-commit mailing list