summaryrefslogtreecommitdiff
path: root/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-04-02 10:42:24 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-04-02 10:42:24 +0000
commita3f73acb9d2cdc62692af7ff93c51f910dff2d0d (patch)
tree303d205e8e6ed9676bdcbe006a402c23bf668f6c /lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h
parentf54e142455cb3c9d1662dae7e096a32a47e5409b (diff)
Merge Mesa 23.3.6
Diffstat (limited to 'lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h')
-rw-r--r--lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h b/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h
index 1f5b47678..2531cf6e2 100644
--- a/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h
+++ b/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h
@@ -216,7 +216,7 @@ nv30_state_release(struct nv30_context *nv30);
#ifdef NV30_3D_VERTEX_BEGIN_END
#define NV30_PRIM_GL_CASE(n) \
- case PIPE_PRIM_##n: return NV30_3D_VERTEX_BEGIN_END_##n
+ case MESA_PRIM_##n: return NV30_3D_VERTEX_BEGIN_END_##n
static inline unsigned
nv30_prim_gl(unsigned prim)