Mesa (master): i965/fs: Don't hardcode DEBUG_WM in generic fs code.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: cd1c1d302b60bdcc131d0feb048c9bc03896ee2f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd1c1d302b60bdcc131d0feb048c9bc03896ee2f Author: Matt Turner Date: Wed May 14 15:05:09 2014 -0700 i965/fs: Don't hardcode DEBUG_WM in generic fs code. Similar

Mesa (master): i965: Move next_offset() to brw_eu.h for use elsewhere.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: 392cbc2f930b2505520e85b97b407cb6d4e17548 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=392cbc2f930b2505520e85b97b407cb6d4e17548 Author: Matt Turner Date: Sat May 17 13:00:12 2014 -0700 i965: Move next_offset() to brw_eu.h for use elsewhere. Also

Mesa (master): i965: Emit 0.0:F sources with type VF instead.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: 99af02fb1778a425f1f3d211018d294b8d3b2245 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99af02fb1778a425f1f3d211018d294b8d3b2245 Author: Matt Turner Date: Fri May 2 14:47:55 2014 -0700 i965: Emit 0.0:F sources with type VF instead. Number of com

Mesa (master): Revert "i965/fs: Change fs_visitor:: emit_lrp to use MAC for gen<6"

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: c2c639ecf667b4b7cf17cfe33dfe710432f2c43a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2c639ecf667b4b7cf17cfe33dfe710432f2c43a Author: Matt Turner Date: Thu May 22 09:39:13 2014 -0700 Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for g

Mesa (master): i965: Emit ARF:UD for non-present src1 on Gen6+.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: fb977c90d1ef29f47b686c2755025543cf11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb977c90d1ef29f47b686c2755025543cf11 Author: Matt Turner Date: Fri May 2 14:14:11 2014 -0700 i965: Emit ARF:UD for non-present src1 on Gen6+. Enables the

Mesa (master): i965: Pass in start_offset to brw_compact_instructions().

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: 9976294e867785ea480f52178a3d3dc67ac72d32 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9976294e867785ea480f52178a3d3dc67ac72d32 Author: Matt Turner Date: Thu May 15 16:56:13 2014 -0700 i965: Pass in start_offset to brw_compact_instructions(). Le

Mesa (master): i965/fs+blorp: Remove left over dump_file arguments.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: 59f4e80d5330299b390c8d92a7df7fe4494704cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=59f4e80d5330299b390c8d92a7df7fe4494704cd Author: Matt Turner Date: Sat May 17 13:25:15 2014 -0700 i965/fs+blorp: Remove left over dump_file arguments. Were us

Mesa (master): i965: Remove useless typo'd debugging messages.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: 492af22fb469190a6466ecbba4d4e3ce6a5c1715 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=492af22fb469190a6466ecbba4d4e3ce6a5c1715 Author: Matt Turner Date: Mon May 19 14:08:37 2014 -0700 i965: Remove useless typo'd debugging messages. Reviewed-by:

Mesa (master): i965/cfg: Make DO instruction begin a basic block.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: dd0e1c3aff0193bc130161e6f4d13042a7d83bae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd0e1c3aff0193bc130161e6f4d13042a7d83bae Author: Matt Turner Date: Sat May 17 11:53:45 2014 -0700 i965/cfg: Make DO instruction begin a basic block. The DO in

Mesa (master): i965: Support compacted instructions with immediate sources.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: 1acb3a290e34779521854a7e4e035e1cf78ab746 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1acb3a290e34779521854a7e4e035e1cf78ab746 Author: Matt Turner Date: Wed Apr 30 16:28:59 2014 -0700 i965: Support compacted instructions with immediate sources.

Mesa (master): i965: Use next_offset() in instruction compaction code.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: 8942f44c8d2ff5454d523b85ba126c6fae0d81ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8942f44c8d2ff5454d523b85ba126c6fae0d81ff Author: Matt Turner Date: Sat May 17 13:03:59 2014 -0700 i965: Use next_offset() in instruction compaction code. Revi

Mesa (master): Revert "i965/vec4: Change vec4_visitor:: emit_lrp to use MAC for gen<6"

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: db42dd89527a42def720c3dd78a6e14402a1a2a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db42dd89527a42def720c3dd78a6e14402a1a2a2 Author: Matt Turner Date: Thu May 22 09:38:24 2014 -0700 Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC f

Mesa (master): i965/fs: Make patch_discard_jumps_to_fb_writes return bool.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: b5fd762474fb7252e7e1158e6398c10f1a035b1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5fd762474fb7252e7e1158e6398c10f1a035b1a Author: Matt Turner Date: Fri May 16 13:06:45 2014 -0700 i965/fs: Make patch_discard_jumps_to_fb_writes return bool.

