summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-01-30 20:10:45 -0800
committerIan Romanick <idr@us.ibm.com>2008-01-30 20:14:52 -0800
commita89ee8a96db1ac7674a5ae82e518ce5c380d9195 (patch)
treeda7c1eac2c790cda9a0df0ebd3e57eeb300fcd80 /src/mesa/pipe/draw
parent9ad986b88763f6baefa73830dcd5762156ab9b20 (diff)
Add driver_private field for drivers that hook shader_queue_flush.
Diffstat (limited to 'src/mesa/pipe/draw')
-rw-r--r--src/mesa/pipe/draw/draw_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/draw/draw_private.h b/src/mesa/pipe/draw/draw_private.h
index fea6d94ed8..7782db0477 100644
--- a/src/mesa/pipe/draw/draw_private.h
+++ b/src/mesa/pipe/draw/draw_private.h
@@ -259,6 +259,8 @@ struct draw_context
#ifdef MESA_LLVM
struct gallivm_cpu_engine *engine;
#endif
+
+ void *driver_private;
};