mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
swr: remove unneeded fallback strcasecmp define
The last user of the function was removed with earlier commit.
Fixes: 50842e8a93 ("swr: replace gallium->swr format enum conversion")
Cc: Tim Rowley <timothy.o.rowley@intel.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Tim Rowley <timothy.o.rowley@intel.com>
This commit is contained in:
parent
8e25e23dae
commit
a0755f2e6a
1 changed files with 0 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue