Re: [Mesa-dev] Blorp blit compiler to use FS LIR

2013-12-21 Thread Pohjolainen, Topi
On Fri, Dec 20, 2013 at 04:38:29PM +0200, Topi Pohjolainen wrote: > This is a rather long series but I suspect it will be eventually > squashed into fewer patches. The motivation for the work is to > prepare for gen8 blorp support. > > Currently the compiler for the blorp blit programs is written

Re: [Mesa-dev] Blorp blit compiler to use FS LIR

2013-12-20 Thread Matt Turner
On Fri, Dec 20, 2013 at 6:38 AM, Topi Pohjolainen wrote: > Topi Pohjolainen (42): > i965/fs: generate fs programs also without any 8-width instructions > i965/fs: allow fs-generator use without gl_fragment_program > i965: dump the disassembly to the given file > i965/blorp: allow unit test

[Mesa-dev] Blorp blit compiler to use FS LIR

2013-12-20 Thread Topi Pohjolainen
This is a rather long series but I suspect it will be eventually squashed into fewer patches. The motivation for the work is to prepare for gen8 blorp support. Currently the compiler for the blorp blit programs is written to emit EU-level instructions directly. This is not a big deal at the time b