diff options
author | Francisco Jerez <[email protected]> | 2015-07-27 16:14:36 +0300 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2015-07-29 14:12:46 +0300 |
commit | a9f31a032b0a1068a4e2ceed9ed4680ecf13e28b (patch) | |
tree | 60e46166ff1854dc9ee16bb147b750223c20b777 /src/mesa/drivers/dri/i965/brw_fs_generator.cpp | |
parent | 8368939e5d94f8d4ae55a1f22a755922ee77132b (diff) |
i965/fs: Define logical framebuffer write opcode.
The logical variant is largely equivalent to the original opcode but
instead of taking a single payload source it expects its arguments
that make up the payload separately as individual sources, like:
fb_write_logical null, color0, color1, src0_alpha,
src_depth, dst_depth, sample_mask, num_components
This patch defines the opcode and usual instruction boilerplate,
including a placeholder lowering function provided mainly as
self-documentation.
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs_generator.cpp')
0 files changed, 0 insertions, 0 deletions