summaryrefslogtreecommitdiff
path: root/i965/brw_curbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'i965/brw_curbe.c')
-rw-r--r--i965/brw_curbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i965/brw_curbe.c b/i965/brw_curbe.c
index 5bf0ed5..3343bed 100644
--- a/i965/brw_curbe.c
+++ b/i965/brw_curbe.c
@@ -305,7 +305,7 @@ static void upload_constant_buffer(struct brw_context *brw)
if (!brw_pool_alloc(pool,
bufsz,
- 6,
+ 1 << 6,
&brw->curbe.gs_offset)) {
_mesa_printf("out of GS memory for curbe\n");
assert(0);