OSDN Git Service

i965: Fix a warning in the release build.
authorEric Anholt <eric@anholt.net>
Thu, 11 Apr 2013 17:37:13 +0000 (10:37 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 12 Apr 2013 23:32:14 +0000 (16:32 -0700)
commitdea70404eb615bfa148fbd0fec5670fb2657c47b
treeee57d252f21cc039f7f074279246598838ad0202
parent28170c5b7f1feaa5918f4f5427435b0ad53a8c2f
i965: Fix a warning in the release build.

This was copy and pasted from can_reswizzle_dst(), and we can just fold it
in instead to avoid the warning.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_vec4.cpp