I'd like to cherry-pick back the changes from master that generate the glapi files for xserver glx in the mesa tree. You can't build xserver master or the server-1.5-branch against Mesa 7.0 right now. These commits won't fix that issue, but it can't be fixed at all without these patches. If nothing happens to fix it, it only means there are a few more files shipped in the 7.0.3 tarball. The commits are:
817af9bec2f799b4b8449112d1a25aad70ca4d15 fc67d47708eef27e129f4848896c6d10fbe32594 929b6d2ebf8128140fa2db413600f64a66148b5f 7688791fc52f116eea421fda1d17aba5cf10977b and one more commit to regenerate the files. Here's the diffstat: configs/default | 4 +- src/glx/x11/indirect_dispatch.c | 5914 +++++++++++++++++++++++++++++++++ src/glx/x11/indirect_dispatch.h | 1043 ++++++ src/glx/x11/indirect_dispatch_swap.c | 6076 ++++++++++++++++++++++++++++++++++ src/glx/x11/indirect_reqsize.c | 832 +++++ src/glx/x11/indirect_reqsize.h | 121 + src/glx/x11/indirect_size_get.c | 1206 +++++++ src/glx/x11/indirect_size_get.h | 102 + src/glx/x11/indirect_table.c | 1593 +++++++++ src/mesa/glapi/Makefile | 119 +- 10 files changed, 16948 insertions(+), 62 deletions(-) create mode 100644 src/glx/x11/indirect_dispatch.c create mode 100644 src/glx/x11/indirect_dispatch.h create mode 100644 src/glx/x11/indirect_dispatch_swap.c create mode 100644 src/glx/x11/indirect_reqsize.c create mode 100644 src/glx/x11/indirect_reqsize.h create mode 100644 src/glx/x11/indirect_size_get.c create mode 100644 src/glx/x11/indirect_size_get.h create mode 100644 src/glx/x11/indirect_table.c OK to commit? -- Dan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
