2 Jan 2012 15:37
Re: [PATCH] clear-accum: New test for i965 driver bug
On 12/30/2011 08:17 PM, Shuang He wrote: > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=43783 > Signed-off-by: Shuang He<shuang.he@...> > --- > tests/general/CMakeLists.gl.txt | 1 + > tests/general/clear-accum.c | 51 +++++++++++++++++++++++++++++++++++++++ > 2 files changed, 52 insertions(+), 0 deletions(-) > create mode 100644 tests/general/clear-accum.c > > diff --git a/tests/general/CMakeLists.gl.txt b/tests/general/CMakeLists.gl.txt > index f8c5ddf..90711c6 100644 > --- a/tests/general/CMakeLists.gl.txt > +++ b/tests/general/CMakeLists.gl.txt > <at> <at> -124,5 +124,6 <at> <at> add_executable (object_purgeable-api-vbo object_purgeable-api-vbo.c object_purge > add_executable (occlusion_query occlusion_query.c) > add_executable (occlusion-query-discard occlusion-query-discard.c) > add_executable (quad-invariance quad-invariance.c) > +add_executable (clear-accum clear-accum.c) > > # vim: ft=cmake: > diff --git a/tests/general/clear-accum.c b/tests/general/clear-accum.c > new file mode 100644 > index 0000000..5145620 > --- /dev/null > +++ b/tests/general/clear-accum.c > <at> <at> -0,0 +1,51 <at> <at> > +/* > + * Copyright © 2011 Intel Corporation > + * > + * Permission is hereby granted, free of charge, to any person obtaining a(Continue reading)
RSS Feed