Re: [Mesa-dev] [PATCH] llvmpipe: remove the power of two sizeof(struct cmd_block) assertion

2013-03-07 Thread Jose Fonseca
- Original Message - > It fails on 32-bit systems (I only tested on 64-bit). Power of two > size isn't required, so just remove the assertion. > --- > src/gallium/drivers/llvmpipe/lp_scene.c |7 --- > 1 files changed, 0 insertions(+), 7 deletions(-) > > diff --git a/src/gallium

[Mesa-dev] [PATCH] llvmpipe: remove the power of two sizeof(struct cmd_block) assertion

2013-03-06 Thread Brian Paul
It fails on 32-bit systems (I only tested on 64-bit). Power of two size isn't required, so just remove the assertion. --- src/gallium/drivers/llvmpipe/lp_scene.c |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_scene.c b/src/gallium/d