aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest
Commit message (Expand)AuthorAgeFilesLines
* implement application contextJoursoir2022-04-252-4/+37
* replace local color constants with global onesJoursoir2022-04-253-35/+41
* move graphics routines and context to a separate fileJoursoir2022-04-255-540/+635
* main: add a keyboard context to a graphics contextJoursoir2022-04-243-0/+16
* main: add a mouse context to a graphics contextJoursoir2022-04-213-4/+60
* main: add color constantsJoursoir2022-04-211-0/+36
* main: return EFI_STATUS from PrepareGraphicsInfo()Joursoir2022-04-181-5/+12
* main: add the filled circle drawing routineNikita2022-04-181-0/+35
* main: add the string drawing routineJoursoir2022-04-112-0/+91
* 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
* 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