summaryrefslogtreecommitdiff
path: root/graphics/plasma-kmod/files/patch-plasma_saver.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Install plasma_saver.ko under /boot/modules and remove pkg-message.Jung-uk Kim2012-04-191-4/+14
| | | | | | | | | | - Execute kldxref when we install or deinstall the package. - Fix a compiler warning and remove custom CWARNFLAGS. - Replace NOMAN with NO_MAN. - Add LICENSE. Notes: svn path=/head/; revision=295130
* Do not round up the angle to avoid an out-of-boundary condition.Jung-uk Kim2012-04-191-1/+1
| | | | Notes: svn path=/head/; revision=295129
* - Make it buildable and usable on amd64 using fixed point integer math.Jung-uk Kim2012-04-181-0/+115
- Fix build on 8.0 and later. Notes: svn path=/head/; revision=295073