Add sse2_program to draw_vertex_shader.

This commit is contained in:
michal
2007-10-26 17:15:30 +01:00
parent 11a19866f6
commit bc99ea96fb
+2 -1
View File
@@ -123,7 +123,8 @@ struct draw_stage
* Private version of the compiled vertex_shader
*/
struct draw_vertex_shader {
const struct pipe_shader_state *state;
const struct pipe_shader_state *state;
struct x86_function sse2_program;
};
/**