OSDN Git Service

i965/vs: Return a dummy value when visiting ir_texture.
authorEric Anholt <eric@anholt.net>
Thu, 8 Sep 2011 23:09:31 +0000 (16:09 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 21 Sep 2011 16:46:39 +0000 (09:46 -0700)
commitd4444b8e5b914cde428e549c0db9418ddc1402f6
treedc5ce0eaa1dfc33eff021dfb6482ddeb0d2d1ad9
parentd158f6e73b0b7306f7bee246d2349c490041e449
i965/vs: Return a dummy value when visiting ir_texture.

While the program won't successfully link in the end, this avoids
possible assertion failure in the driver during linking if
this->result isn't initialized with something already.
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp