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_context.h | |
parent | 29858e1b553cee1fd7e3380ea62c69d2a6b91b95 (diff) |
gallium: Centralize SSE usage logic.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h index a0ac980c89f..68e2efb8655 100644 --- a/src/gallium/auxiliary/draw/draw_context.h +++ b/src/gallium/auxiliary/draw/draw_context.h @@ -73,8 +73,6 @@ void draw_enable_line_stipple(struct draw_context *draw, boolean enable); void draw_enable_point_sprites(struct draw_context *draw, boolean enable); -boolean draw_use_sse(struct draw_context *draw); - void draw_install_aaline_stage(struct draw_context *draw, struct pipe_context *pipe); |