- Feb 09, 2018
-
-
bunnei authored
-
- Feb 07, 2018
-
-
mailwl authored
-
- Feb 05, 2018
-
-
bunnei authored
-
- Feb 02, 2018
- Jan 25, 2018
- Jan 22, 2018
- Jan 21, 2018
-
-
Subv authored
-
- Jan 19, 2018
-
-
River City Ransomware authored
* Fixes some cast warnings, partially fixes citra #3064 * Converted casts to uint32_t to u32 * Ran clang-format
-
gdkchan authored
-
- Jan 18, 2018
- Jan 17, 2018
- Jan 15, 2018
- Jan 13, 2018
-
-
bunnei authored
-
- Jan 12, 2018
-
-
bunnei authored
-
- Jan 11, 2018
-
-
Subv authored
-
Subv authored
This prevents missing frames if the vblank fires between the DequeueBuffer and Wait(vsync) calls
-
Subv authored
NVFlinger will call into the nvdisp_disp0 device to perform screen flips, bypassing the ioctl interface. We now have the address of the framebuffer to draw, we just need to actually put it on the screen.
-
Subv authored
Don't try to draw buffers that the guest application is using, only queued buffers are eligible for drawing. Drawing actual pixels is still not implemented.
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
The homebrew display test application now properly writes graphics data to the graphics buffer but we still don't have a way to compose the display layers.
-