Date: Mon, 2 Nov 2009 16:02:36 +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: <200911021602.nA2G2uIJ063858@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rnoland 2009-11-02 16:02:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/drm r600_blit.c Log: SVN rev 198798 on 2009-11-02 16:02:36Z by rnoland MFC 198696 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 Revision Changes Path 1.3.4.4 +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?200911021602.nA2G2uIJ063858>