diff options
author | Keith Whitwell <keithw@vmware.com> | 2010-04-08 14:38:54 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2010-04-08 14:38:54 +0100 |
commit | 33179a86058b68b518f40971030db337dc26fe6e (patch) | |
tree | f988a54837b170e2f8acca7ce5e3f4de97ffbbfe /src/gallium/drivers/softpipe | |
parent | 3f5363d4dc9d7ad48467ae82d58d5f3d9bd10698 (diff) |
mesa/st: fix up several uses of pipe_map_buffer_range
This function used to return a pointer to where the start of the
actual buffer would have been, even though only the requested range is
being mapped.
In the resources change, the function was modified to use a transfer
internally, and started returning the pointer to the beginning of the
transfer, ie the mapped range.
Some users of the function were changed to reflect this new behaviour,
some were not. Since then the function has reverted to its original
behaviour, matching master.
This change restores some of the users of the map_buffer_range helper
to expect the old/original behaviour.
Diffstat (limited to 'src/gallium/drivers/softpipe')
0 files changed, 0 insertions, 0 deletions