Mesa (master): i965: Fix software primitive restart with indirect draws.

2015-04-14 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 406df68736a213f17f21a38a7c2da4ea15acd053 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=406df68736a213f17f21a38a7c2da4ea15acd053 Author: Kenneth Graunke Date: Sat Apr 11 02:21:48 2015 -0700 i965: Fix software primitive restart with indirect draws.

Mesa (master): i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS.

2015-04-14 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 21d29124a719bdaf5794859a4a7441cc6be33df7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21d29124a719bdaf5794859a4a7441cc6be33df7 Author: Kenneth Graunke Date: Sun Apr 12 03:52:39 2015 -0700 i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS. In commi

Mesa (master): i965: Implement proper workaround for Gen4 GPU CONSTANT_BUFFER hangs.

2015-04-14 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: f55ded764ce60f87463e33bfa3a32e2c44715581 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f55ded764ce60f87463e33bfa3a32e2c44715581 Author: Kenneth Graunke Date: Sun Apr 12 18:39:07 2015 -0700 i965: Implement proper workaround for Gen4 GPU CONSTANT_B

Mesa (master): radeon/llvm: Run LLVM's instruction combining pass

2015-04-14 Thread Tom Stellard
Module: Mesa Branch: master Commit: c6d79ed289a75f13c65f011be870f7e43a0fedc7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6d79ed289a75f13c65f011be870f7e43a0fedc7 Author: Tom Stellard Date: Fri Apr 10 17:07:16 2015 + radeon/llvm: Run LLVM's instruction combining pass This sho

Mesa (master): radeonsi: Add header and footer to shader stat dump

2015-04-14 Thread Tom Stellard
Module: Mesa Branch: master Commit: 2569c7109d466137ac2b9964db3427ccf2bbf49e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2569c7109d466137ac2b9964db3427ccf2bbf49e Author: Tom Stellard Date: Mon Apr 13 12:56:37 2015 + radeonsi: Add header and footer to shader stat dump This ma

Mesa (master): radeon/llvm: Improve codegen for KILL_IF

2015-04-14 Thread Tom Stellard
Module: Mesa Branch: master Commit: e0994e0f97a2078735f0b5e86cbad9f74c565c05 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0994e0f97a2078735f0b5e86cbad9f74c565c05 Author: Tom Stellard Date: Mon Apr 13 13:25:41 2015 + radeon/llvm: Improve codegen for KILL_IF Rather than emitti

Mesa (master): i965/fs: Always invert predicate of SEL with swapped arguments

2015-04-14 Thread Ian Romanick
Module: Mesa Branch: master Commit: 05a1d84491eabf56564488ba0b0b0b8e91fd4309 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05a1d84491eabf56564488ba0b0b0b8e91fd4309 Author: Ian Romanick Date: Mon Mar 23 12:03:56 2015 -0700 i965/fs: Always invert predicate of SEL with swapped argumen

Mesa (master): i965/skl: Use an exec size of 8 to initialise the message header

2015-04-14 Thread Neil Roberts
Module: Mesa Branch: master Commit: 07c571a39fa12c3db1c638302de7aed67844609b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=07c571a39fa12c3db1c638302de7aed67844609b Author: Neil Roberts Date: Fri Apr 10 17:20:21 2015 +0100 i965/skl: Use an exec size of 8 to initialise the message he

Mesa (master): i965/fs: Correct mistake in determining whether a MUL is negated.

2015-04-14 Thread Matt Turner
Module: Mesa Branch: master Commit: 3ca17e75e4fe129511a4dcad47e139485beef880 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ca17e75e4fe129511a4dcad47e139485beef880 Author: Matt Turner Date: Mon Apr 13 11:29:14 2015 -0700 i965/fs: Correct mistake in determining whether a MUL is nega

Mesa (master): state_tracker: replace __FUNCTION__ with __func__

2015-04-14 Thread Matt Turner
Module: Mesa Branch: master Commit: 50cb780f7f90ffc4018f41502a472604bf1677c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50cb780f7f90ffc4018f41502a472604bf1677c3 Author: Marius Predut Date: Tue Apr 7 22:04:38 2015 +0300 state_tracker: replace __FUNCTION__ with __func__ Consiste

Mesa (master): swrast: replace __FUNCTION__ with __func__

2015-04-14 Thread Matt Turner
Module: Mesa Branch: master Commit: d02942cc779f97b499c80879db60aa469f651b49 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d02942cc779f97b499c80879db60aa469f651b49 Author: Marius Predut Date: Tue Apr 7 22:03:52 2015 +0300 swrast: replace __FUNCTION__ with __func__ Consistently ju

Mesa (master): i915: replace __FUNCTION__ with __func__

2015-04-14 Thread Matt Turner
Module: Mesa Branch: master Commit: 139e6c7c4a9c59be5f4b3f431ac393cc097326ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=139e6c7c4a9c59be5f4b3f431ac393cc097326ac Author: Marius Predut Date: Tue Apr 7 22:05:44 2015 +0300 i915: replace __FUNCTION__ with __func__ Consistently just

Mesa (master): i965: replace __FUNCTION__ with __func__

