diff options
author | Marek Olšák <[email protected]> | 2010-12-24 18:16:16 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-12-24 18:38:03 +0100 |
commit | 88550083b3857184445075e70fed8b2eed4952a1 (patch) | |
tree | 34a0dd9da7b1b9272dba842bf35bd2d7b2c2e8c5 /src/gallium/drivers/r300/r300_context.h | |
parent | 8fc6c5fb3684ba3f4a8810b8db09540de1187782 (diff) |
r300g/swtcl: re-enable LLVM
Based on a patch from Drill <[email protected]>.
NOTE: This is a candidate for the 7.10 branch.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 247f26d7a76..1af660105af 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -459,6 +459,7 @@ struct r300_context { struct r300_screen *screen; /* Draw module. Used mostly for SW TCL. */ + struct gallivm_state *gallivm; struct draw_context* draw; /* Vertex buffer for SW TCL. */ struct pipe_resource* vbo; |