diff options
author | Matt Turner <[email protected]> | 2017-09-28 14:23:39 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-10-02 19:41:22 -0700 |
commit | dc546a7bb3fae1d597e5a22d9527540ec4f072c8 (patch) | |
tree | 7893f128eafcf0d0838e14766413599c9c73b577 /src/gallium/drivers/nouveau/nouveau_screen.c | |
parent | 3a8a5e77e8f992aaa3539e060885138c2fcddad1 (diff) |
gallium: Remove util_format_s3tc_init()
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_screen.c')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_screen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_screen.c b/src/gallium/drivers/nouveau/nouveau_screen.c index 13b76d76816..ea68809c6e8 100644 --- a/src/gallium/drivers/nouveau/nouveau_screen.c +++ b/src/gallium/drivers/nouveau/nouveau_screen.c @@ -242,8 +242,6 @@ nouveau_screen_init(struct nouveau_screen *screen, struct nouveau_device *dev) nouveau_disk_cache_create(screen); - util_format_s3tc_init(); - screen->lowmem_bindings = PIPE_BIND_GLOBAL; /* gallium limit */ screen->vidmem_bindings = PIPE_BIND_RENDER_TARGET | PIPE_BIND_DEPTH_STENCIL | |