Trigger tgsi compilation for fragment programs.
Not sure the generated program looks correct though...
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user