Mesa (master): i965/vec4: Emit MADs from (x + -(y * z)).

2015-02-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 3d581f99963dea7e93a2f8fd819410da02c1cb7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d581f99963dea7e93a2f8fd819410da02c1cb7f Author: Matt Turner Date: Fri Dec 19 21:35:56 2014 -0800 i965/vec4: Emit MADs from (x + -(y * z)). Same as commit c4f

Mesa (master): nir: Replace assert(0) with unreachable().

2015-02-10 Thread Matt Turner
Module: Mesa Branch: master Commit: bb1e0071572d491be37d7dfb3841f48af69f6ede URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb1e0071572d491be37d7dfb3841f48af69f6ede Author: Matt Turner Date: Tue Feb 10 11:21:47 2015 -0800 nir: Replace assert(0) with unreachable(). Reviewed-by: Conn

Mesa (master): nir: Remove unused has_indirect variable.

2015-02-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 942b56ad05e3ae5a924e5b450f25084a332d9c89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=942b56ad05e3ae5a924e5b450f25084a332d9c89 Author: Matt Turner Date: Tue Feb 10 11:20:13 2015 -0800 nir: Remove unused has_indirect variable. Reviewed-by: Jason

Mesa (master): glsl: Optimize 1/exp(x) into exp(-x).

2015-02-10 Thread Matt Turner
Module: Mesa Branch: master Commit: ea0f0eb6c0a8b20bcce50c63170df94892a51142 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea0f0eb6c0a8b20bcce50c63170df94892a51142 Author: Matt Turner Date: Tue Feb 10 12:31:37 2015 -0800 glsl: Optimize 1/exp(x) into exp(-x). Lots of shaders divide

Mesa (master): i965/vec4: Emit MADs from (x + abs(y * z)).

2015-02-10 Thread Matt Turner
Module: Mesa Branch: master Commit: fff0b2eab507527395d34c145b19cfa39dc0a44c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fff0b2eab507527395d34c145b19cfa39dc0a44c Author: Matt Turner Date: Fri Jan 30 18:24:20 2015 -0800 i965/vec4: Emit MADs from (x + abs(y * z)). Same as commit 3

Mesa (master): nir: Remove casts from void*.

2015-02-10 Thread Matt Turner
Module: Mesa Branch: master Commit: a9065cef4879509c3dc96a5195f785647576f409 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9065cef4879509c3dc96a5195f785647576f409 Author: Matt Turner Date: Tue Feb 10 11:23:55 2015 -0800 nir: Remove casts from void*. Reviewed-by: Connor Abbott -

Mesa (master): i965/skl: Implement WaDisable1DDepthStencil

2015-02-10 Thread Neil Roberts
Module: Mesa Branch: master Commit: 5b29b2922afe2b8167a589fc2896a071fc85b693 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b29b2922afe2b8167a589fc2896a071fc85b693 Author: Neil Roberts Date: Mon Feb 2 17:47:23 2015 + i965/skl: Implement WaDisable1DDepthStencil Skylake+ doesn'

Mesa (master): 28 new commits

2015-02-10 Thread Francisco Jerez
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b224290fbf8f4f4ccf933a6281276931ccec9b8 Author: Francisco Jerez Date: Fri Nov 22 18:35:46 2013 -0800 i965/gen7-8: Implement glMemoryBarrier(). Reviewed-by: Kenneth Graunke URL: http://cgit.freedesktop.org/mesa/mesa/co

Mesa (master): nv50/ir: change the way float face is returned

2015-02-10 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 354206f407fffd5f0b553dcbcc46b178d0b22c47 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=354206f407fffd5f0b553dcbcc46b178d0b22c47 Author: Ilia Mirkin Date: Mon Jan 5 12:44:10 2015 -0500 nv50/ir: change the way float face is returned The old way m

Mesa (master): nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediately

2015-02-10 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 1e02f2badfd925739099bcfaa55ca99a484470d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e02f2badfd925739099bcfaa55ca99a484470d8 Author: Tiziano Bacocco Date: Fri Feb 6 19:03:41 2015 +0100 nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready im

Mesa (master): nv50/ir: Add emit support for MAD IMM format

2015-02-10 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 3dc39d0bca0f06454cb5cddf7571facb7671767a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3dc39d0bca0f06454cb5cddf7571facb7671767a Author: Roy Spliet Date: Fri Feb 6 22:46:55 2015 +0100 nv50/ir: Add emit support for MAD IMM format But don't enable

Mesa (master): nv50/ir: Fold IMM into MAD

2015-02-10 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 09ee907266f315300a7856b55e50e74dce8e946f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09ee907266f315300a7856b55e50e74dce8e946f Author: Roy Spliet Date: Fri Feb 6 22:46:56 2015 +0100 nv50/ir: Fold IMM into MAD Add a specific optimisation pass f

Mesa (master): nv50/ir: Add support for MAD 4-byte opcode

2015-02-10 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: fb63df22151fcf6a2fdbc739bd9a84a77bff0270 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb63df22151fcf6a2fdbc739bd9a84a77bff0270 Author: Roy Spliet Date: Fri Feb 6 22:46:54 2015 +0100 nv50/ir: Add support for MAD 4-byte opcode Add emission rules

Mesa (master): nir: Mark nir_print_instr's instr pointer as const.

2015-02-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 480ee1f0b46a916b91a9530d7384a58c8a87d779 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=480ee1f0b46a916b91a9530d7384a58c8a87d779 Author: Kenneth Graunke Date: Mon Feb 9 13:42:16 2015 -0800 nir: Mark nir_print_instr's instr pointer as const. Prin