User:Nrp/Weekly updates/20080726

From OLPC
< User:Nrp‎ | Weekly updates
Revision as of 20:32, 20 July 2008 by Nrp (talk | contribs) (New page: == Saturday == * Wrote a function to create a mask of the collisions between two masks. * Wrote wrappers for all of the code that was sitting unused in bitmask.c, fill, clear, draw, erase,...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Saturday

  • Wrote a function to create a mask of the collisions between two masks.
  • Wrote wrappers for all of the code that was sitting unused in bitmask.c, fill, clear, draw, erase, scale.
  • Fixed a potential flaw in invert and used the same code to make fill faster.

Sunday

  • Changed set_controls to use keywords.
  • Changed get_controls to make way for use of non-boolean controls.
  • Looked at v4l2 spec in preparation for a function to enumerate available controls.
  • Started writing code to get the second moments of a mask, to find its angle.
  • Started working on how to separate v4l2 specific code and allow for other interfaces.