summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_buffers.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-04-25 12:14:34 -0700
committerEric Anholt <[email protected]>2014-05-01 15:12:27 -0700
commite3a9ca4563790f54976a969bf70cd5f45cbc4e13 (patch)
tree5c33cad869a259fbcc449248ca78ba1288faea6a /src/mesa/drivers/dri/i965/intel_buffers.c
parent8435b60a3577d2d905eae189cd7e770500177e99 (diff)
i965: Replace the region in DRIimage with just a BO pointer and stride.
Regions aren't refcounted safely for multithreaded applications, and they're not terribly useful wrappers of a BO, so I'm trying to remove them. Even the stride I added here could probably be reduced to use of an existing field in the __DRIimageRec, but I want this to be as mechanical of a change as possible. Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_buffers.c')
0 files changed, 0 insertions, 0 deletions