projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ad986b
)
Add driver_private field for drivers that hook shader_queue_flush.
author
Ian Romanick
<idr@us.ibm.com>
Thu, 31 Jan 2008 04:10:45 +0000
(20:10 -0800)
committer
Ian Romanick
<idr@us.ibm.com>
Thu, 31 Jan 2008 04:14:52 +0000
(20:14 -0800)
src/mesa/pipe/draw/draw_private.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_private.h
b/src/mesa/pipe/draw/draw_private.h
index fea6d94ed8616e447891225cac86d290449aa570..7782db04770ebe27ea9f895d9e105f46228318ab 100644
(file)
--- 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;
};