Mesa (master): tgsi: Remove dead code.

Michał Król michal at kemper.freedesktop.org
Thu Feb 25 14:01:18 UTC 2010


Module: Mesa
Branch: master
Commit: aa799fa2d0701fbaa968036c0c1964d00a530c6d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa799fa2d0701fbaa968036c0c1964d00a530c6d

Author: Michal Krol <michal at vmware.com>
Date:   Thu Feb 25 15:01:10 2010 +0100

tgsi: Remove dead code.

---

 src/gallium/auxiliary/tgsi/tgsi_exec.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index 593c3cb..68566d3 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_exec.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c
@@ -960,18 +960,6 @@ micro_pow(
 #endif
 }
 
-#if 0
-static void
-micro_sqrt( union tgsi_exec_channel *dst,
-            const union tgsi_exec_channel *src )
-{
-   dst->f[0] = sqrtf( src->f[0] );
-   dst->f[1] = sqrtf( src->f[1] );
-   dst->f[2] = sqrtf( src->f[2] );
-   dst->f[3] = sqrtf( src->f[3] );
-}
-#endif
-
 static void
 micro_sub(union tgsi_exec_channel *dst,
           const union tgsi_exec_channel *src0,




More information about the mesa-commit mailing list