Brad Grantham
Brad Grantham
In [this LKML thread](https://lkml.org/lkml/2017/4/28/521), the author details how to poke memory directly to reset i2c on SoCFPGA
Yes, assume LINE is width 1. hardware_rasterizer will convert lines with width >= 2 to screen-aligned triangles.
Doublebuffering the command stream added in 5e3abfe. Arena is still 25fps in some orientations. Buttonfly drops to 25fps when the button fills the screen.
With SKIP_FPGA_WORK, arena reports 223.15 frames per second and buttonfly reports 261.68 frames per second. I take that to mean the CPU work is 5ms or less for both of...
Bounce Martini with lighting if(0)’d: total frame ms, cpu, copy, raster wait, est total raster, swap wait, skipped 27.72, 26.51, 1.20, 0.00, 27.71, 0.00, 0 WARNING: Skipped frame 19.80, 11.65,...
This probably is only important when drawing with blending, which we don't support. Otherwise pixels from a second triangle sharing an edge with a first triangle will just replace the...
I've seen artifacts like these the whole time scanouts been working, even in the original alice4view images. I hadn't done much with them because they seemed lower priority than just...
It's remarkable how well that reflects what's going on! I also feel like it's somehow related to the rest of the line as the bright lines dither out near the...
That solved the blockiness. I don't know what the hangs were about; I'm not getting them now. I installed Linux Mint and Quartus 16.1 on my 8-year-old quad-core 16GB HP...
This is probably a lot easier to do in libgl. Feel free to assign to me if desired.