From: Brian Paul Date: Mon, 31 Oct 2011 16:52:56 +0000 (-0600) Subject: mesa: compile new texstore.c file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29eb2e89444691d319902679016738112173cc31;p=mesa.git mesa: compile new texstore.c file --- 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', diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index aedee3d1c71..6e327a4724b 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -93,6 +93,7 @@ MAIN_SOURCES = \ main/texpal.c \ main/texparam.c \ main/texstate.c \ + main/texstorage.c \ main/texstore.c \ main/texturebarrier.c \ main/transformfeedback.c \