summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxglib
Commit message (Expand)AuthorAgeFilesLines
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1523-123/+120
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Clean-up and document NX configuration settingspatacongo2008-12-054-5/+5
* Fonts are integatedpatacongo2008-12-041-2/+4
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-041-4/+6
* Remove preprocessor info from generated files so that you can use GDBpatacongo2008-12-041-5/+18
* Add logic for font renderingpatacongo2008-12-041-12/+0
* Need to be consistent: rectangle endpoints are within rectanglepatacongo2008-12-032-8/+8
* Need to be consistent: rectangle endpoints are within rectanglepatacongo2008-12-031-1/+1
* Don't keep sizes in rectanglespatacongo2008-12-026-9/+92
* Add support for low resolution rasterizerspatacongo2008-12-025-36/+183
* Add rectinside(), vectsubtract(), visible()patacongo2008-12-012-5/+5
* Add vectsubtract() and rectinside()patacongo2008-12-013-2/+172
* Add nxgl_rectunion()patacongo2008-12-012-1/+88
* There is at least some X11 output nowpatacongo2008-11-301-8/+17
* Changes from initial NX debugpatacongo2008-11-282-1/+91
* Fix auto-generation of sourcespatacongo2008-11-281-43/+33
* Fix bad pixel typepatacongo2008-11-281-5/+5
* Add fill support for BPP < 8patacongo2008-11-284-9/+121
* Add NX configurationpatacongo2008-11-281-2/+2
* Add more trapezoid supportpatacongo2008-11-283-1/+170
* Add support for trapezoidal fillspatacongo2008-11-284-20/+215
* More graphic support routinespatacongo2008-11-278-0/+638
* Make prototypes of rasterizers same at all resolutionspatacongo2008-11-263-8/+8
* Add more rasterizerspatacongo2008-11-265-26/+349
* Add another rasterizerpatacongo2008-11-267-47/+189
* First rasterizer builds OKpatacongo2008-11-264-23/+41
* Adding bitblit functionspatacongo2008-11-263-0/+403
* Added nxglib.hpatacongo2008-11-262-6/+8
* graphics dir now has its own makefilepatacongo2008-11-261-40/+3
* Beginning of a graphics librarypatacongo2008-11-253-0/+278