summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2007-08-08 14:49:37 +0200
committerCarlos Martín Nieto <carlos@cmartin.tk>2007-08-08 14:49:37 +0200
commit6a78221a10d1c97f84e4c47e10b721aa4777d761 (patch)
tree34c9b9c853da8fb49dfdbcee2cf04674fdc77dca /src/mesa
parent3973d1ad3353cd66c69e5170908a9e9ae03477fb (diff)
nouveau: Missing notifier -> notifierobj migration
I missed this in the original migration.
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h
index 9a0be2cb2a..fdbde51a72 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_context.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h
@@ -109,12 +109,12 @@ typedef struct nouveau_context {
uint64_t gart_size;
/* Channel synchronisation */
- struct drm_nouveau_notifier_alloc *syncNotifier;
+ struct drm_nouveau_notifierobj_alloc *syncNotifier;
/* ARB_occlusion_query / EXT_timer_query */
GLuint query_object_max;
GLboolean * query_alloc;
- struct drm_nouveau_notifier_alloc *queryNotifier;
+ struct drm_nouveau_notifierobj_alloc *queryNotifier;
/* Additional hw-specific functions */
nouveau_hw_func hw_func;