Re: [Mesa-dev] Mesa (master): mesa: Add channel-wise copy propagation to ir_to_mesa.

2011-01-14 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/14/2011 03:22 PM, Brian Paul wrote: > On 01/14/2011 02:58 PM, Eric Anholt wrote: >> +void >> +ir_to_mesa_visitor::copy_propagate(void) >> +{ >> + ir_to_mesa_instruction *acp[this->next_temp * 4]; > > This does not compile with MSVC: > > src\m

Re: [Mesa-dev] Mesa (master): mesa: Add channel-wise copy propagation to ir_to_mesa.

2011-01-14 Thread Brian Paul
On 01/14/2011 02:58 PM, Eric Anholt wrote: Module: Mesa Branch: master Commit: 34a9da4eb4dd41dc874f1a175e993e42d4ff4b2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34a9da4eb4dd41dc874f1a175e993e42d4ff4b2a Author: Eric Anholt Date: Wed Jan 12 18:25:33 2011 -0800 mesa: Add channel