Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -2/+3 |
| | |||||
* | main: add draw pixel routine | Joursoir | 2022-03-27 | 1 | -0/+27 |
| | |||||
* | main: make ParseGraphicsPixelFormat() | Joursoir | 2022-03-27 | 1 | -0/+45 |
| | |||||
* | main: support different pixel formats | Joursoir | 2022-03-27 | 1 | -11/+49 |
| | |||||
* | add double buffering | Joursoir | 2022-03-26 | 1 | -1/+20 |
| | |||||
* | main: add graphics context | Joursoir | 2022-03-25 | 1 | -0/+36 |
| | |||||
* | main: locate graphics output protocol | Joursoir | 2022-03-25 | 1 | -0/+47 |
| | |||||
* | add .c and .inf stub-files | Joursoir | 2022-03-19 | 1 | -0/+21 |