summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate/translate.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-18 18:31:45 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-18 18:32:37 +0100
commit7400bc4b6fb0c20a935cd108afa92814eeafec6d (patch)
treef2c89de9f049c1abc5f3c96de01e919c75e7d67b /src/gallium/auxiliary/translate/translate.h
parent363f7abf2000c1cf5993ae8f83ba81b2054bf6e0 (diff)
translate: add sse version based on old draw_vf_sse.c
Diffstat (limited to 'src/gallium/auxiliary/translate/translate.h')
-rw-r--r--src/gallium/auxiliary/translate/translate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/translate/translate.h b/src/gallium/auxiliary/translate/translate.h
index 4f9f40e51a..d95d1ac4f3 100644
--- a/src/gallium/auxiliary/translate/translate.h
+++ b/src/gallium/auxiliary/translate/translate.h
@@ -42,6 +42,7 @@
#include "pipe/p_compiler.h"
#include "pipe/p_format.h"
+#include "pipe/p_state.h"
struct translate_element
{
@@ -93,6 +94,9 @@ struct translate *translate_lookup_or_create( struct translate_context *tctx,
#endif
+struct translate *translate_create( const struct translate_key *key );
+
+
/*******************************************************************************
* Private:
*/