Re: [Mesa-dev] [RFC] freedreno: add tgsi lowering pass

2014-01-16 Thread Rob Clark
On Thu, Jan 16, 2014 at 4:51 AM, Marek Olšák wrote: > On Thu, Jan 16, 2014 at 6:41 AM, Matt Turner wrote: >> On Wed, Jan 15, 2014 at 5:40 AM, Rob Clark wrote: >>> From: Rob Clark >>> >>> So, as I found myself needing to lower a few more TGSI instructions, >>> and noticing yet again that I would

Re: [Mesa-dev] [RFC] freedreno: add tgsi lowering pass

2014-01-16 Thread Marek Olšák
On Thu, Jan 16, 2014 at 6:41 AM, Matt Turner wrote: > On Wed, Jan 15, 2014 at 5:40 AM, Rob Clark wrote: >> From: Rob Clark >> >> So, as I found myself needing to lower a few more TGSI instructions, >> and noticing yet again that I would have to do the same lowering as >> various other gallium dr

Re: [Mesa-dev] [RFC] freedreno: add tgsi lowering pass

2014-01-15 Thread Matt Turner
On Wed, Jan 15, 2014 at 5:40 AM, Rob Clark wrote: > From: Rob Clark > > So, as I found myself needing to lower a few more TGSI instructions, > and noticing yet again that I would have to do the same lowering as > various other gallium drivers already do, I decided that maybe it > makes sense to