summaryrefslogtreecommitdiffstats
path: root/nuttx/graphics/nxglib
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo1-1/+1
2011-10-22Add logic to read from graphics memorypatacongo6-11/+338
2011-10-17Fix PIC32 ramfunc logic; add rectangle graphic functionspatacongo3-3/+170
2011-08-25Fix nxgl_splitline bugpatacongo1-3/+6
2011-08-24Add a test of the circle rendering logicpatacongo2-10/+10
2011-08-24Add circle drawing interfacespatacongo4-4/+353
2011-08-05Misc documentation/LCD-related updatespatacongo1-1/+1
2011-08-04Completes test of line/trapezoid drawing routinespatacongo2-9/+2
2011-08-03Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2-23/+43
2011-08-03Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo4-51/+92
2011-08-02Add NX line drawing interfacespatacongo1-3/+4
2011-08-02Add nxgl_splitline()patacongo2-1/+315
2011-07-31Add low level routines to draw single pixels (not used yet)patacongo10-14/+352
2011-07-24Move NX header files to include/nuttx/nxpatacongo27-54/+54
2011-04-20Correct 1-bit errors in intersection calculationspatacongo1-4/+41
2010-12-04P14201 driver now uses new SPI cmddata methodpatacongo4-4/+4
2010-08-08Fix case where rectangle is moved horizonatllypatacongo1-2/+3
2010-08-08Fix rectangle logicpatacongo1-12/+39
2010-08-08Eliminate warningpatacongo1-2/+2
2010-05-20Fixes a couple of display artifactspatacongo1-1/+1
2010-05-15NX for 4bpppatacongo1-3/+3
2010-04-23More NX LCD fixespatacongo1-3/+1
2010-04-21Fix a couple more LCD bugspatacongo1-1/+1
2010-04-18Code complete for NX for LCDpatacongo2-70/+40
2010-04-18Finish copy run logicpatacongo1-51/+228
2010-04-17Progress on copy rectanglepatacongo3-17/+190
2010-04-17Fix move rectangle logicpatacongo4-119/+48
2010-04-17Fill trapezoid for LCDpatacongo1-111/+88
2010-04-17Rectangular fills compile for LCDpatacongo3-11/+202
2010-04-171st round of fixes for LCD buildpatacongo2-2/+3
2010-04-17updatepatacongo1-1/+1
2010-04-17Framework for LCD rasterizerspatacongo4-0/+758
2010-04-17Separating out framebuffer dependenciespatacongo19-45/+37
2009-12-15Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo23-123/+120
2009-06-25Consolidate buffer dumping; fix all occurrences of 'the the'patacongo1-1/+1
2008-12-05Clean-up and document NX configuration settingspatacongo4-5/+5
2008-12-04Fonts are integatedpatacongo1-2/+4
2008-12-04Integrating font capabilities; debug bitmap logicpatacongo1-4/+6
2008-12-04Remove preprocessor info from generated files so that you can use GDBpatacongo1-5/+18
2008-12-04Add logic for font renderingpatacongo1-12/+0
2008-12-03Need to be consistent: rectangle endpoints are within rectanglepatacongo2-8/+8
2008-12-03Need to be consistent: rectangle endpoints are within rectanglepatacongo1-1/+1
2008-12-02Don't keep sizes in rectanglespatacongo6-9/+92
2008-12-02Add support for low resolution rasterizerspatacongo5-36/+183
2008-12-01Add rectinside(), vectsubtract(), visible()patacongo2-5/+5
2008-12-01Add vectsubtract() and rectinside()patacongo3-2/+172
2008-12-01Add nxgl_rectunion()patacongo2-1/+88
2008-11-30There is at least some X11 output nowpatacongo1-8/+17
2008-11-28Changes from initial NX debugpatacongo2-1/+91
2008-11-28Fix auto-generation of sourcespatacongo1-43/+33