Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | GLSL emission | David Thompson | 2023-06-08 | 1 | -6/+122 | |
| | ||||||
* | Add unification pass. | David Thompson | 2023-06-08 | 1 | -89/+268 | |
| | ||||||
* | Add type annotation pass. | David Thompson | 2023-06-08 | 1 | -5/+376 | |
| | ||||||
* | Add function hoisting and redo free variable analysis. | David Thompson | 2023-06-08 | 1 | -58/+120 | |
| | ||||||
* | Add macro expansion and free variable annotation. | David Thompson | 2023-06-08 | 1 | -14/+239 | |
| | ||||||
* | Add skeleton of Seagull compiler. | David Thompson | 2023-06-08 | 1 | -0/+115 | |
| | ||||||
* | intersection types. | David Thompson | 2023-06-08 | 1 | -6/+37 | |
| | ||||||
* | call-with-values | David Thompson | 2023-06-08 | 1 | -11/+30 | |
| | ||||||
* | Type quantifiers!!!! | David Thompson | 2023-06-08 | 1 | -95/+188 | |
| | ||||||
* | Fix begin/let. | David Thompson | 2023-06-08 | 1 | -7/+9 | |
| | ||||||
* | Add begin form. | David Thompson | 2023-06-08 | 1 | -0/+12 | |
| | ||||||
* | Add let and values forms. | David Thompson | 2023-06-08 | 1 | -0/+37 | |
| | ||||||
* | Add basis for multiple return values. | David Thompson | 2023-06-08 | 1 | -154/+124 | |
| | ||||||
* | First draft of a new attempt at inference. | David Thompson | 2023-06-08 | 1 | -0/+402 | |
| | ||||||
* | infer: structs and arrays. | David Thompson | 2023-06-08 | 1 | -43/+212 | |
| | ||||||
* | infer: n-arity functions. | David Thompson | 2023-06-08 | 1 | -5/+20 | |
| | ||||||
* | WIP type inference thing. | David Thompson | 2023-06-08 | 1 | -0/+211 | |
| | ||||||
* | graphics: sprite: Convert shaders to SGLSL. | David Thompson | 2023-06-08 | 1 | -95/+31 | |
| | ||||||
* | graphics: shader: Use SGLSL. | David Thompson | 2023-06-08 | 1 | -0/+16 | |
| | ||||||
* | graphics: Add SGLSL module. | David Thompson | 2023-06-08 | 3 | -1/+441 | |
| | ||||||
* | Add TODO item. | David Thompson | 2023-06-08 | 1 | -0/+3 | |
| | ||||||
* | cli: bundle: Remove everything but bundled modules from load path. | David Thompson | 2023-06-04 | 1 | -0/+2 | |
| | ||||||
* | Preserve user clear color on window resize. | David Thompson | 2023-05-27 | 1 | -1/+3 | |
| | ||||||
* | Simplify guix.scm. | David Thompson | 2023-05-24 | 1 | -40/+2 | |
| | ||||||
* | Document new #:smooth? arg for load-font in manual.v0.10.0 | David Thompson | 2023-05-24 | 1 | -1/+5 | |
| | ||||||
* | Don't build dvi docs. | David Thompson | 2023-05-24 | 1 | -0/+3 | |
| | ||||||
* | Add missing build-html.scm file. | David Thompson | 2023-05-24 | 1 | -0/+78 | |
| | | | | Oops! | |||||
* | Move pixbuf module to (chickadee graphics ...) namespace. | David Thompson | 2023-05-24 | 7 | -7/+7 | |
| | ||||||
* | todo: Mark window resize hook item as done. | David Thompson | 2023-05-24 | 1 | -2/+2 | |
| | ||||||
* | Add TODO item. | David Thompson | 2023-05-22 | 1 | -0/+5 | |
| | ||||||
* | graphics: buffer: Reduce closure allocation. | David Thompson | 2023-05-16 | 1 | -8/+8 | |
| | ||||||
* | graphics: shader: Reduce closure allocation. | David Thompson | 2023-05-16 | 1 | -51/+55 | |
| | ||||||
* | graphics: engine: Work around closure allocation issue. | David Thompson | 2023-05-13 | 1 | -2/+9 | |
| | ||||||
* | graphics: texture: Fix initialization when no pixel data is provided. | David Thompson | 2023-05-13 | 1 | -6/+5 | |
| | ||||||
* | Allow textures to be built with raw bytevectors or nothing. | David Thompson | 2023-05-13 | 3 | -27/+75 | |
| | | | | | | | This fixes a large, unnecessary allocation of a pixbuf in make-framebuffer and skips pixbuf allocation in a few other places. Since framebuffer textures are not defined by some input bitmap, it does not make sense to allocate a useless empty pixbuf. | |||||
* | Add window event handlers to run-game. | David Thompson | 2023-05-13 | 2 | -18/+124 | |
| | ||||||
* | Switch to Guile's built-in high resolution timer. | David Thompson | 2023-05-03 | 1 | -2/+2 | |
| | ||||||
* | Finish Apache 2.0 relicense. | David Thompson | 2023-05-03 | 3 | -677/+205 | |
| | ||||||
* | graphics: shader: Extract sampler? procedure. | David Thompson | 2023-05-03 | 1 | -2/+5 | |
| | ||||||
* | graphics: engine: Remove keyword arg for graphics-engine-commit! | David Thompson | 2023-05-03 | 1 | -2/+2 | |
| | ||||||
* | graphics: buffer: Remove keyword args from apply-vertex-attribute. | David Thompson | 2023-05-02 | 1 | -4/+4 | |
| | ||||||
* | graphics: engine: Remove dynamic-wind from with-graphics-state. | David Thompson | 2023-05-02 | 1 | -7/+5 | |
| | ||||||
* | graphics: buffer: Replace use of match on symbols with case. | David Thompson | 2023-05-01 | 1 | -57/+59 | |
| | ||||||
* | graphics: buffer: Remove unused apply-buffer procedure. | David Thompson | 2023-05-01 | 1 | -4/+0 | |
| | ||||||
* | graphics: buffer: Remove keyword arguments from render-vertices. | David Thompson | 2023-05-01 | 2 | -4/+4 | |
| | ||||||
* | graphics: buffer: Style improvement for record type printer. | David Thompson | 2023-05-01 | 1 | -10/+11 | |
| | ||||||
* | Cache bytevectors for streaming buffers to reduce GC. | David Thompson | 2023-05-01 | 1 | -9/+33 | |
| | ||||||
* | Further reduce garbage generated by graphics state management. | David Thompson | 2023-05-01 | 1 | -19/+20 | |
| | | | | | I'm not totally sure if this does much good, but it seems there's at least some savings by not using hash tables here. | |||||
* | Reduce garbage generated by graphics state management. | David Thompson | 2023-04-29 | 1 | -60/+36 | |
| | ||||||
* | graphics: framebuffer: Clear viewport in with-framebuffer form. | David Thompson | 2023-04-28 | 1 | -2/+3 | |
| |