summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxbe/nxbe_clipper.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-1/+2
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+2
* NX: Use a consistent allocator in all configurationsGregory Nutt2013-12-301-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+5
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Move NX header files to include/nuttx/nxpatacongo2011-07-241-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-11/+12
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-041-1/+1
* Graphics backendpatacongo2008-11-271-0/+277