| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Crop images in image space (between 0 - 1) | Naveen Michaud-Agrawal | 2024-05-22 | 1 | -3/+7 |
| | | |||||
| * | scale before rotating | Naveen Michaud-Agrawal | 2023-11-11 | 1 | -8/+8 |
| | | |||||
| * | Support non-uniform image scaling | Naveen Michaud-Agrawal | 2023-11-11 | 1 | -1/+4 |
| | | |||||
| * | scale sampling | Cristobal Sciutto | 2023-10-27 | 1 | -8/+8 |
| | | |||||
| * | scale as param | Cristobal Sciutto | 2023-10-27 | 1 | -4/+4 |
| | | |||||
| * | image: Actually fix cache math | Omar Rizwan | 2023-10-13 | 1 | -2/+2 |
| | | |||||
| * | image,Gpu: Fix cache, for the most part (was double-freeing) | Omar Rizwan | 2023-10-13 | 1 | -1/+3 |
| | | |||||
| * | image: WIP: Replace cache refcount with simpler LRU scheme | Omar Rizwan | 2023-10-13 | 1 | -23/+25 |
| | | | | | | | | | | We don't really want to be constantly throwing out and recopying images when they flip and back, and it's not a big deal to fault an image now. Works well for static Toph image; doesn't work for camera slice yet (validation errors, and it just blinks a lot). | ||||
| * | image: WIP: Images are starting to work. | Omar Rizwan | 2023-10-12 | 1 | -48/+63 |
| | | |||||
| * | dict getdef -> dict_getdef. Much, much faster | Omar Rizwan | 2023-10-06 | 1 | -1/+1 |
| | | |||||
| * | display: WIP: Refactor into files; use wishes, not Display:: | Omar Rizwan | 2023-10-06 | 1 | -0/+99 |
| Expose shader stuff to user programs for the first time. Mostly works, but display thread and main thread run much slower (28fps display, 70fps main). Also introduce dict getwithdefault (helpful for rest options). | |||||
