diff options
author | alanh <alanh> | 2003-03-25 13:59:38 +0000 |
---|---|---|
committer | alanh <alanh> | 2003-03-25 13:59:38 +0000 |
commit | 19d1a3367308d38f4cbb066d9c2c6bad1a77c920 (patch) | |
tree | 0e38b781156180422a3e1c6d856fd5f3091d9d27 /xc/extras/Mesa/src | |
parent | 6bc0de662716e8e22958fb480080a08a74b9e815 (diff) |
merge in rest of Mesa changes
merge radeon driver (this doesn't build - probably due to Mesa 5.1 import)
Diffstat (limited to 'xc/extras/Mesa/src')
-rw-r--r-- | xc/extras/Mesa/src/X/realglx.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xc/extras/Mesa/src/X/realglx.c b/xc/extras/Mesa/src/X/realglx.c index b0b874943..89fd6f633 100644 --- a/xc/extras/Mesa/src/X/realglx.c +++ b/xc/extras/Mesa/src/X/realglx.c @@ -1,4 +1,4 @@ -/* $Id: realglx.c,v 1.11 2003/03/25 12:40:40 alanh Exp $ */ +/* $Id: realglx.c,v 1.12 2003/03/25 13:59:39 alanh Exp $ */ /* * Mesa 3-D graphics library @@ -178,9 +178,11 @@ _real_GetGLXDispatchTable(void) glx.GetAGPOffsetMESA = _real_glXGetAGPOffsetMESA; /*** GLX_ARB_render_texture ***/ +#if 0 glx.BindTexImageARB = _real_glXBindTexImageARB; glx.ReleaseTexImageARB = _real_glXReleaseTexImageARB; glx.DrawableAttribARB = _real_glXDrawableAttribARB; +#endif return &glx; } |