diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-10 13:53:45 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-10 13:57:12 +0100 |
commit | b0d14071f7b60729c223af925935227393fbd3ee (patch) | |
tree | 5cfb2bfec45d06786f7122ac7163f7eb87d4ec2c /src/intel_driver.c | |
parent | cfa0c6162bbd2f6edab1301b6aed886af7e8ab38 (diff) |
sna: Workaround issue with global glyph privates and shared ZaphodHeads
Under ZaphodHeads we end up with multple screens accessing the common
sna_glyph_key and so cause conflicting updates and erroneous references
into the screen-local texture atlases.
Two approaches can be tried here. Transition to a screen-specific
private key introduced with xorg-1.13, or to move the glyph cache (and
the rest of the gpu state tracker) down into the device private rather
than screen private. This is neither of those, but a workaround to avoid
reusing the incorrect entries from shared screens.
Reported-by: Stephen Liang <inteldriver@angrywalls.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54707
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.c')
0 files changed, 0 insertions, 0 deletions