summaryrefslogtreecommitdiff
path: root/chickadee/graphics/buffer.scm
Commit message (Expand)AuthorAgeFilesLines
* graphics: buffer: Reorganize where dynamic buffer stuff is defined.David Thompson2021-08-241-78/+78
* graphics: Rename <buffer-view> to <vertex-attribute>.David Thompson2021-08-241-121/+118
* graphics: buffer: Remove max, min, sparse fields from <buffer-view>.David Thompson2021-08-061-8/+2
* graphics: buffer: Fix indexed rendering with a byte offset.David Thompson2021-05-101-6/+8
* graphics: buffer: Fix rendering of vertex arrays without indices.David Thompson2021-05-081-1/+6
* graphics: buffer: Fix misnamed procedure export.David Thompson2021-05-071-1/+1
* graphics: Rewrite with-graphics-state to use state specs.David Thompson2021-03-141-10/+12
* graphics: Improve error message when prematurely creating GPU objects.David Thompson2021-03-051-0/+2
* graphics: Rewrite rendering engine.David Thompson2021-01-261-147/+114
* graphics: buffer: Remove unused buffer view procedures.David Thompson2020-12-091-103/+0
* graphics: buffer: Add dynamic geometry type.David Thompson2020-12-091-27/+430
* graphics: buffer: Fix silly error in render-vertices/instanced.David Thompson2020-11-181-1/+1
* graphics: buffer: Always apply index buffer before rendering.David Thompson2020-10-131-11/+15
* graphics: buffer: Fix segfault in resize-buffer!David Thompson2020-10-121-7/+9
* render: buffer: Allow streaming buffers to be resized.David Thompson2020-10-111-2/+21
* render: buffer: Support vertex arrays with no index buffer.David Thompson2020-10-111-15/+20
* Rename 'render' subdirectory to 'graphics'.David Thompson2020-10-031-0/+605