]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r229415, r229516
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Feb 2012 04:31:28 +0000 (04:31 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Feb 2012 04:31:28 +0000 (04:31 +0000)
commit24d543fdbd29b53791d594152d891f9677577d33
tree2bf86359b22fdd71b7ec9e59e446b36848f7a69e
parentab3fb149e00be48b5450308eb065f9f7607dcf9e
MFC: r229415, r229516

Integrate the line drawing algorithm from the book "Graphic Gems 1".

http://www.graphicsgems.org/

At the time it claimed to be 3-4 times faster than the traditional
algorithm.

Make sure this doesn't give problems to clang.

PR: 18769
Approved by: jhb (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/9@230975 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libvgl/simple.c