[Mesa-dev] [PATCH] - main/ff_fragment_shader.cpp

2012-05-25 Thread
Hi I am working on chromium, and while I was compiling mesa trunk using gcc 4.7, I had to add explicit type cast for narrower conversion inside the initialization list. Could you take a look at the patch and upstream it if it is ok to you? Thanks, -Han diff --git a/src/mesa/main/ff_fragment_shade

[Mesa-dev] [PATCH] bin/mklib: remove '-m32' for arm linux

2012-04-20 Thread
Hi I am working on chromium, and while I was compiling mesa-8.0 for arm linux, I found '-m32' gets added to the mklib OPTS, which is not a valid option for arm gcc compiler. I attached a simple patch for this, could some one take a look at this? Do not add '-m32' to arm compiler options. diff -ru