mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
More meaningful warning.
This commit is contained in:
parent
aba4967150
commit
aa70d92a13
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue