RADEON_DEBUG is a bitfield, so use & instead of ==.
authorNicolai Haehnle <prefect_@gmx.net>
Thu, 17 Feb 2005 21:45:20 +0000 (21:45 +0000)
committerNicolai Haehnle <prefect_@gmx.net>
Thu, 17 Feb 2005 21:45:20 +0000 (21:45 +0000)
commit74477b24a8faef4ce0870b4a68270e586d107ff7
tree6400a0c844dc300f790047de8c3662ffe3d7a986
parent78152f85e7c1330d6038752381b9a7f2f732ce62
RADEON_DEBUG is a bitfield, so use & instead of ==.
Also, put the hash in preprocessor directives at the beginning of the line
to fix error messages.
src/mesa/drivers/dri/r300/r300_render.c