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

2012-05-25 Thread Eric Anholt
On Fri, 25 May 2012 10:51:31 -0700, Han Shen(沈涵) wrote: > 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

[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