From: Jakob B. <wal...@gm...> - 2010-03-24 18:34:54
|
Hi all Can people please try out the gallium-targets branch I like to merge that as soon as possible. Also you will need to run autogen.sh if you switch to this branch. The branch moves all target like directories from the winsys directory into the targets directory this the dri/xorg/egl directories in src/gallium/winsys/drm/*/. It also reorganizes the winsys directory so that the first level says which winsys it exposes the second which type. Example: winsys/drm/radeon/core -> winsys/radeon/drm winsys/drm/radeon/dri -> targets/dri-radeong winsys/drm/radeon/egl -> targets/egl-radeon winsys/drm/radeon/xorg -> targets/xorg-radeon Bad things still left: winsys/i965/xlib should probably be split up into a target and winsys. winsys/g3dvl/* as well (tho this might be dead on the master branch). As far as I know things should not have regressed. Cheers Jakob. |