diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2007-12-19 13:21:41 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2007-12-19 13:21:41 +1100 |
commit | 3e1e40ee79317dc5817af25f65d4a483b08fe592 (patch) | |
tree | 2ad3335f042b8bb9a78aa193c34599a955727d1d /src/mesa/pipe/p_state.h | |
parent | 3af35c6dfa4db1cbf830731882e61d57741f2898 (diff) | |
parent | d0a63de37888966591735a190d69b0333d31bef5 (diff) |
Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-rw-r--r-- | src/mesa/pipe/p_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index b7793c6d31..16d50fdb82 100644 --- a/src/mesa/pipe/p_state.h +++ b/src/mesa/pipe/p_state.h @@ -307,8 +307,8 @@ struct pipe_vertex_element * this attribute live in? */ unsigned vertex_buffer_index:5; - - unsigned dst_offset:8; + unsigned nr_components:3; + enum pipe_format src_format; /**< PIPE_FORMAT_* */ }; |