Re: [Mesa-dev] Adjust MIMG writemask to only the used components

2013-04-10 Thread Michel Dänzer
On Mit, 2013-04-10 at 10:26 +0200, Christian König wrote: > Am 03.04.2013 15:43, schrieb Michel Dänzer: > > On Mit, 2013-04-03 at 15:38 +0200, Christian König wrote: > >> Am 03.04.2013 15:19, schrieb Michel Dänzer: > >>> On Mit, 2013-03-27 at 17:57 +0100, Christian König wrote: > the attached

Re: [Mesa-dev] Adjust MIMG writemask to only the used components

2013-04-10 Thread Christian König
Am 03.04.2013 15:43, schrieb Michel Dänzer: On Mit, 2013-04-03 at 15:38 +0200, Christian König wrote: Am 03.04.2013 15:19, schrieb Michel Dänzer: On Mit, 2013-03-27 at 17:57 +0100, Christian König wrote: the attached patches dynamically adjust the writemask of MIMG instructions depending on th

Re: [Mesa-dev] Adjust MIMG writemask to only the used components

2013-04-03 Thread Michel Dänzer
On Mit, 2013-04-03 at 15:38 +0200, Christian König wrote: > Am 03.04.2013 15:19, schrieb Michel Dänzer: > > On Mit, 2013-03-27 at 17:57 +0100, Christian König wrote: > >> the attached patches dynamically adjust the writemask of MIMG > >> instructions depending on the used components. Additional to

Re: [Mesa-dev] Adjust MIMG writemask to only the used components

2013-04-03 Thread Christian König
Am 03.04.2013 15:19, schrieb Michel Dänzer: On Mit, 2013-03-27 at 17:57 +0100, Christian König wrote: the attached patches dynamically adjust the writemask of MIMG instructions depending on the used components. Additional to that it also adjust the register class of MIMG instruction so that we a

Re: [Mesa-dev] Adjust MIMG writemask to only the used components

2013-04-03 Thread Michel Dänzer
On Mit, 2013-03-27 at 17:57 +0100, Christian König wrote: > > the attached patches dynamically adjust the writemask of MIMG > instructions depending on the used components. Additional to that it > also adjust the register class of MIMG instruction so that we also > reduce register pressure. T