projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a1986
)
Add sse2_program to draw_vertex_shader.
author
michal
<michal@michal-laptop.(none)>
Fri, 26 Oct 2007 16:15:30 +0000
(17:15 +0100)
committer
michal
<michal@michal-laptop.(none)>
Sat, 27 Oct 2007 18:01:10 +0000
(19:01 +0100)
src/mesa/pipe/draw/draw_private.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_private.h
b/src/mesa/pipe/draw/draw_private.h
index e4c0551124379ed098a6c99a96011091c8a781b4..44cf0b1c98aa50888c1a1d32e17b27cc8cfa6ee0 100644
(file)
--- a/
src/mesa/pipe/draw/draw_private.h
+++ b/
src/mesa/pipe/draw/draw_private.h
@@
-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;
};
/**