Re: [Mesa-dev] [PATCH 3/4] mesa/st: implement new bit manipulation opcodes

2014-04-25 Thread Roland Scheidegger
Am 25.04.2014 19:41, schrieb Ilia Mirkin: > Also pipe through [IU]MUL_HI, MAD, and lower ldexp. This provides > coverage of all new ARB_gpu_shader5 functions except uaddCarry, > usubBorrow and interpolateAt*. > > Signed-off-by: Ilia Mirkin > --- > src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 70

[Mesa-dev] [PATCH 3/4] mesa/st: implement new bit manipulation opcodes

2014-04-25 Thread Ilia Mirkin
Also pipe through [IU]MUL_HI, MAD, and lower ldexp. This provides coverage of all new ARB_gpu_shader5 functions except uaddCarry, usubBorrow and interpolateAt*. Signed-off-by: Ilia Mirkin --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 70 ++ 1 file changed, 53 inser