aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main: add the char drawing routineJoursoir2022-04-101-0/+30
|
* add 8x16 System fontJoursoir2022-04-091-0/+4601
|
* main: add the rect drawing routineHyperNiki2022-04-091-0/+33
|
* main: add the line drawing routineJoursoir2022-04-081-0/+78
|
* main: add main-loop stubJoursoir2022-04-021-2/+25
|
* main: add macros to draw a pixel, get independent colorJoursoir2022-04-021-27/+13
| | | | Using function to draw a pixel is too inefficient
* main: work only with 4 bytes colorJoursoir2022-04-022-5/+6
|
* main: add draw pixel routineJoursoir2022-03-271-0/+27
|
* main: add structure for pixel colorJoursoir2022-03-271-0/+7
|
* main: make ParseGraphicsPixelFormat()Joursoir2022-03-271-0/+45
|
* main: support different pixel formatsJoursoir2022-03-272-11/+63
|
* add double bufferingJoursoir2022-03-262-2/+29
|
* main: add graphics contextJoursoir2022-03-252-0/+68
|
* main: locate graphics output protocolJoursoir2022-03-251-0/+47
|
* add .c and .inf stub-filesJoursoir2022-03-192-0/+49
|
* Initial commitJoursoir2022-03-173-0/+266