OSDN Git Service

i965: disable using immediate values for MOV instructions
authorBrian Paul <brianp@vmware.com>
Thu, 16 Apr 2009 17:08:12 +0000 (11:08 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 16 Apr 2009 17:08:23 +0000 (11:08 -0600)
commit33b865f70dc1461b040c9c436ec8e5a8171f00e7
tree86124a9dbf488abc206c21960d1a8b1cf238572d
parenta25632d890bcc769e2d39650e3dfe6ee49393e54
i965: disable using immediate values for MOV instructions

For some reason, MOV instructions using immediate src values don't seem
to work reliably on the GLSL path.  Disable them for now (falling back to
const buffer reads).  This fixes a bunch of glean glsl1 failures.
src/mesa/drivers/dri/i965/brw_wm_glsl.c