Hi all,

As mentioned in another thread [1] there is interest in keeping the rbug 
driver. Although it's user - rbug-gui, lives in a repo outside of mesa 
leading to issues whenever we change/re-factor mesa. Considering that 
the tool/repo does not have branches that follow mesa's and the mesa 
and gallium's interfaces are not backward compatible, the consensus was 
to merge the tool into mesa.

The history of the tool (apart form configure.ac/Makefile.in) has been 
preserved, to ease git log/blame.

A branch rbug-gui-import at https://github.com/evelikov/Mesa/ is 
available for testing.

-Emil

[1] http://lists.freedesktop.org/archives/mesa-dev/2015-March/078393.html


Merge remote-tracking branch 'rbug-gui/rbug-gui-import' into rbug-gui-import
    
This merges the rbui-gui tool within the main mesa tree. This allows us
to keep the tool in sync, due to its dependency of internal mesa/gallium
components.

This import was done with commit c041f74a49a(rbug-gui: add a spin button
to select the layer index to display) as a base and running the script

$ git filter-branch -f --tree-filter /tmp/rbug-gui-filter
mkdir -p src1/gallium/tools/rbug-gui

rm -f autogen.sh configure.ac Makefile.in .gitignore
mv README res src todo.txt src1/gallium/tools/rbug-gui/
mv src1 src



_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to