summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_context.h
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-09-28 07:33:54 -0400
committerZack Rusin <zack@tungstengraphics.com>2007-09-28 09:12:20 -0400
commit57b5d3605745c96ddc2b6de7d50c93db65ba1257 (patch)
treee1065a99cfd679a4063981524a705886da0a0b52 /src/mesa/pipe/draw/draw_context.h
parent6dcfddb8e2ec2bfb6187b912807fa65f28da2c5e (diff)
Use sse only if GALLIUM_SSE is defined
Diffstat (limited to 'src/mesa/pipe/draw/draw_context.h')
-rw-r--r--src/mesa/pipe/draw/draw_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/draw/draw_context.h b/src/mesa/pipe/draw/draw_context.h
index 398e96d94d..8e2232244c 100644
--- a/src/mesa/pipe/draw/draw_context.h
+++ b/src/mesa/pipe/draw/draw_context.h
@@ -99,6 +99,7 @@ void draw_bind_vertex_shader(struct draw_context *draw,
void draw_delete_vertex_shader(struct draw_context *draw,
void *vcso);
+boolean draw_use_sse(struct draw_context *draw);
void
draw_set_vertex_buffer(struct draw_context *draw,