diff options
author | Kenneth Graunke <[email protected]> | 2013-11-25 13:53:33 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-12-09 13:52:18 -0800 |
commit | 19190c2b8c67baa258cf2865ea95ff5dca300d36 (patch) | |
tree | d4e0eb369e6bcdd9aad98fb1f7aae03494c145a7 /src/egl | |
parent | 088494aa032bf32db8b67f1fb07e5797603a473d (diff) |
i965: Replace OUT_RELOC_FENCED with OUT_RELOC.
On Gen4+, OUT_RELOC_FENCED is equivalent to OUT_RELOC; libdrm silently
ignores the fenced flag:
/* We never use HW fences for rendering on 965+ */
if (bufmgr_gem->gen >= 4)
need_fence = false;
Thanks to Eric for noticing this.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/egl')
0 files changed, 0 insertions, 0 deletions