]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 198696
authorrnoland <rnoland@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Nov 2009 16:02:16 +0000 (16:02 +0000)
committerrnoland <rnoland@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Nov 2009 16:02:16 +0000 (16:02 +0000)
commite1ba40cd042bf3fd305dc2f1dfa95bcc5a8dbba4
treeb3e19e17be4635a89be15d23699e171b600c1513
parente8e867349f0d3fd4b0fdcbe44c09b55fc6129f3a
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

git-svn-id: svn://svn.freebsd.org/base/stable/8@198797 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/drm/r600_blit.c