More meaningful warning.

This commit is contained in:
Aapo Tahkola 2006-03-31 03:01:28 +00:00
parent aba4967150
commit aa70d92a13

View file

@ -453,8 +453,8 @@ GLboolean r300_run_vb_render(GLcontext *ctx,
do { \
if (expr) { \
if (1 || RADEON_DEBUG & DEBUG_FALLBACKS) \
WARN_ONCE("fallback:%s\n", #expr); \
return R300_FALLBACK_RAST; \
WARN_ONCE("Software fallback:%s\n", #expr); \
return R300_FALLBACK_RAST; \
} \
} while(0)