[Mesa-dev] [PATCH 0/6] i965/fs: ARB_gpu_shader5 operations SIMD16 support

Matt Turner mattst88 at gmail.com
Sun Sep 28 13:26:28 PDT 2014


[PATCH 1/6] i965/fs: Set MUL source type to W/UW in 64-bit mul macro

   Fixes 64-bit multiploes on Gen8.

[PATCH 2/6] i965/fs: Don't offset uniform registers in half().

   Bug fix necessary for later patches.

[PATCH 3/6] i965/fs: Allow SIMD16 borrow/carry/64-bit multiply on Gen

   Don't apply Gen7 restrictions to Gen8.

[PATCH 4/6] i965/fs: Implement SIMD16 integer multiplies on Gen 7.
[PATCH 5/6] i965/fs: Implement SIMD16 64-bit integer multiplies on Gen 7.
[PATCH 6/6] i965/fs: Implement SIMD16 carry/borrow on Gen 7.

   Implements SIMD16 operations on Gen7.


More information about the mesa-dev mailing list