i965: Normalize cubemap coordinates like is done in the Mesa IR path.
authorEric Anholt <eric@anholt.net>
Wed, 6 Oct 2010 05:30:42 +0000 (22:30 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 7 Oct 2010 23:41:13 +0000 (16:41 -0700)
commitbbb840049e7a92af6e0e8c2c5c21c63caec9e826
tree80f3f6656aeea7043e98ba34cf0194a9972f2e64
parent4d202da7a4951eb534f77014238e7cdca9f781e9
i965: Normalize cubemap coordinates like is done in the Mesa IR path.

Fixes glsl-fs-texturecube-2-*
src/mesa/drivers/dri/i965/Makefile
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_cubemap_normalize.cpp [new file with mode: 0644]
src/mesa/drivers/dri/i965/brw_fs.cpp