mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
nouveau: Missing notifier -> notifierobj migration
I missed this in the original migration.
This commit is contained in:
parent
3973d1ad33
commit
6a78221a10
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue