diff options
author | Eric Anholt <eric@anholt.net> | 2010-10-05 22:30:42 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-10-07 16:41:13 -0700 |
commit | bbb840049e7a92af6e0e8c2c5c21c63caec9e826 (patch) | |
tree | 80f3f6656aeea7043e98ba34cf0194a9972f2e64 /src/mesa/drivers/dri/i965/Makefile | |
parent | 4d202da7a4951eb534f77014238e7cdca9f781e9 (diff) |
i965: Normalize cubemap coordinates like is done in the Mesa IR path.
Fixes glsl-fs-texturecube-2-*
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile index bea48e1313..917d39061d 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -105,6 +105,7 @@ C_SOURCES = \ $(DRIVER_SOURCES) CXX_SOURCES = \ + brw_cubemap_normalize.cpp \ brw_fs.cpp \ brw_fs_channel_expressions.cpp \ brw_fs_vector_splitting.cpp |