Add sse2_program to draw_vertex_shader.
authormichal <michal@michal-laptop.(none)>
Fri, 26 Oct 2007 16:15:30 +0000 (17:15 +0100)
committermichal <michal@michal-laptop.(none)>
Sat, 27 Oct 2007 18:01:10 +0000 (19:01 +0100)
src/mesa/pipe/draw/draw_private.h

index e4c0551..44cf0b1 100644 (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;
 };
 
 /**