summaryrefslogtreecommitdiffstats
path: root/REVIEWERS
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2017-04-10 23:31:20 -0700
committerKenneth Graunke <[email protected]>2017-04-11 21:07:45 -0700
commit193601311cb4cb6a7d8f915b09e2b30ff0af0fa7 (patch)
tree59d5ed1e056f6095939cf55a1df23d53e3afd06b /REVIEWERS
parent9bd718407819ab76386b30a83b4a0a0b7c1cacf1 (diff)
i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.
For some reason we passed tiling by pointer, through several layers, even though the functions only read the initial value, and never actually change it. We even had a do-while loop that executed until the tiling mode matched - except it always did, so it only ran once. We then had bogus error handling in case it changed the tiling mode to something nonsensical...which it never did. Drop all this nonsense. Reviewed-by: Chris Wilson <[email protected]>
Diffstat (limited to 'REVIEWERS')
0 files changed, 0 insertions, 0 deletions