diff options
author | Ben Skeggs <[email protected]> | 2008-03-30 20:32:22 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-03-30 20:40:27 +1000 |
commit | bbefb541ad94382debb0f7a8daa636729799a31a (patch) | |
tree | 3f24aa5ffef5111705c05b395134a433d276658b /src/gallium/drivers/nv40/nv40_query.c | |
parent | 03c60e0fb691d39a168a8825ace7150ef3a20e02 (diff) |
nouveau: adapt to recent gallium changes
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_query.c')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/nv40_query.c b/src/gallium/drivers/nv40/nv40_query.c index 15961591b96..57f39cfab0c 100644 --- a/src/gallium/drivers/nv40/nv40_query.c +++ b/src/gallium/drivers/nv40/nv40_query.c @@ -75,7 +75,7 @@ nv40_query_end(struct pipe_context *pipe, struct pipe_query *pq) BEGIN_RING(curie, NV40TCL_QUERY_GET, 1); OUT_RING ((0x01 << NV40TCL_QUERY_GET_UNK24_SHIFT) | ((q->object->start * 32) << NV40TCL_QUERY_GET_OFFSET_SHIFT)); - FIRE_RING(); + FIRE_RING(NULL); } static boolean |