[Mesa-dev] [Bug 30108] New: [bisected] unable to load driver: r300_dri.so, undefined symbol: _glapi_logging_available
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 9 13:55:09 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30108
Summary: [bisected] unable to load driver: r300_dri.so,
undefined symbol: _glapi_logging_available
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Keywords: regression
Severity: normal
Priority: medium
Component: Mesa core
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: drakkk at centrum.cz
CC: krh at bitplanet.net
After this commit, I lost direct rendering
commit b9abc6139a310677a37754ea7172d976dbf56979
Author: Kristian Høgsberg <krh at bitplanet.net>
Date: Thu Sep 9 12:59:14 2010 -0400
glapi: Implement optional dispatch logging
There's a useful feature buried in glapi to log all API calls to stderr.
Unfortunately it requires editing the code and then it's enabled
unconditionally for that build. This patch builds in API logging for
debug builds and makes it run-time switchable by setting
MESA_DEBUG=dispatch
More information about the mesa-dev
mailing list