diff options
author | Brian Paul <[email protected]> | 2011-10-31 10:52:56 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-10-31 10:52:56 -0600 |
commit | 29eb2e89444691d319902679016738112173cc31 (patch) | |
tree | 3d47f98a4b054e82be3f8026e67863c5197f2e68 /src/mesa/SConscript | |
parent | a7d9e449f0a492c31ffb6417c98b87a543496930 (diff) |
mesa: compile new texstore.c file
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 45414bcde83..7688ce9411c 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -126,6 +126,7 @@ main_sources = [ 'main/texpal.c', 'main/texparam.c', 'main/texstate.c', + 'main/texstorage.c', 'main/texstore.c', 'main/texturebarrier.c', 'main/transformfeedback.c', |