diff options
Diffstat (limited to 'lib/mesa/src/gallium/tests/graw/clear.c')
-rw-r--r-- | lib/mesa/src/gallium/tests/graw/clear.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mesa/src/gallium/tests/graw/clear.c b/lib/mesa/src/gallium/tests/graw/clear.c index 45b0cc069..2a08ae154 100644 --- a/lib/mesa/src/gallium/tests/graw/clear.c +++ b/lib/mesa/src/gallium/tests/graw/clear.c @@ -73,7 +73,6 @@ static void init( void ) templat.depth0 = 1; templat.array_size = 1; templat.last_level = 0; - templat.nr_samples = 1; templat.bind = (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET); |