index
:
libgraphics
master
3D computer graphics library
rgl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement a uniforms interface through Shadertab.
rodri
2024-10-01
1
-0
/
+2
*
implement a parser for a model(6). get rid of the libobj dependency.
rodri
2024-09-26
1
-0
/
+5
*
implement clipped drawing. take branching out of the upscaler loop.
rodri
2024-09-20
1
-0
/
+1
*
get rid of the turbopool (the experiment was futile.)
rodri
2024-09-19
1
-22
/
+0
*
a better turbopool.
rodri
2024-09-17
1
-14
/
+9
*
fix a use-after-free when profiling rasterizer times.
rodri
2024-09-10
1
-0
/
+27
*
remove unnecessary copying. profile individual stage procs.
rodri
2024-09-07
1
-0
/
+7
*
implement a general raster interface for the framebuffers.
rodri
2024-08-29
1
-4
/
+15
*
replace f?(min|max) functions with type-agnostic macros.
rodri
2024-08-27
1
-2
/
+0
*
fix a double-free. add a generic value-swapping macro.
rodri
2024-08-05
1
-3
/
+3
*
make the depth buffer 32-bit.
rodri
2024-08-04
1
-1
/
+1
*
fix line interpolation during rasterization.
rodri
2024-08-02
1
-1
/
+2
*
implement pixel art upscaling filters scale[23]x. tidy up some code.
rodri
2024-07-16
1
-1
/
+7
*
fix the geometry glitches when moving things around.
rodri
2024-07-13
1
-1
/
+1
*
clip: fix rectclipline.
rodri
2024-05-03
1
-1
/
+1
*
add a general primitive with support for points, lines and triangles.
rodri
2024-05-03
1
-0
/
+14
*
render: add rasterizer init params and per-proc identification.
rodri
2024-04-24
1
-8
/
+16
*
replace the Triangle with a general purpose Primitive.
rodri
2024-04-16
1
-1
/
+1
*
implement a fully concurrent pipeline based on tiles.
rodri
2024-04-15
1
-0
/
+18
*
simplify the job scheduler. correct two mistakes regarding the Viewport.
rodri
2024-04-05
1
-7
/
+0
*
implement a (partially) concurrent pipeline.
rodri
2024-03-25
1
-3
/
+7
*
add user-defined vertex attributes (varyings) and improve the interpolation c...
rodri
2024-03-03
1
-0
/
+7
*
lay out the grounds for a scene renderer.
rodri
2024-02-13
1
-1
/
+1
*
improve coordinate transformations and fix projections.
rodri
2024-01-31
1
-9
/
+1
*
import the new renderer and clean things up.
rodri
2024-01-30
1
-0
/
+29