projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a45f2ec
)
tgsi: ifdef out unused function micro_sqrt.
author
Vinson Lee
<vlee@vmware.com>
Sat, 20 Feb 2010 08:56:32 +0000
(
00:56
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 20 Feb 2010 08:56:32 +0000
(
00:56
-0800)
src/gallium/auxiliary/tgsi/tgsi_exec.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_exec.c
b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index fdbf2b436e42f6e73d77e953c5f09b318deccc8e..593c3cbfb38917559a716304106aa734d3a18ed9 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_exec.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_exec.c
@@
-960,6
+960,7
@@
micro_pow(
#endif
}
+#if 0
static void
micro_sqrt( union tgsi_exec_channel *dst,
const union tgsi_exec_channel *src )
@@
-969,6
+970,7
@@
micro_sqrt( union tgsi_exec_channel *dst,
dst->f[2] = sqrtf( src->f[2] );
dst->f[3] = sqrtf( src->f[3] );
}
+#endif
static void
micro_sub(union tgsi_exec_channel *dst,