Re: [Mesa-dev] Gallium debugging help

2013-09-18 Thread Marek Olšák
Hi James, 1) Try: GALLIUM_TRACE=~/gallium.trace ./gbmtest 2) Trace is an optional component, so make sure it's built in your driver. See for example src/gallium/targets/dri-r600/Makefile.am to know how to add it. 3) The easiest way to debug gallium is to use a debugger. Marek On Wed, Sep 18,

[Mesa-dev] Gallium debugging help

2013-09-17 Thread James Simmons
Hello. I'm the main developer from the Openchrome project and we have reached the point were work is being started for the Gallium driver for VIA hardware. To help develope a stable simple start I decided to go for bare bones libgbm support using a gallium backend. So like any start my