about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* clean upKartik K. Agaram2021-05-162-58/+1
|
* bugfix in bezierKartik K. Agaram2021-05-163-7/+78
|
* .Kartik K. Agaram2021-05-161-8/+8
|
* new app: interactive bezier curveKartik K. Agaram2021-05-161-1/+132
|
* .Kartik K. Agaram2021-05-162-1/+51
|
* .Kartik K. Agaram2021-05-161-21/+52
|
* .Kartik K. Agaram2021-05-161-1/+1
|
* .Kartik K. Agaram2021-05-162-8/+71
|
* .Kartik K. Agaram2021-05-161-45/+0
|
* Bresenham's algorithm for bezier curvesKartik K. Agaram2021-05-163-0/+387
|
* reimplement Bresenham circle in MuKartik K. Agaram2021-05-151-0/+90
|
* reimplement Bresenham line in MuKartik K. Agaram2021-05-152-0/+83
|
* shell: roll back a change to the 'when' macroKartik K. Agaram2021-05-151-2/+2
| | | | | Introduced in commit 1adc904ef3 from a week ago, but it turns out brcircle has been consistently broken ever since.
* grow a few buffers until shell/ loadsKartik K. Agaram2021-05-153-8/+11
|
* .Kartik K. Agaram2021-05-151-20/+0
|
* print call stack on all low-level errorsKartik K. Agaram2021-05-159-55/+14
|
* print call stack on abortKartik K. Agaram2021-05-151-2/+55
|
* look up debug info from call stack on abortKartik K. Agaram2021-05-141-2/+68
|
* .Kartik K. Agaram2021-05-1419-71/+71
|
* parse debug info on abortKartik K. Agaram2021-05-141-14/+140
|
* free up '_' for top-level SubX functionsKartik K. Agaram2021-05-142-40/+40
|
* load debug info from disk on abortKartik K. Agaram2021-05-145-8/+109
|
* fixup! load debug info into code diskKartik K. Agaram2021-05-142-3/+11
|
* dump addresses of call stack on abortKartik K. Agaram2021-05-142-0/+32
|
* .Kartik K. Agaram2021-05-142-0/+1
|
* .Kartik K. Agaram2021-05-143-11/+16
| | | | | Move abort to SubX. We'll need to do some unsafe stuff to display the call stack here.
* load debug info into code diskKartik K. Agaram2021-05-143-4/+12
|
* insert a compile phase to emit some debug infoKartik K. Agaram2021-05-148-2317/+2918
|
* .Kartik K. Agaram2021-05-142-53/+4
|
* .Kartik K. Agaram2021-05-142-0/+1
| | | | | Fix a stack bug in survey_baremetal. I'm not sure how my tests weren't crashing, but I won't bother digging further.
* .Kartik K. Agaram2021-05-142-5/+4
|
* .Kartik K. Agaram2021-05-141-3/+1
|
* .Kartik Agaram2021-05-091-26/+32
| | | | | Keep the html version of mandelbrot-fixed at the correct monochrome still image for now. (commit 4bfc80ce)
* mandelbrot: add some garish colorKartik K. Agaram2021-05-092-19/+12
|
* similarly zoom into fixed and fp mandelbrotKartik K. Agaram2021-05-092-27/+70
|
* mandelbrot-fixed: introduce some viewport parametersKartik K. Agaram2021-05-091-17/+42
|
* bugfix in mandelbrot-fixedKartik K. Agaram2021-05-091-13/+19
| | | | | | | | Thanks to comparing regular ints with fixed-point ints, I was computing iterations for many screenfuls of pixels to the right of the current one. (Y-axis behaved similarly, but there it was just doing other work instead of busy-looping forever. If you don't have anything else to do, it doesn't matter what you do.)
* .Kartik K. Agaram2021-05-092-31/+31
| | | | | Yet another step in the slow divergence of survey_baremetal from its survey_elf roots.
* .Kartik Agaram2021-05-091-7/+43
|
* .Kartik Agaram2021-05-092-6/+6
|
* .Kartik Agaram2021-05-094-4/+4
|
* .Kartik Agaram2021-05-094-352/+372
|
* .Kartik Agaram2021-05-092-34/+42
|
* mandelbrot: streamline expositionKartik Agaram2021-05-094-283/+254
|
* .Kartik Agaram2021-05-092-195/+197
|
* .Kartik Agaram2021-05-082-0/+499
|
* mandelbrot set in fixed-pointKartik K. Agaram2021-05-082-15/+239
|
* .Kartik K. Agaram2021-05-081-1/+1
|
* support checking overflow flag everywhereKartik K. Agaram2021-05-088-9/+517
|
* .Kartik K. Agaram2021-05-081-1/+1
|