summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_state.h
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2007-12-19 13:21:41 +1100
committerBen Skeggs <skeggsb@gmail.com>2007-12-19 13:21:41 +1100
commit3e1e40ee79317dc5817af25f65d4a483b08fe592 (patch)
tree2ad3335f042b8bb9a78aa193c34599a955727d1d /src/mesa/pipe/p_state.h
parent3af35c6dfa4db1cbf830731882e61d57741f2898 (diff)
parentd0a63de37888966591735a190d69b0333d31bef5 (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.h4
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_* */
};