- 13 Jan, 2018 13 commits
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
- 12 Jan, 2018 9 commits
- 11 Jan, 2018 18 commits
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
Subv authored
-
Subv authored
This prevents missing frames if the vblank fires between the DequeueBuffer and Wait(vsync) calls
-
bunnei authored
-
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
-
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.
-
Subv authored
-