Mesa (master): i965/fs: Use next_insn_offset rather than nr_insn.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: 424303db7f9ad47524ec5f3e38500620c16ab5a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=424303db7f9ad47524ec5f3e38500620c16ab5a1 Author: Matt Turner Date: Sun May 18 11:16:26 2014 -0700 i965/fs: Use next_insn_offset rather than nr_insn. Reviewed-

Mesa (master): i965: Print disassembly after compaction.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: f0f7fb181fc267934a44904da4530f50a698b18d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0f7fb181fc267934a44904da4530f50a698b18d Author: Matt Turner Date: Mon May 19 10:20:37 2014 -0700 i965: Print disassembly after compaction. Reviewed-by: Eric

Mesa (master): i965: Rename next_ip() -> next_offset().

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: e32e69cc27471f91093d5ceba0a18b22b4e4f8c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e32e69cc27471f91093d5ceba0a18b22b4e4f8c0 Author: Matt Turner Date: Sat May 17 12:53:56 2014 -0700 i965: Rename next_ip() -> next_offset(). That we were compar

Mesa (master): i965: Move brw_land_fwd_jump() to compilation unit of its use.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: f3cb2e6ed7059b22752a6b7d7a98c07ba6b5552e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3cb2e6ed7059b22752a6b7d7a98c07ba6b5552e Author: Matt Turner Date: Mon May 19 14:02:26 2014 -0700 i965: Move brw_land_fwd_jump() to compilation unit of its use

Mesa (master): i965: Delete unused brw_blorp_blit_test_compile().

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: 2afdd2f40b64e34387b89430bf47ab863d6a8e43 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2afdd2f40b64e34387b89430bf47ab863d6a8e43 Author: Matt Turner Date: Sat May 24 23:01:42 2014 -0700 i965: Delete unused brw_blorp_blit_test_compile(). --- src

Mesa (master): i965: Add annotation data structure and support code.

2014-05-24 Thread Matt Turner
Module: Mesa Branch: master Commit: a35b9cb625495e51a42b56cd1d8d2cb019abe243 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a35b9cb625495e51a42b56cd1d8d2cb019abe243 Author: Matt Turner Date: Mon May 19 10:17:51 2014 -0700 i965: Add annotation data structure and support code. Will b

Mesa (8.0): darwin: Write errors in choosing the pixel format to the crash log

2014-05-24 Thread Jeremy Huddleston
Module: Mesa Branch: 8.0 Commit: 1b2f877c8ef052b183c1f20ece6c6e4a7bfd237c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b2f877c8ef052b183c1f20ece6c6e4a7bfd237c Author: Jeremy Huddleston Sequoia Date: Sat May 24 14:13:33 2014 -0700 darwin: Write errors in choosing the pixel format

Mesa (8.0): darwin: Guard Core Profile usage behind a testing envvar

2014-05-24 Thread Jeremy Huddleston
Module: Mesa Branch: 8.0 Commit: 9d6e12eb6b06202519e48a7321f32944d7a34b0f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d6e12eb6b06202519e48a7321f32944d7a34b0f Author: Jeremy Huddleston Sequoia Date: Sat May 24 14:08:16 2014 -0700 darwin: Guard Core Profile usage behind a testing

Mesa (8.0): appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any matching pixel formats.

2014-05-24 Thread Jeremy Huddleston
Module: Mesa Branch: 8.0 Commit: f0702d6e631bb912a230c081463bb51a0dde1bff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0702d6e631bb912a230c081463bb51a0dde1bff Author: Jon TURNEY Date: Mon May 12 15:38:26 2014 +0100 appleglx: Improve error reporting if CGLChoosePixelFormat() didn'

Mesa (master): darwin: Guard Core Profile usage behind a testing envvar

2014-05-24 Thread Jeremy Huddleston
Module: Mesa Branch: master Commit: 04ce3be4010305902cc5ae81e8e0c8550d043a1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04ce3be4010305902cc5ae81e8e0c8550d043a1e Author: Jeremy Huddleston Sequoia Date: Sat May 24 14:08:16 2014 -0700 darwin: Guard Core Profile usage behind a testi

Mesa (master): darwin: Write errors in choosing the pixel format to the crash log

2014-05-24 Thread Jeremy Huddleston
Module: Mesa Branch: master Commit: 9eb1d36c978a9b15ae2e999c630492dfffd7f165 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9eb1d36c978a9b15ae2e999c630492dfffd7f165 Author: Jeremy Huddleston Sequoia Date: Sat May 24 14:13:33 2014 -0700 darwin: Write errors in choosing the pixel form