index
:
libgraphics
master
3D computer graphics library
rgl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
viewport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement a parser for a model(6). get rid of the libobj dependency.
rodri
2024-09-26
1
-1
/
+0
*
implement a general raster interface for the framebuffers.
rodri
2024-08-29
1
-4
/
+18
*
unify drawing routines and add clipped fb drawing support.
rodri
2024-08-17
1
-12
/
+11
*
offset fb during drawing based on viewport config. move OBJ-related procedure...
rodri
2024-08-07
1
-6
/
+22
*
add a viewport upscale filters interface.
rodri
2024-08-02
1
-8
/
+21
*
initial viewport upscaling support.
rodri
2024-07-14
1
-2
/
+24
*
new camera interface.
rodri
2024-07-13
1
-0
/
+1
*
simplify the job scheduler. correct two mistakes regarding the Viewport.
rodri
2024-04-05
1
-8
/
+1
*
add trivial nil checks to some of the cleanup procedures.
rodri
2024-04-03
1
-0
/
+2
*
viewport: add a way to access front and back buffers.
rodri
2024-04-01
1
-1
/
+8
*
pass a Viewport in the Renderjob instead of a fb.
rodri
2024-03-26
1
-0
/
+7
*
have separate routines for drawing and memdrawing.
rodri
2024-02-27
1
-0
/
+14
*
import the new renderer and clean things up.
rodri
2024-01-30
1
-0
/
+29