| #include "glheader.h" | #include "glheader.h" | ||||
| #include "arbprogram.h" | #include "arbprogram.h" | ||||
| #include "arbfragparse.h" | |||||
| #include "arbvertparse.h" | |||||
| #include "context.h" | #include "context.h" | ||||
| #include "hash.h" | |||||
| #include "imports.h" | #include "imports.h" | ||||
| #include "macros.h" | #include "macros.h" | ||||
| #include "mtypes.h" | #include "mtypes.h" | ||||
| #include "nvvertprog.h" | #include "nvvertprog.h" | ||||
| /* XXX temporary */ | |||||
| static void | |||||
| _mesa_parse_arb_vertex_program(GLcontext *ctx, GLenum target, | |||||
| const GLubyte *string, GLsizei len, | |||||
| struct vertex_program *prog) | |||||
| { | |||||
| } | |||||
| static void | |||||
| _mesa_parse_arb_fragment_program(GLcontext *ctx, GLenum target, | |||||
| const GLubyte *string, GLsizei len, | |||||
| struct fragment_program *prog) | |||||
| { | |||||
| } | |||||
| /* | /* | ||||
| * Init context's program state | * Init context's program state | ||||
| */ | */ |