mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 08:10:22 +01:00
i965: Fix incorrect comment about single program flow on Ironlake.
The code forces single program flow to be enabled on Ironlake, or equivalently, disables multiple program flow. The comment was reversed. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
e368eefc68
commit
84d6201567
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ brw_upload_vs_unit(struct brw_context *brw)
|
|||
* and those dwords will be written to the second URB handle when we
|
||||
* brw_urb_WRITE() results.
|
||||
*/
|
||||
/* Disable single program flow on Ironlake. We cannot reliably get
|
||||
/* Force single program flow on Ironlake. We cannot reliably get
|
||||
* all applications working without it. See:
|
||||
* https://bugs.freedesktop.org/show_bug.cgi?id=29172
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue