Re: [Mesa-dev] [PATCH] llvmpipe: get rid of tiled/linear layout remains

2013-05-28 Thread Jose Fonseca
Looks alright AFAICT. Jose - Original Message - > From: Roland Scheidegger > > Eliminate the rest of the no longer needed layout logic. > (It is possible some code could be simplified a bit further still.) > --- > src/gallium/drivers/llvmpipe/lp_scene.c |6 +- > src/gallium

[Mesa-dev] [PATCH] llvmpipe: get rid of tiled/linear layout remains

2013-05-28 Thread sroland
From: Roland Scheidegger Eliminate the rest of the no longer needed layout logic. (It is possible some code could be simplified a bit further still.) --- src/gallium/drivers/llvmpipe/lp_scene.c |6 +- src/gallium/drivers/llvmpipe/lp_setup.c |6 +- src/gallium/drivers/llvm