diff options
author | Keith Whitwell <[email protected]> | 2008-04-18 18:31:45 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-18 18:32:37 +0100 |
commit | 7400bc4b6fb0c20a935cd108afa92814eeafec6d (patch) | |
tree | f2c89de9f049c1abc5f3c96de01e919c75e7d67b /src/gallium/auxiliary/translate/translate.h | |
parent | 363f7abf2000c1cf5993ae8f83ba81b2054bf6e0 (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.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/translate/translate.h b/src/gallium/auxiliary/translate/translate.h index 4f9f40e51a1..d95d1ac4f3d 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: */ |