diff options
author | Chia-I Wu <[email protected]> | 2013-05-02 15:49:35 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-05-03 11:59:10 +0800 |
commit | 5dd3bd70a1758988c9bb1f3317bcfee9db346588 (patch) | |
tree | 91b3243fc15c669430ad135269a55db3b58d1f72 /src/gallium/auxiliary/util | |
parent | 185692e72c5031cd8b46f1e26c1539ea4c226e21 (diff) |
draw: use u_assembled_prim() instead of u_assembled_primitive()
The latter function is also removed as a result of the change.
Signed-off-by: Chia-I Wu <[email protected]>
Acked-by: Zack Rusin <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util')
-rw-r--r-- | src/gallium/auxiliary/util/u_prim.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/auxiliary/util/u_prim.h b/src/gallium/auxiliary/util/u_prim.h index 9f1cd79bfd2..7948dae38f7 100644 --- a/src/gallium/auxiliary/util/u_prim.h +++ b/src/gallium/auxiliary/util/u_prim.h @@ -273,14 +273,6 @@ u_decomposed_prims_for_vertices(int primitive, int vertices) } } -static INLINE unsigned -u_assembled_primitive(unsigned prim) -{ - return u_assembled_prim(prim); -} - - - const char *u_prim_name( unsigned pipe_prim ); #endif |