diff options
author | Keith Whitwell <[email protected]> | 2004-01-06 20:13:41 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-01-06 20:13:41 +0000 |
commit | 203dca4287f263f4a2fd6e1fa15e5286894ac666 (patch) | |
tree | 6bf467e574a572cfbebacc7c94a9a0ec6d7a8f6b | |
parent | a48a280e27d714b5fba1696257fc992dfc1519cc (diff) |
Testing
-rw-r--r-- | src/mesa/tnl/t_vertex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c index 8ae8e746488..575db2a966c 100644 --- a/src/mesa/tnl/t_vertex.c +++ b/src/mesa/tnl/t_vertex.c @@ -42,6 +42,7 @@ + #define GET_VERTEX_STATE(ctx) &(TNL_CONTEXT(ctx)->clipspace) static void insert_4f_viewport_4( const struct tnl_clipspace_attr *a, GLubyte *v, |