On Wed, 2009-02-25 at 11:36 +0200, Pauli Nieminen wrote: > > Patch also changes all exit calls to UNLOCK_HARDWARE(); abort(); > combination so it is easier to get backtrace if facing bug in driver > code.
On a sidenote, ideally at least non-debugging builds should never exit() nor abort() but rather fall back to software rendering or set a GL error condition and continue. The reason being that with AIGLX, otherwise we're aborting the X server process... -- Earthling Michel Dänzer | http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
