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

Author: Henri Verbeet <[email protected]>
Date:   Tue Jul  5 01:58:46 2011 +0200

r600g: Get rid of some unused functions.

Signed-off-by: Henri Verbeet <[email protected]>

---

 src/gallium/drivers/r600/eg_state_inlines.h   |   32 -------------------------
 src/gallium/drivers/r600/r600_state_inlines.h |   32 -------------------------
 2 files changed, 0 insertions(+), 64 deletions(-)

diff --git a/src/gallium/drivers/r600/eg_state_inlines.h 
b/src/gallium/drivers/r600/eg_state_inlines.h
index b559011..d9f88de 100644
--- a/src/gallium/drivers/r600/eg_state_inlines.h
+++ b/src/gallium/drivers/r600/eg_state_inlines.h
@@ -215,38 +215,6 @@ static inline unsigned r600_tex_compare(unsigned compare)
        }
 }
 
-static inline unsigned r600_tex_swizzle(unsigned swizzle)
-{
-       switch (swizzle) {
-       case PIPE_SWIZZLE_RED:
-               return V_030010_SQ_SEL_X;
-       case PIPE_SWIZZLE_GREEN:
-               return V_030010_SQ_SEL_Y;
-       case PIPE_SWIZZLE_BLUE:
-               return V_030010_SQ_SEL_Z;
-       case PIPE_SWIZZLE_ALPHA:
-               return V_030010_SQ_SEL_W;
-       case PIPE_SWIZZLE_ZERO:
-               return V_030010_SQ_SEL_0;
-       default:
-       case PIPE_SWIZZLE_ONE:
-               return V_030010_SQ_SEL_1;
-       }
-}
-
-static inline unsigned r600_format_type(unsigned format_type)
-{
-       switch (format_type) {
-       default:
-       case UTIL_FORMAT_TYPE_UNSIGNED:
-               return V_030010_SQ_FORMAT_COMP_UNSIGNED;
-       case UTIL_FORMAT_TYPE_SIGNED:
-               return V_030010_SQ_FORMAT_COMP_SIGNED;
-       case UTIL_FORMAT_TYPE_FIXED:
-               return V_030010_SQ_FORMAT_COMP_UNSIGNED_BIASED;
-       }
-}
-
 static inline unsigned r600_tex_dim(unsigned dim)
 {
        switch (dim) {
diff --git a/src/gallium/drivers/r600/r600_state_inlines.h 
b/src/gallium/drivers/r600/r600_state_inlines.h
index 5615dc6..e9479bd 100644
--- a/src/gallium/drivers/r600/r600_state_inlines.h
+++ b/src/gallium/drivers/r600/r600_state_inlines.h
@@ -215,38 +215,6 @@ static inline unsigned r600_tex_compare(unsigned compare)
        }
 }
 
-static inline unsigned r600_tex_swizzle(unsigned swizzle)
-{
-       switch (swizzle) {
-       case PIPE_SWIZZLE_RED:
-               return V_038010_SQ_SEL_X;
-       case PIPE_SWIZZLE_GREEN:
-               return V_038010_SQ_SEL_Y;
-       case PIPE_SWIZZLE_BLUE:
-               return V_038010_SQ_SEL_Z;
-       case PIPE_SWIZZLE_ALPHA:
-               return V_038010_SQ_SEL_W;
-       case PIPE_SWIZZLE_ZERO:
-               return V_038010_SQ_SEL_0;
-       default:
-       case PIPE_SWIZZLE_ONE:
-               return V_038010_SQ_SEL_1;
-       }
-}
-
-static inline unsigned r600_format_type(unsigned format_type)
-{
-       switch (format_type) {
-       default:
-       case UTIL_FORMAT_TYPE_UNSIGNED:
-               return V_038010_SQ_FORMAT_COMP_UNSIGNED;
-       case UTIL_FORMAT_TYPE_SIGNED:
-               return V_038010_SQ_FORMAT_COMP_SIGNED;
-       case UTIL_FORMAT_TYPE_FIXED:
-               return V_038010_SQ_FORMAT_COMP_UNSIGNED_BIASED;
-       }
-}
-
 static inline unsigned r600_tex_dim(unsigned dim)
 {
        switch (dim) {

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to