From: Ian Romanick <idr@freedesktop.org>
To: "Zhao, Jian J" <jian.j.zhao@intel.com>
Cc: "dri-devel@lists.sourceforge.net"
<dri-devel@lists.sourceforge.net>,
"Barnes, Jesse" <jesse.barnes@intel.com>
Subject: Re: New case for intel_swap_event
Date: Mon, 11 Oct 2010 11:04:57 -0700 [thread overview]
Message-ID: <4CB351C9.605@freedesktop.org> (raw)
In-Reply-To: <A24AE1FFE7AEC5489F83450EE98351BF227D8A4B8D@shsmsx502.ccr.corp.intel.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Zhao, Jian J wrote:
> Hi,
>
> Recently I have made a piglit case that can test the behaviors of
> buffer swap, they are 1) test whether we can get swap events. 2) verify
> whether the swap is asynchronous 3) verify the swap frequency of swap
> interval being 0 is larger than interval being 1. Jesse has helped me
> have brief look on it and give me some advice. I have modified it. Can
> you help to add it into piglit tests? Thanks for help and comments!
Please send tests as patches using git-send-email. This enables people
to put review comments in-line.
- Fix the comment and license at the top of the file.
- Re-wrap lines to 80 columns.
- Fix broken whitespace usage
}else{
should be
} else {
and
if(foo){
should be
if (foo) {
etc.
- piglit_report_result already calls exit, so the calls to exit in the
code after calls to piglit_report_result are not necessary.
- Use the utility routines in piglit-glx-util.c instead of open-coding
them.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkyzUcYACgkQX1gOwKyEAw+6zQCgkYPvU/Da9bzczyMxzl5EZx4y
ougAoJtpcsfVsB7l3jM+HvA+0jeE4opn
=EiQk
-----END PGP SIGNATURE-----
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
--
prev parent reply other threads:[~2010-10-11 18:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-11 9:29 New case for intel_swap_event Zhao, Jian J
2010-10-11 18:04 ` Ian Romanick [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CB351C9.605@freedesktop.org \
--to=idr@freedesktop.org \
--cc=dri-devel@lists.sourceforge.net \
--cc=jesse.barnes@intel.com \
--cc=jian.j.zhao@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.