nv50: remove horrific abuse of nouveau_channel.flush_notify
authorBen Skeggs <bskeggs@redhat.com>
Wed, 3 Mar 2010 04:59:28 +0000 (14:59 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 10 Mar 2010 06:29:59 +0000 (16:29 +1000)
commit3f804b0f199680e981c70376f55ecc5fe8d16aec
tree950b89c271f24e1bd37e4a9ccd3ab28b9ce12db6
parentc926ed0e76bdbf842170f9396856e9cedb6e718f
nv50: remove horrific abuse of nouveau_channel.flush_notify

Really though, using this at all is just not a good idea in the 3D driver.
I'm almost certain the hardware will not like a reloc appearing between
begin()/end().. Anyways, this is still better than before, more fixes
to come..
src/gallium/drivers/nv50/nv50_context.c
src/gallium/drivers/nv50/nv50_vbo.c