diff options
author | Kenneth Graunke <[email protected]> | 2014-08-05 23:57:17 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-08-07 13:22:52 -0700 |
commit | b7679639bcc8ac72cb08c48f9cda8eecd6a9c1e5 (patch) | |
tree | 7299d577082c777ceac2e3c7b713ffa7f279873e /doxygen/glapi.doxy | |
parent | 151fb1e808c051a078071c89ff996bdad037ed65 (diff) |
i965/clip: Fix brw_clip_unfilled.c/compute_offset's assembly.
Due to the destination register width of 1 or 2, these instructions get
ExecSize 1 or 2. But dir and offset (used as src0) are both registers
of width 4, violating the execsize >= width assertion.
I honestly don't think this could have ever worked.
Fixes Piglit's polygon-offset and polygon-mode-offset tests on Gen4-5.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70441
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Chris Forbes <[email protected]>
Diffstat (limited to 'doxygen/glapi.doxy')
0 files changed, 0 insertions, 0 deletions