Module: Mesa
Branch: master
Commit: 74ef90acd751fc91ba9e20c2f16871fa9bf140e0
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=74ef90acd751fc91ba9e20c2f16871fa9bf140e0
Author: Matt Turner
Date: Fri Feb 13 10:46:32 2015 -0800
i965: Let dump_instructions() work before calculate_cfg().
R
Module: Mesa
Branch: master
Commit: e8a6f2ad65b03eac7c030b2cd4955a162739870b
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8a6f2ad65b03eac7c030b2cd4955a162739870b
Author: Matt Turner
Date: Wed Feb 4 18:08:21 2015 -0800
i965: Add an is_negative_one() method.
Reviewed-by: Kenneth
Module: Mesa
Branch: master
Commit: 72b9f8db2a035b52dbd59af0d2a6441cbde11a4c
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=72b9f8db2a035b52dbd59af0d2a6441cbde11a4c
Author: Matt Turner
Date: Thu Feb 12 02:01:49 2015 +
i965/vec4/vp: Use vec4_visitor::CMP.
... instead of emit(BRW
Module: Mesa
Branch: master
Commit: eb47d0efd39d73d4388389d6c0ebe458160f79fa
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb47d0efd39d73d4388389d6c0ebe458160f79fa
Author: Matt Turner
Date: Wed Feb 4 18:08:30 2015 -0800
i965: Optimize multiplication by -1 into a negated MOV.
inst
Module: Mesa
Branch: master
Commit: fa124a337ca10d2c5d2d81a89dc8c21a7ba2f58b
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa124a337ca10d2c5d2d81a89dc8c21a7ba2f58b
Author: Matt Turner
Date: Fri Feb 13 10:34:39 2015 -0800
i965/fs: Call calculate_cfg() before optimize().
The CFG is
Module: Mesa
Branch: master
Commit: 7a83f7d4814c9216316a742e97c33259f7b3ae76
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a83f7d4814c9216316a742e97c33259f7b3ae76
Author: Matt Turner
Date: Thu Jan 8 22:55:16 2015 -0800
i965/fs: Handle W/UW-type immediates in dump_instructions().
Module: Mesa
Branch: master
Commit: a2299bfbbd6ed96ea4b529f90005d0242dbfeac0
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2299bfbbd6ed96ea4b529f90005d0242dbfeac0
Author: Matt Turner
Date: Thu Jan 8 22:56:44 2015 -0800
i965/fs: Handle U/UW-type immediates in the generator.
---