Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:fmherschel
fhxorg
xf86-video-i810-disable-debug.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xf86-video-i810-disable-debug.diff of Package fhxorg
commit b649f95ea6fd3555d073fdbf8f2f035dfe1afd33 Author: Alan Hourihane <alanh@fairlite.demon.co.uk> Date: Wed Nov 8 19:01:25 2006 +0000 Disable some debug message diff --git a/src/i915_video.c b/src/i915_video.c index 0833d50..78907ef 100644 --- a/src/i915_video.c +++ b/src/i915_video.c @@ -65,8 +65,10 @@ I915DisplayVideoTextured(ScrnInfoPtr pSc int nbox, dxo, dyo; Bool planar; +#if 0 ErrorF("I915DisplayVideo: %dx%d (pitch %d)\n", width, height, video_pitch); +#endif switch (id) { case FOURCC_UYVY: @@ -78,7 +80,9 @@ I915DisplayVideoTextured(ScrnInfoPtr pSc planar = TRUE; break; default: +#if 0 ErrorF("Unknown format 0x%x\n", id); +#endif planar = FALSE; break; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor