OSDN Git Service

iris: Actually advertise some modifiers
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 26 Mar 2019 07:25:31 +0000 (00:25 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 28 Mar 2019 04:27:54 +0000 (21:27 -0700)
commitde783a6897e0f67f456793b10c48f24e5ee70a85
treee75b8343c31811d22bb0865261a57cf7e23338a3
parent505854f84bb9f36b2d85ebc243c4c6ec2a87d8ae
iris: Actually advertise some modifiers

I neglected to fill out this driver function, causing us to advertise
0 modifiers.  Now we advertise the various tilings and let the driver
pick them.  I've verified that X tiling works with Weston (by hacking
the list to skip Y tiling).

Y+CCS doesn't work yet because it's multiplane and the Gallium dri
state tracker isn't really prepared for that.  Leave it off for now.
src/gallium/drivers/iris/iris_resource.c