diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-08-25 16:23:18 +0800 |
---|---|---|
committer | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-08-25 16:23:18 +0800 |
commit | b45f4b54b189a496255ddae12af38fc4c4408a51 (patch) | |
tree | 07fcb820c46c534baf2e33a2fde5bb07d647775b | |
parent | cc79b3ec19a7e858972228a270ef774041eb8946 (diff) |
Making render log a little quiet in normal
-rw-r--r-- | src/i915_exa_render.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i915_exa_render.c b/src/i915_exa_render.c index 90240b82..cb96898d 100644 --- a/src/i915_exa_render.c +++ b/src/i915_exa_render.c @@ -330,7 +330,9 @@ I915EXAPrepareComposite(int op, PicturePtr pSrcPicture, CARD32 dst_format, dst_offset, dst_pitch; CARD32 blendctl; - ErrorF("i915 prepareComposite\n"); +#ifdef I830DEBUG + ErrorF("Enter i915 prepareComposite\n"); +#endif I915GetDestFormat(pDstPicture, &dst_format); dst_offset = exaGetPixmapOffset(pDst); |