[Mesa-dev] [PATCH v2] i965: use mt->offset in intel_miptree_map_movntdqa().

Chad Versace chad at kiwitree.net
Wed Aug 3 15:35:28 UTC 2016


On 08/02/2016 08:09 PM, Kenneth Graunke wrote:
> On Tuesday, August 2, 2016 5:03:32 PM PDT Haixia Shi wrote:
>> We need to include mt->offset in the calculation of src pointer because its
>> value may be non-zero, for example in a cubemap texture.
>>
>> Signed-off-by: Haixia Shi <hshi at chromium.org>
>> Cc: Jason Ekstrand <jason.ekstrand at intel.com>
>> Cc: kenneth.w.graunke at intel.com
>> Cc: Chad Versace <chad at kiwitree.net>
>>
>> Change-Id: I461ad5b204626d5a1c45611fc6b63735dcf29f63
>> ---
>>  src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 3 +++
>>  1 file changed, 3 insertions(+)


> Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

And pushed.

hshi, for future reference, small bugfix patches like this are
good candidates for Mesa's stable branches. When sending a patch
to mesa-dev, adding this footer
Cc: mesa-stable at lists.freedestkop.org
will automatically make it a candidate for the stable branch.


More information about the mesa-dev mailing list