diff options
author | Ian Romanick <[email protected]> | 2012-09-05 14:10:23 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-09-28 08:19:54 -0700 |
commit | a13c07f7528c74fc433a7227777351110087b89d (patch) | |
tree | b2bceed03b0dd083b77b274abc930246d9861e95 /src/mesa/main/api_loopback.h | |
parent | 3ef9e43865f38e9c8c5681768645513ce26e0488 (diff) |
mesa: Don't set loopback dispatch pointers for most things in ES2 or core
NOTE: This is a candidate for the 9.0 branch
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/api_loopback.h')
-rw-r--r-- | src/mesa/main/api_loopback.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/api_loopback.h b/src/mesa/main/api_loopback.h index a99c30962b0..3e43286d221 100644 --- a/src/mesa/main/api_loopback.h +++ b/src/mesa/main/api_loopback.h @@ -32,6 +32,8 @@ struct _glapi_table; -extern void _mesa_loopback_init_api_table( struct _glapi_table *dest ); +extern void +_mesa_loopback_init_api_table(const struct gl_context *ctx, + struct _glapi_table *dest); #endif /* API_LOOPBACK_H */ |