nv50,nvc0: use screen instead of context for flush notifier
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 7 Jul 2011 12:58:29 +0000 (14:58 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 7 Jul 2011 13:00:12 +0000 (15:00 +0200)
commit3069a7eaa5d83e7f41616347ba244c0dc0d944ae
tree3de61a1dcd02840d5eefe03009592474c445f9ab
parente54354e8853c3521e71e5b94984722f18b7638e4
nv50,nvc0: use screen instead of context for flush notifier

Context may become NULL and we still have to be able to flush
pending fences.
src/gallium/drivers/nv50/nv50_context.c
src/gallium/drivers/nv50/nv50_screen.c
src/gallium/drivers/nv50/nv50_state_validate.c
src/gallium/drivers/nv50/nv50_vbo.c
src/gallium/drivers/nvc0/nvc0_context.c
src/gallium/drivers/nvc0/nvc0_screen.c
src/gallium/drivers/nvc0/nvc0_state_validate.c
src/gallium/drivers/nvc0/nvc0_vbo.c