diff options
author | José Fonseca <[email protected]> | 2008-04-21 13:02:59 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-04-21 13:02:59 +0900 |
commit | 40e0439db448a7d93ddb18faac7f14b47b1343c0 (patch) | |
tree | b3f67744af49cc93bd01d1ad23f45c3deaa1d0d2 /src/gallium/auxiliary/draw/draw_private.h | |
parent | 29858e1b553cee1fd7e3380ea62c69d2a6b91b95 (diff) |
gallium: Centralize SSE usage logic.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_private.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h index 27f61c2f40f..da973e868b8 100644 --- a/src/gallium/auxiliary/draw/draw_private.h +++ b/src/gallium/auxiliary/draw/draw_private.h @@ -192,8 +192,6 @@ struct draw_context float plane[12][4]; unsigned nr_planes; - boolean use_sse; - /* If a prim stage introduces new vertex attributes, they'll be stored here */ struct { |