diff options
author | José Fonseca <[email protected]> | 2009-12-31 21:41:24 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-01-01 12:16:19 +0000 |
commit | fc8e0b97e53fc94b9bafa038cd4420a9588e62f7 (patch) | |
tree | fee0c98832f61f514fc89a2cb4fea17004c1b65a /src/gallium/state_trackers/vega/Makefile | |
parent | 7bbf7f94ea786e41ff1364cedaf7dd5c0bbf605a (diff) |
gallium: Remove the sct module.
Not used, and its functionality is now addressed by
pipe_context::is_texture/buffer_referenced callbacks.
Diffstat (limited to 'src/gallium/state_trackers/vega/Makefile')
-rw-r--r-- | src/gallium/state_trackers/vega/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/vega/Makefile b/src/gallium/state_trackers/vega/Makefile index b8c805b06c4..d3d2939494a 100644 --- a/src/gallium/state_trackers/vega/Makefile +++ b/src/gallium/state_trackers/vega/Makefile @@ -62,7 +62,6 @@ VG_TINY = 0 GALLIUM_LIBS = \ $(GALLIUM)/src/gallium/auxiliary/pipebuffer/libpipebuffer.a \ - $(GALLIUM)/src/gallium/auxiliary/sct/libsct.a \ $(GALLIUM)/src/gallium/auxiliary/draw/libdraw.a \ $(GALLIUM)/src/gallium/auxiliary/rtasm/librtasm.a \ $(GALLIUM)/src/gallium/auxiliary/translate/libtranslate.a \ |