diff options
author | Jakob Bornecrantz <[email protected]> | 2011-01-24 03:25:17 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2011-01-24 03:26:59 +0100 |
commit | a82408c3537afe09e40b3ee6b3a6cb1acc62f715 (patch) | |
tree | 989b6a5a28972693ec695b1448c608e51b9fcd9e /src/gallium/drivers/r300/r300_context.h | |
parent | 4c73030d47f39441d718157f7d9a59c136bbfac0 (diff) |
Revert "r300g/swtcl: re-enable LLVM"
This reverts commit 88550083b3857184445075e70fed8b2eed4952a1.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index e09cf87f733..9030f1bb982 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -456,7 +456,6 @@ 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; |