diff options
author | Ilia Mirkin <[email protected]> | 2015-05-08 00:15:22 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-05-09 13:36:23 -0400 |
commit | f617029db3f8786d94c64f1a73c42b89b6d261fa (patch) | |
tree | e5bc89c2d03d0850b51f403526ab27060392e8a2 /src/gallium/drivers/nouveau/nvc0 | |
parent | d6fb155f30ac2bd7853da32ddf99e9f7840a8f01 (diff) |
nv50: keep track of PGRAPH state in nv50_screen
Normally this is kept in nv50_context, and on switching the active
context, the state is copied from the previous context. However when the
last context is destroyed, this is lost, and a new context might later
be created. When the currently-active context is destroyed, save its
state in the screen, and restore it when setting the current context.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90363
Reported-by: Matteo Bruni <[email protected]>
Signed-off-by: Ilia Mirkin <[email protected]>
Tested-by: Matteo Bruni <[email protected]>
Cc: [email protected]
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0')
0 files changed, 0 insertions, 0 deletions