Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: add a mouse context to a graphics context | Joursoir | 2022-04-21 | 3 | -4/+60 |
| | |||||
* | main: add color constants | Joursoir | 2022-04-21 | 1 | -0/+36 |
| | |||||
* | main: return EFI_STATUS from PrepareGraphicsInfo() | Joursoir | 2022-04-18 | 1 | -5/+12 |
| | |||||
* | main: add the filled circle drawing routine | Nikita | 2022-04-18 | 1 | -0/+35 |
| | |||||
* | main: add the string drawing routine | Joursoir | 2022-04-11 | 2 | -0/+91 |
| | |||||
* | main: add the char drawing routine | Joursoir | 2022-04-10 | 1 | -0/+30 |
| | |||||
* | add 8x16 System font | Joursoir | 2022-04-09 | 1 | -0/+4601 |
| | |||||
* | main: add the rect drawing routine | HyperNiki | 2022-04-09 | 1 | -0/+33 |
| | |||||
* | main: add the line drawing routine | Joursoir | 2022-04-08 | 1 | -0/+78 |
| | |||||
* | main: add main-loop stub | Joursoir | 2022-04-02 | 1 | -2/+25 |
| | |||||
* | main: add macros to draw a pixel, get independent color | Joursoir | 2022-04-02 | 1 | -27/+13 |
| | | | | Using function to draw a pixel is too inefficient | ||||
* | main: work only with 4 bytes color | Joursoir | 2022-04-02 | 2 | -5/+6 |
| | |||||
* | main: add draw pixel routine | Joursoir | 2022-03-27 | 1 | -0/+27 |
| | |||||
* | main: add structure for pixel color | Joursoir | 2022-03-27 | 1 | -0/+7 |
| | |||||
* | main: make ParseGraphicsPixelFormat() | Joursoir | 2022-03-27 | 1 | -0/+45 |
| | |||||
* | main: support different pixel formats | Joursoir | 2022-03-27 | 2 | -11/+63 |
| | |||||
* | add double buffering | Joursoir | 2022-03-26 | 2 | -2/+29 |
| | |||||
* | main: add graphics context | Joursoir | 2022-03-25 | 2 | -0/+68 |
| | |||||
* | main: locate graphics output protocol | Joursoir | 2022-03-25 | 1 | -0/+47 |
| | |||||
* | add .c and .inf stub-files | Joursoir | 2022-03-19 | 2 | -0/+49 |