DescriptionRevert of ui: Add custom stride support to GLImageMemory. (patchset #3 id:40001 of https://codereview.chromium.org/1403283007/ )
Reason for revert:
int versus size_t problem on Windows.
Please correct and re-land
Original issue's description:
> ui: Add custom stride support to GLImageMemory.
>
> This improves our support for shared memory pools by allowing
> clients to create GLImages with a stride that is larger than
> the row length of the image.
>
> This makes it possible to import a buffer with a stride that
> doesn't match the aligned row size. However, support for
> mapping of such a buffer is not provided by this patch.
>
> BUG=549781
> TEST=gl_unittests --gtest_filter=GLImageSharedMemoryPool/GLImageCopyTest/0.CopyTexImage
> CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
>
> Committed: https://crrev.com/8b0062c4a359ee651b7fb23707bf3aaf20162990
> Cr-Commit-Position: refs/heads/master@{#358835}
TBR=fsamuel@chromium.org,piman@chromium.org,wfh@chromium.org,avi@chromium.org,reveman@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=549781
Patch Set 1 #Messages
Total messages: 7 (3 generated)
|