summaryrefslogtreecommitdiffstats
path: root/virtual-programs/display/image.folk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Crop images in image space (between 0 - 1)Naveen Michaud-Agrawal2024-05-221-3/+7
|
* scale before rotatingNaveen Michaud-Agrawal2023-11-111-8/+8
|
* Support non-uniform image scalingNaveen Michaud-Agrawal2023-11-111-1/+4
|
* scale samplingCristobal Sciutto2023-10-271-8/+8
|
* scale as paramCristobal Sciutto2023-10-271-4/+4
|
* image: Actually fix cache mathOmar Rizwan2023-10-131-2/+2
|
* image,Gpu: Fix cache, for the most part (was double-freeing)Omar Rizwan2023-10-131-1/+3
|
* image: WIP: Replace cache refcount with simpler LRU schemeOmar Rizwan2023-10-131-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 Rizwan2023-10-121-48/+63
|
* dict getdef -> dict_getdef. Much, much fasterOmar Rizwan2023-10-061-1/+1
|
* display: WIP: Refactor into files; use wishes, not Display::Omar Rizwan2023-10-061-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).