Date: Fri, 30 Oct 2009 18:08:46 +0000 (UTC) From: Robert Noland <rnoland@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/drm r600_blit.c Message-ID: <200910301808.n9UI8uhR014900@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rnoland 2009-10-30 18:08:46 UTC FreeBSD src repository Modified files: sys/dev/drm r600_blit.c Log: SVN rev 198696 on 2009-10-30 18:08:46Z by rnoland Cleanup in r600_blit - Don't bother to assign vb until we know we have enough space - Add variables for sx2, sy2, dx2, dy2 so that these aren't calculated over and over, also reduce chance of errors. - Use switch to assign color/format MFC after: 3 days Revision Changes Path 1.5 +39 -29 src/sys/dev/drm/r600_blit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910301808.n9UI8uhR014900>