2015-04-14 Thread Matt Turner
Module: Mesa Branch: master Commit: 28d9e90428282a5e0a6aa31ad858a5cf514d1264 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28d9e90428282a5e0a6aa31ad858a5cf514d1264 Author: Marius Predut Date: Tue Apr 7 22:05:28 2015 +0300 i965: replace __FUNCTION__ with __func__ Consistently just

Mesa (master): main: replace __FUNCTION__ with __func__

2015-04-14 Thread Matt Turner
Module: Mesa Branch: master Commit: 6f4d9418b41f650630e725e0a842de9bb1ad746f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f4d9418b41f650630e725e0a842de9bb1ad746f Author: Marius Predut Date: Tue Apr 7 22:04:58 2015 +0300 main: replace __FUNCTION__ with __func__ Consistently just

Mesa (master): tnl: replace __FUNCTION__ with __func__

2015-04-14 Thread Matt Turner
Module: Mesa Branch: master Commit: f0e693efb393f1135702c80a64f8733adc922db1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0e693efb393f1135702c80a64f8733adc922db1 Author: Marius Predut Date: Fri Apr 3 16:11:57 2015 +0300 tnl: replace __FUNCTION__ with __func__ Consistently just

Mesa (master): vbo: replace __FUNCTION__ with __func__

2015-04-14 Thread Matt Turner
Module: Mesa Branch: master Commit: e1231159bcd0b0fc9aaebeda0745ee38d13a7282 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1231159bcd0b0fc9aaebeda0745ee38d13a7282 Author: Marius Predut Date: Fri Apr 3 15:02:33 2015 +0300 vbo: replace __FUNCTION__ with __func__ Consistently just

Mesa (master): glx: replace __FUNCTION__ with __func__

2015-04-14 Thread Matt Turner
Module: Mesa Branch: master Commit: fc57222f6097da737d578f081075a027377ba399 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc57222f6097da737d578f081075a027377ba399 Author: Marius Predut Date: Tue Apr 7 22:06:01 2015 +0300 glx: replace __FUNCTION__ with __func__ Consistently just

Mesa (master): i965/fs: Create a has_side_effects for fs_inst

2015-04-14 Thread Ben Widawsky
Module: Mesa Branch: master Commit: 38707e1478a4b6f4687c583d06fbd68e22900735 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38707e1478a4b6f4687c583d06fbd68e22900735 Author: Ben Widawsky Date: Tue Mar 31 15:49:42 2015 -0700 i965/fs: Create a has_side_effects for fs_inst When an inst

Mesa (master): i965/fs: Only emit FS_OPCODE_PLACEHOLDER_HALT if there are discards

2015-04-14 Thread Ben Widawsky
Module: Mesa Branch: master Commit: 6866378cf42c86d03f38616804e6714a932ab70b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6866378cf42c86d03f38616804e6714a932ab70b Author: Ben Widawsky Date: Fri Apr 10 10:04:55 2015 -0700 i965/fs: Only emit FS_OPCODE_PLACEHOLDER_HALT if there are d

Mesa (master): i965/fs: Combine tex/fb_write operations (opt)

2015-04-14 Thread Ben Widawsky
Module: Mesa Branch: master Commit: b069f9eafd945a86be633d8fff4e715fc6d7ec2d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b069f9eafd945a86be633d8fff4e715fc6d7ec2d Author: Ben Widawsky Date: Sun Feb 8 13:59:57 2015 -0800 i965/fs: Combine tex/fb_write operations (opt) Certain plat

Mesa (master): nir/cse: fix bug with comparing non-per-component sources

2015-04-14 Thread Connor Abbott
Module: Mesa Branch: master Commit: 47a1b4841d39fc358fc5ab67dc129a02419fba8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=47a1b4841d39fc358fc5ab67dc129a02419fba8d Author: Connor Abbott Date: Tue Apr 14 15:44:24 2015 -0400 nir/cse: fix bug with comparing non-per-component sources

Mesa (master): nir: Silence unused parameter warnings

2015-04-14 Thread Ian Romanick
Module: Mesa Branch: master Commit: 67a8610caff15ba9f55ac5ee2404f19033b5bae6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67a8610caff15ba9f55ac5ee2404f19033b5bae6 Author: Ian Romanick Date: Mon Apr 13 16:42:59 2015 -0700 nir: Silence unused parameter warnings nir/nir.h: In functi

Mesa (master): nir: Fix typo in "ushr by 0" algebraic replacement

2015-04-14 Thread Ian Romanick
Module: Mesa Branch: master Commit: bc672e261c5f7ff56cd2b8f6b518ebfdc0163bb7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc672e261c5f7ff56cd2b8f6b518ebfdc0163bb7 Author: Ian Romanick Date: Tue Apr 14 08:40:22 2015 -0700 nir: Fix typo in "ushr by 0" algebraic replacement Signed-o

Mesa (master): glsl: fix assignment of multiple scalar and vecs to matrices.

2015-04-14 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: 3cbefe3cf4c745c7c681cfc18a1e47461fec91db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cbefe3cf4c745c7c681cfc18a1e47461fec91db Author: Samuel Iglesias Gonsalvez Date: Thu Nov 27 09:39:05 2014 +0100 glsl: fix assignment of multiple scalar and vec