Re: [Mesa-dev] [PATCH 00/16] Bit built-ins for ARB_gpu_shader5

2013-04-23 Thread Chris Forbes
Patches 1-3 and 7-12 are: Reviewed-by: Chris Forbes Have sent various comments for the others -- findMSB correctness as we discussed in IRC, plus various minor things. -- Chris ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.free

[Mesa-dev] [PATCH 00/16] Bit built-ins for ARB_gpu_shader5

2013-04-22 Thread Matt Turner
This series, available at git://people.freedesktop.org/~mattst88/mesa arb_gpu_shader5 adds support for the bit built-ins for ARB_gpu_shader5 to the GLSL compiler and the i965 driver. Interesting parts of the series - - New IR operations for each built-in, plus two operations that match i965