Trigger tgsi compilation for fragment programs.

Not sure the generated program looks correct though...
This commit is contained in:
Keith Whitwell
2007-07-19 20:24:55 +01:00
parent 6101fe641c
commit 4824c342c8
12 changed files with 152 additions and 40 deletions

View File

@@ -121,8 +121,11 @@ struct pipe_clip_state {
GLuint nr;
};
struct pipe_fs_state {
struct gl_fragment_program *fp;
GLuint inputs_read; /* FRAG_ATTRIB_* */
const struct tgsi_token *tokens;
};
struct pipe_constant_buffer {