summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxglib
Commit message (Collapse)AuthorAgeFilesLines
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-1523-123/+120
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2350 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Clean-up and document NX configuration settingspatacongo2008-12-054-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1420 42af7a65-404d-4744-a932-0658087f49c3
* Fonts are integatedpatacongo2008-12-041-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1416 42af7a65-404d-4744-a932-0658087f49c3
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-041-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1415 42af7a65-404d-4744-a932-0658087f49c3
* Remove preprocessor info from generated files so that you can use GDBpatacongo2008-12-041-5/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1414 42af7a65-404d-4744-a932-0658087f49c3
* Add logic for font renderingpatacongo2008-12-041-12/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1410 42af7a65-404d-4744-a932-0658087f49c3
* Need to be consistent: rectangle endpoints are within rectanglepatacongo2008-12-032-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1404 42af7a65-404d-4744-a932-0658087f49c3
* Need to be consistent: rectangle endpoints are within rectanglepatacongo2008-12-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1395 42af7a65-404d-4744-a932-0658087f49c3
* Don't keep sizes in rectanglespatacongo2008-12-026-9/+92
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1392 42af7a65-404d-4744-a932-0658087f49c3
* Add support for low resolution rasterizerspatacongo2008-12-025-36/+183
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1388 42af7a65-404d-4744-a932-0658087f49c3
* Add rectinside(), vectsubtract(), visible()patacongo2008-12-012-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1381 42af7a65-404d-4744-a932-0658087f49c3
* Add vectsubtract() and rectinside()patacongo2008-12-013-2/+172
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1371 42af7a65-404d-4744-a932-0658087f49c3
* Add nxgl_rectunion()patacongo2008-12-012-1/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1368 42af7a65-404d-4744-a932-0658087f49c3
* There is at least some X11 output nowpatacongo2008-11-301-8/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1361 42af7a65-404d-4744-a932-0658087f49c3
* Changes from initial NX debugpatacongo2008-11-282-1/+91
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1341 42af7a65-404d-4744-a932-0658087f49c3
* Fix auto-generation of sourcespatacongo2008-11-281-43/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1338 42af7a65-404d-4744-a932-0658087f49c3
* Fix bad pixel typepatacongo2008-11-281-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1337 42af7a65-404d-4744-a932-0658087f49c3
* Add fill support for BPP < 8patacongo2008-11-284-9/+121
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1335 42af7a65-404d-4744-a932-0658087f49c3
* Add NX configurationpatacongo2008-11-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1329 42af7a65-404d-4744-a932-0658087f49c3
* Add more trapezoid supportpatacongo2008-11-283-1/+170
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1324 42af7a65-404d-4744-a932-0658087f49c3
* Add support for trapezoidal fillspatacongo2008-11-284-20/+215
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1323 42af7a65-404d-4744-a932-0658087f49c3
* More graphic support routinespatacongo2008-11-278-0/+638
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1321 42af7a65-404d-4744-a932-0658087f49c3
* Make prototypes of rasterizers same at all resolutionspatacongo2008-11-263-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1317 42af7a65-404d-4744-a932-0658087f49c3
* Add more rasterizerspatacongo2008-11-265-26/+349
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1316 42af7a65-404d-4744-a932-0658087f49c3
* Add another rasterizerpatacongo2008-11-267-47/+189
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1314 42af7a65-404d-4744-a932-0658087f49c3
* First rasterizer builds OKpatacongo2008-11-264-23/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1313 42af7a65-404d-4744-a932-0658087f49c3
* Adding bitblit functionspatacongo2008-11-263-0/+403
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1311 42af7a65-404d-4744-a932-0658087f49c3
* Added nxglib.hpatacongo2008-11-262-6/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1309 42af7a65-404d-4744-a932-0658087f49c3
* graphics dir now has its own makefilepatacongo2008-11-261-40/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1308 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of a graphics librarypatacongo2008-11-253-0/+278
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1305 42af7a65-404d-4744-a932-0658087f49c3