diff options
author | Jordan Justen <[email protected]> | 2016-11-30 15:53:48 -0800 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2016-12-07 09:00:49 -0800 |
commit | efea8e724458f6a388fb70421db3e655719fffb0 (patch) | |
tree | 44c3d2ca72d285f5139e13bf39dd4b804a06bdc8 /install-gallium-links.mk | |
parent | edf3113aeddcf66cb24906e53a2d4f41616f8985 (diff) |
intel/blorp_blit: Move RGB=>R conversion to follow blit splitting
In blorp_copy, when RGB surfaces are copied, we convert the
destination surface to a Red only surface, but 3 times as wide. This
introduces an implicit restriction of "mod 3" for the destination
width.
It is easier to handle the blorp split buffer offsetting with the
original RGB surface, and do the RGB=>R after this.
Suggested-by: Jason Ekstrand <[email protected]>
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'install-gallium-links.mk')
0 files changed, 0 insertions, 0 deletions