index
:
libgraphics
master
3D computer graphics library
rgl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove quaternion sandwich utils (now part of libgeometry.)
HEAD
master
rodri
2024-10-19
1
-15
/
+0
*
shorten Shadertab prop names. add quaternion sandwich product utils.
rodri
2024-10-02
1
-0
/
+15
*
implement a parser for a model(6). get rid of the libobj dependency.
rodri
2024-09-26
1
-1
/
+12
*
camera: add a Camv constructor.
rodri
2024-09-21
1
-1
/
+1
*
implement clipped drawing. take branching out of the upscaler loop.
rodri
2024-09-20
1
-0
/
+18
*
change the raster format to RGBA32. draw to any image format. clean up.
rodri
2024-09-11
1
-0
/
+42
*
implement a general raster interface for the framebuffers.
rodri
2024-08-29
1
-6
/
+8
*
replace f?(min|max) functions with type-agnostic macros.
rodri
2024-08-27
1
-24
/
+0
*
fix a double-free. add a generic value-swapping macro.
rodri
2024-08-05
1
-20
/
+0
*
make the depth buffer 32-bit.
rodri
2024-08-04
1
-2
/
+2
*
implement pixel art upscaling filters scale[23]x. tidy up some code.
rodri
2024-07-16
1
-4
/
+13
*
fix the geometry glitches when moving things around.
rodri
2024-07-13
1
-0
/
+15
*
add spotlight params and a light color shading routine. other things.
rodri
2024-06-10
1
-0
/
+12
*
add a general primitive with support for points, lines and triangles.
rodri
2024-05-03
1
-0
/
+20
*
can't always rely on screen being there.
rodri
2024-04-01
1
-1
/
+1
*
improve coordinate transformations and fix projections.
rodri
2024-01-31
1
-54
/
+0
*
import the new renderer and clean things up.
rodri
2024-01-30
1
-0
/
+108