iris: Update comment about 3-component formats and buffer textures
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 7 Oct 2019 23:03:14 +0000 (16:03 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 8 Oct 2019 06:11:45 +0000 (23:11 -0700)
commit016c19bc895ffaa85954aa864a9de969261f9922
tree9e2bdce69af025faa60cccd598c184514e95ada3
parent64207ebe6667b5265dfaa4fd10f1469633769f18
iris: Update comment about 3-component formats and buffer textures

You can't render to PIPE_BUFFER so there's no reason to prefer RGBX.
PBO upload would like to use proper RGB textures as source data.
src/gallium/drivers/iris/iris_formats.c