diff options
author | Keith Whitwell <[email protected]> | 2008-05-28 23:54:18 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-05-28 23:54:18 +0100 |
commit | 728d1f7f43b6db9f4f42c2d16ba223c492d1147d (patch) | |
tree | d7cc98010797d0fde137aa2d065a75198cacc24c /src/gallium/auxiliary/draw/draw_vs.h | |
parent | 648da5158e5f418bf859aee6aa4532b6899b0d94 (diff) |
draw: enable FSE by default
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vs.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs.h b/src/gallium/auxiliary/draw/draw_vs.h index 01171bc23d5..7aa0415baf0 100644 --- a/src/gallium/auxiliary/draw/draw_vs.h +++ b/src/gallium/auxiliary/draw/draw_vs.h @@ -123,6 +123,10 @@ struct draw_vertex_shader { struct tgsi_shader_info info; + /* Extracted from shader: + */ + const float (*immediates)[4]; + /* */ struct draw_vs_varient *varient[16]; |