Hook-up SSE2 to VS.

This commit is contained in:
michal
2007-08-24 17:51:12 +01:00
parent 2c7b74725b
commit 4fd7bc00f0
8 changed files with 65 additions and 39 deletions

View File

@@ -36,6 +36,7 @@
#include "mtypes.h"
#include "pipe/tgsi/exec/tgsi_token.h"
#include "x86/rtasm/x86sse.h"
#define ST_FP_MAX_TOKENS 1024
@@ -83,6 +84,11 @@ struct st_vertex_program
struct tgsi_token tokens[ST_FP_MAX_TOKENS];
GLboolean dirty;
#if defined(USE_X86_ASM) || defined(SLANG_X86)
struct x86_function sse2_program;
#endif
#if 0
struct pipe_constant_buffer constants;
#endif