index
:
chickadee
master
wip-gpu
wip-graphics-backend
wip-sglsl
Chickadee Game Toolkit
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
webgpu wip stuff
wip-gpu
David Thompson
2023-11-08
5
-182
/
+409
*
WIP: Switch to WebGPU-like API
David Thompson
2023-11-08
7
-1734
/
+1808
*
examples: triangle: Simplify by removing projection matrix.
David Thompson
2023-11-08
1
-6
/
+5
*
graphics: Fold gl module into gpu module.
David Thompson
2023-11-08
3
-389
/
+276
*
Remove unused import in (chickadee) module.
David Thompson
2023-11-08
1
-1
/
+0
*
graphics: color: Remove old color mask code.
David Thompson
2023-11-08
1
-34
/
+1
*
render: path: Remove unused import.
David Thompson
2023-11-08
1
-1
/
+0
*
graphics: Factor out GL calls in shader module.
David Thompson
2023-11-08
2
-131
/
+232
*
graphics: Factor out GL calls in framebuffer module.
David Thompson
2023-11-08
2
-31
/
+33
*
graphics: Factor out GL calls in viewport module.
David Thompson
2023-11-08
2
-22
/
+18
*
graphics: Factor out GL calls in (chickadee) module.
David Thompson
2023-11-08
2
-11
/
+14
*
graphics: engine: Remove unused (gl) import.
David Thompson
2023-11-08
1
-1
/
+0
*
graphics: Factor GL calls out of buffer module.
David Thompson
2023-11-08
2
-165
/
+215
*
graphics: Factor GL calls out of texture module.
David Thompson
2023-11-08
2
-215
/
+252
*
First pass of rendering engine rewrite.
David Thompson
2023-11-08
34
-1211
/
+742
*
Rewrite GPU state management layer.
David Thompson
2023-11-08
7
-24
/
+932
*
doc: Add more info to installation section.
David Thompson
2023-11-08
1
-6
/
+42
*
Include guix.scm file in releases.
David Thompson
2023-11-08
1
-0
/
+1
*
Add TODO item.
David Thompson
2023-11-08
1
-0
/
+6
*
Add TODO item.
David Thompson
2023-11-05
1
-0
/
+7
*
cli: Correct typo in "version".
Ekaitz Zarraga
2023-09-30
1
-1
/
+1
*
Fix GLSL 1.2 versions of a couple fragment shaders.
David Thompson
2023-09-28
2
-7
/
+7
*
doc: Fix syntax error.
David Thompson
2023-09-13
1
-2
/
+2
*
Update TODO list.
David Thompson
2023-09-13
1
-47
/
+79
*
graphics: color: Add color/, color-tone-map, and color->string.
David Thompson
2023-09-13
1
-0
/
+33
*
Update gamecontrollerdb.txt.
David Thompson
2023-09-13
1
-79
/
+256
*
doc: Clear up confusion when using a REPL server with chickadee play.
David Thompson
2023-09-13
2
-4
/
+13
*
Add TODO item.
David Thompson
2023-08-15
1
-0
/
+7
*
Remove redundant import in guix.scm.
David Thompson
2023-07-26
1
-1
/
+0
*
graphics: texture: Add texture-copy-pixbuf! procedure.
David Thompson
2023-07-26
1
-0
/
+11
*
Add TODO items.
David Thompson
2023-07-17
1
-0
/
+5
*
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
*
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
*
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
[next]