[Mesa-dev] [PATCH 8/9] mesa: Add partial constant propagation pass for Mesa IR

2011-08-15 Thread Ian Romanick
From: Ian Romanick ian.d.roman...@intel.com This cleans up some code generated by the IR-to-Mesa pass for i915. In particular, some shaders involving arrays of constant matrices result in really bad code. --- src/mesa/SConscript |1 +

Re: [Mesa-dev] [PATCH 8/9] mesa: Add partial constant propagation pass for Mesa IR

2011-08-15 Thread Eric Anholt
On Mon, 15 Aug 2011 12:02:42 -0700, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com This cleans up some code generated by the IR-to-Mesa pass for i915. In particular, some shaders involving arrays of constant matrices result in really bad code. I'm

Re: [Mesa-dev] [PATCH 8/9] mesa: Add partial constant propagation pass for Mesa IR

2011-08-15 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/15/2011 01:44 PM, Eric Anholt wrote: On Mon, 15 Aug 2011 12:02:42 -0700, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com This cleans up some code generated by the IR-to-Mesa pass for i915. In

Re: [Mesa-dev] [PATCH 8/9] mesa: Add partial constant propagation pass for Mesa IR

2011-08-15 Thread Eric Anholt
On Mon, 15 Aug 2011 16:17:20 -0700, Ian Romanick i...@freedesktop.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/15/2011 01:44 PM, Eric Anholt wrote: On Mon, 15 Aug 2011 12:02:42 -0700, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com