diff options
author | Younes Manton <[email protected]> | 2008-07-03 20:05:32 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2008-07-06 22:05:07 -0400 |
commit | 49937b99855984dd01a431c026f9308b6c0dac4f (patch) | |
tree | c43ec7af9a811565ce7c20c39d9db932ca3f35de /src/gallium/state_trackers/g3dvl/Makefile | |
parent | f99643ca6ea3aa05a0b16dc5d99e11fa00185684 (diff) |
g3dvl: Round surfaces up to POT, use src rect when outputting surfaces.
Diffstat (limited to 'src/gallium/state_trackers/g3dvl/Makefile')
-rw-r--r-- | src/gallium/state_trackers/g3dvl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/g3dvl/Makefile b/src/gallium/state_trackers/g3dvl/Makefile index bd46d004e23..50e3c843b55 100644 --- a/src/gallium/state_trackers/g3dvl/Makefile +++ b/src/gallium/state_trackers/g3dvl/Makefile @@ -1,5 +1,5 @@ TARGET = libg3dvl.a -OBJECTS = vl_context.o vl_data.o vl_surface.o vl_shader_build.o +OBJECTS = vl_context.o vl_data.o vl_surface.o vl_shader_build.o vl_util.o GALLIUMDIR = ../.. CFLAGS += -g -Wall -fPIC -Werror -I${GALLIUMDIR}/include -I${GALLIUMDIR}/auxiliary |