mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 02:10:37 +02:00
Add driver_private field for drivers that hook shader_queue_flush.
This commit is contained in:
parent
524f99a4ab
commit
87cc80297c
1 changed files with 2 additions and 0 deletions
|
|
@ -259,6 +259,8 @@ struct draw_context
|
|||
#ifdef MESA_LLVM
|
||||
struct gallivm_cpu_engine *engine;
|
||||
#endif
|
||||
|
||||
void *driver_private;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue