Re: [Mesa-dev] [PATCH 01/12] i965/fs: Define logical framebuffer write opcode.

2015-07-22 Thread Francisco Jerez
Kenneth Graunke writes: > On Thursday, July 16, 2015 06:41:16 PM Francisco Jerez wrote: >> The logical variant is largely equivalent to the original opcode but >> instead of taking a single payload source it expects the arguments >> that make up the payload separately as individual sources, like:

Re: [Mesa-dev] [PATCH 01/12] i965/fs: Define logical framebuffer write opcode.

2015-07-21 Thread Kenneth Graunke
On Thursday, July 16, 2015 06:41:16 PM Francisco Jerez wrote: > The logical variant is largely equivalent to the original opcode but > instead of taking a single payload source it expects the arguments > that make up the payload separately as individual sources, like: > > fb_write_logical null, c

[Mesa-dev] [PATCH 01/12] i965/fs: Define logical framebuffer write opcode.

2015-07-16 Thread Francisco Jerez
The logical variant is largely equivalent to the original opcode but instead of taking a single payload source it expects the arguments that make up the payload separately as individual sources, like: fb_write_logical null, color0, color1, src0_alpha, src_depth, dst_depth,