projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d3b86c
)
tnl: HAVE_LE32_VERTS is never defined, remove associated code
author
Brian Paul
<brianp@vmware.com>
Wed, 11 Mar 2015 23:10:53 +0000
(17:10 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 12 Mar 2015 13:52:45 +0000
(07:52 -0600)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/tnl_dd/t_dd_triemit.h
patch
|
blob
|
history
diff --git
a/src/mesa/tnl_dd/t_dd_triemit.h
b/src/mesa/tnl_dd/t_dd_triemit.h
index 39c9d26481b7c3909aed422c1d928005bb28b9e2..082e83f407b1d429f8ed6681d5fd2d67df570652 100644
(file)
--- a/
src/mesa/tnl_dd/t_dd_triemit.h
+++ b/
src/mesa/tnl_dd/t_dd_triemit.h
@@
-16,13
+16,6
@@
do { \
"D" ((long)vb), \
"S" ((long)v) ); \
} while (0)
-#elif defined(HAVE_LE32_VERTS)
-#define COPY_DWORDS( j, vb, vertsize, v ) \
-do { \
- for ( j = 0 ; j < vertsize ; j++ ) \
- vb[j] = CPU_TO_LE32(((GLuint *)v)[j]); \
- vb += vertsize; \
-} while (0)
#else
#define COPY_DWORDS( j, vb, vertsize, v ) \
do { \