diff options
author | Matt Turner <[email protected]> | 2017-09-27 21:17:45 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-10-02 19:41:22 -0700 |
commit | c5d508028454f42923aee1ea1ab876f01f680ae7 (patch) | |
tree | 507cb39551ab616e4146e7fb67e2772c712a0894 /src/mesa/main/texcompress_s3tc.h | |
parent | 78c6221f18ab451f2e57bc61852595a60f82e3cb (diff) |
mesa: Drop Mesa_DXTn from gl_context
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/main/texcompress_s3tc.h')
-rw-r--r-- | src/mesa/main/texcompress_s3tc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/texcompress_s3tc.h b/src/mesa/main/texcompress_s3tc.h index 438b71fe332..0dbb5fc5371 100644 --- a/src/mesa/main/texcompress_s3tc.h +++ b/src/mesa/main/texcompress_s3tc.h @@ -44,9 +44,6 @@ extern GLboolean _mesa_texstore_rgba_dxt5(TEXSTORE_PARAMS); -extern void -_mesa_init_texture_s3tc(struct gl_context *ctx); - extern compressed_fetch_func _mesa_get_dxt_fetch_func(mesa_format format); |