projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f2a2f
)
drm/radeon: fix regression with AA resolve checking
author
Dave Airlie
<airlied@redhat.com>
Sun, 20 Feb 2011 21:57:32 +0000
(21:57 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 23 Feb 2011 00:14:00 +0000
(10:14 +1000)
Some userspaces can emit a whole packet without disabling AA resolve
by the looks of it, so we have to deal with them.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Tested-by: Jorg Otte <jrg.otte@googlemail.com>
drivers/gpu/drm/radeon/r100.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/r100.c
b/drivers/gpu/drm/radeon/r100.c
index
be817f8
..
93fa735
100644
(file)
--- a/
drivers/gpu/drm/radeon/r100.c
+++ b/
drivers/gpu/drm/radeon/r100.c
@@
-3490,7
+3490,7
@@
void r100_cs_track_clear(struct radeon_device *rdev, struct r100_cs_track *track
track->num_texture = 16;
track->maxy = 4096;
track->separate_cube = 0;
- track->aaresolve =
tru
e;
+ track->aaresolve =
fals
e;
track->aa.robj = NULL;
}