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

Author: Emil Velikov <emil.veli...@collabora.com>
Date:   Mon Jul 17 15:34:14 2017 +0100

swr: remove unneeded fallback strcasecmp define

The last user of the function was removed with earlier commit.

Fixes: 50842e8a931 ("swr: replace gallium->swr format enum conversion")
Cc: Tim Rowley <timothy.o.row...@intel.com>
Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
Reviewed-by: Tim Rowley <timothy.o.row...@intel.com>

---

 src/gallium/drivers/swr/swr_screen.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/gallium/drivers/swr/swr_screen.cpp 
b/src/gallium/drivers/swr/swr_screen.cpp
index e88b4551ae..952ae0c77a 100644
--- a/src/gallium/drivers/swr/swr_screen.cpp
+++ b/src/gallium/drivers/swr/swr_screen.cpp
@@ -46,11 +46,6 @@
 #include <stdio.h>
 #include <map>
 
-/* MSVC case instensitive compare */
-#if defined(PIPE_CC_MSVC)
-   #define strcasecmp lstrcmpiA
-#endif
-
 /*
  * Max texture sizes
  * XXX Check max texture size values against core and sampler.

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to