Mesa (master): mesa: add additional checks for uniform location query

2015-10-26 Thread Tapani Pälli
Module: Mesa Branch: master Commit: 8ae4317c3643f1728f99172812df6df2d30456bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ae4317c3643f1728f99172812df6df2d30456bb Author: Tapani Pälli Date: Mon Oct 26 11:13:14 2015 +0200 mesa: add additional checks for

Mesa (master): glsl: keep track of intra-stage indices for atomics

2015-10-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a3d0359aff7a9be90149c416844f330b4f9a15ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3d0359aff7a9be90149c416844f330b4f9a15ed Author: Timothy Arceri Date: Tue Oct 27 06:58:15 2015 +1100 glsl: keep track of

Mesa (master): glsl: Convert TES gl_PatchVerticesIn into a constant when using a TCS.

2015-10-26 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 8034e7d6f1be3c9c1a9626b64830617ccf000ecc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8034e7d6f1be3c9c1a9626b64830617ccf000ecc Author: Kenneth Graunke Date: Tue Jul 28 18:16:37 2015 -0700 glsl: Convert TES

Mesa (master): vc4: Don't try to follow MOVs across a pack.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3d7a088608b38b3a460ad7ba5c7fb575815c8a43 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d7a088608b38b3a460ad7ba5c7fb575815c8a43 Author: Eric Anholt Date: Mon Oct 26 13:57:57 2015 -0700 vc4: Don't try to follow MOVs across a

Mesa (master): vc4: If a QIR source has an unpack set, print it.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0ccacfa0170f19e08228e7404e77a9da8f5f633c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ccacfa0170f19e08228e7404e77a9da8f5f633c Author: Eric Anholt Date: Sat Oct 24 17:33:30 2015 -0700 vc4: If a QIR source has an unpack set,

Mesa (master): vc4: Add support for copy propagation with unpack flags present.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3359ad6cda49fb977d837eb00e8ae4d781d95c2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3359ad6cda49fb977d837eb00e8ae4d781d95c2a Author: Eric Anholt Date: Wed Aug 5 20:05:56 2015 -0700 vc4: Add support for copy propagation with

Mesa (master): vc4: Switch the unpack ops to being unpack flags on a mov.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 99a9a5a345fab8bbf36ab4e42581f8ee04a59a63 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99a9a5a345fab8bbf36ab4e42581f8ee04a59a63 Author: Eric Anholt Date: Sat Oct 24 17:35:03 2015 -0700 vc4: Switch the unpack ops to being unpack

Mesa (master): vc4: Only copy propagate raw MOVs.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6eb0760f4896d2dd45820ec1fcab36496228b761 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6eb0760f4896d2dd45820ec1fcab36496228b761 Author: Eric Anholt Date: Sat Oct 24 17:49:03 2015 -0700 vc4: Only copy propagate raw MOVs. No

Mesa (master): vc4: Drop some confused code about pack/unpack handling.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 548b05d53f3c89630aa77fc92ff174f5d8162ab2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=548b05d53f3c89630aa77fc92ff174f5d8162ab2 Author: Eric Anholt Date: Mon Oct 26 13:22:18 2015 -0700 vc4: Drop some confused code about

Mesa (master): vc4: Reduce MOV special-casing in QIR-to-QPU.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: a7b424e835269d9aab6ba9b7b23f836474682725 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7b424e835269d9aab6ba9b7b23f836474682725 Author: Eric Anholt Date: Mon Oct 26 14:07:44 2015 -0700 vc4: Reduce MOV special-casing in

Mesa (master): vc4: Rewrite the pack instructions as a MOV with a dst pack flag

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 01ca4f207efac555ff5f729dce1687a68ba65400 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01ca4f207efac555ff5f729dce1687a68ba65400 Author: Eric Anholt Date: Mon Oct 26 13:45:06 2015 -0700 vc4: Rewrite the pack instructions as a MOV

Mesa (master): vc4: Fix up the test for whether the unpack can be from r4.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 652a864b257650e730ecec9e5882d765840a02e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=652a864b257650e730ecec9e5882d765840a02e1 Author: Eric Anholt Date: Mon Oct 26 13:17:33 2015 -0700 vc4: Fix up the test for whether the unpack

Mesa (master): vc4: Move dst pack setup out to a helper function with more asserts.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 72fa2ae20b979ced1b4dde16f81b28d02a2e3b7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72fa2ae20b979ced1b4dde16f81b28d02a2e3b7b Author: Eric Anholt Date: Mon Oct 26 14:16:19 2015 -0700 vc4: Move dst pack setup out to a helper

Mesa (master): i965: Add missing close-parenthesis in error messages

2015-10-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: 8f84a8e257291168ec4b394b1eaa6acef1538cea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f84a8e257291168ec4b394b1eaa6acef1538cea Author: Ian Romanick Date: Fri Oct 16 09:18:24 2015 -0700 i965: Add missing

Mesa (master): i965: Fix is-renderable check in intel_image_target_renderbuffer_storage

2015-10-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: 7070c8879adff2a1204d7473f119d8194eff919b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7070c8879adff2a1204d7473f119d8194eff919b Author: Ian Romanick Date: Thu Oct 15 12:50:12 2015 -0700 i965: Fix is-renderable check in

Mesa (master): st/va: pass picture desc to begin and decode

2015-10-26 Thread Christian König
Module: Mesa Branch: master Commit: a61be1a79897931e3efb5b9119c48e1fb1257db4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a61be1a79897931e3efb5b9119c48e1fb1257db4 Author: Julien Isorce Date: Fri Oct 23 13:25:47 2015 +0100 st/va: pass picture desc to begin

Mesa (master): gallivm: disable f16c when not using AVX

2015-10-26 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 711489648bcce5cd8fcf14e73e5affe069010c01 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=711489648bcce5cd8fcf14e73e5affe069010c01 Author: Roland Scheidegger Date: Mon Oct 26 16:44:47 2015 +0100 gallivm: disable f16c when not