index
:
dimension.git
android
faster-futures
master
physics
teapot
A high-performance photo-realistic 3-D renderer
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libdimension
/
dimension
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings found by clang.
Tavian Barnes
2014-06-24
2
-24
/
+89
*
canvas: Kill optimizers' ->ptr field.
Tavian Barnes
2014-06-19
3
-12
/
+19
*
Documentation fixes.
Tavian Barnes
2014-06-12
1
-1
/
+1
*
Add a C89 compliance test for the headers.
Tavian Barnes
2014-06-12
22
-305
/
+353
*
Add a C99 conformance test for the headers.
Tavian Barnes
2014-06-12
22
-298
/
+293
*
Use DMNSN_DEBUG macro instead of NDEBUG.
Tavian Barnes
2014-06-12
1
-7
/
+7
*
geometry: Faster AABB transformations.
Tavian Barnes
2014-06-12
1
-0
/
+7
*
objects: Implement smooth triangle fans.
Tavian Barnes
2014-06-08
1
-2
/
+11
*
objects: Implement triangle fans.
Tavian Barnes
2014-06-07
1
-1
/
+13
*
objects: Refactor how bounding and initialization work.
Tavian Barnes
2014-06-07
2
-20
/
+70
*
objects: Use a vtable to shrink object structs.
Tavian Barnes
2014-06-06
1
-7
/
+12
*
object: Kill pool parameter to dmnsn_init_object().
Tavian Barnes
2014-06-06
1
-2
/
+1
*
csg: Avoid copying the child array for unions.
Tavian Barnes
2014-06-04
1
-1
/
+1
*
triangles: Better API.
Tavian Barnes
2014-06-04
1
-17
/
+7
*
refcount: Remove.
Tavian Barnes
2014-05-31
1
-36
/
+0
*
object: Use pool.
Tavian Barnes
2014-05-31
3
-32
/
+30
*
texture: Use pool.
Tavian Barnes
2014-05-31
1
-11
/
+4
*
finish: Use pool.
Tavian Barnes
2014-05-31
2
-64
/
+18
*
pigment: Use pool.
Tavian Barnes
2014-05-31
3
-28
/
+12
*
array: Allow arrays to be allocated from pools.
Tavian Barnes
2014-05-31
1
-5
/
+45
*
array: Add DMNSN_NEW_ARRAY macro.
Tavian Barnes
2014-05-31
1
-1
/
+8
*
scene: Get rid of dmnsn_delete_scene().
Tavian Barnes
2014-05-30
1
-6
/
+0
*
map: Use pool.
Tavian Barnes
2014-05-30
2
-10
/
+6
*
pattern: Use pool.
Tavian Barnes
2014-05-30
2
-21
/
+10
*
interior: Use pool.
Tavian Barnes
2014-05-30
1
-9
/
+2
*
light: Use pool.
Tavian Barnes
2014-05-30
2
-20
/
+7
*
camera: Use pool.
Tavian Barnes
2014-05-30
2
-18
/
+5
*
canvas: Use pool.
Tavian Barnes
2014-05-30
3
-33
/
+26
*
pool: Separate dmnsn_palloc and dmnsn_palloc_tidy() APIs.
Tavian Barnes
2014-05-30
1
-3
/
+20
*
scene: Use pool.
Tavian Barnes
2014-05-30
1
-2
/
+3
*
pool: Rename pool_alloc to palloc.
Tavian Barnes
2014-05-30
1
-2
/
+2
*
pool: Add memory pool API.
Tavian Barnes
2014-05-30
1
-0
/
+60
*
finish: Remove ->ptr fields.
Tavian Barnes
2014-05-27
1
-23
/
+36
*
interior: Kill ->ptr field.
Tavian Barnes
2014-05-27
1
-5
/
+4
*
pattern: Kill ->ptr field.
Tavian Barnes
2014-05-27
1
-4
/
+14
*
pigment: Kill ->ptr field.
Tavian Barnes
2014-05-27
1
-7
/
+16
*
light: Get rid of ->ptr field.
Tavian Barnes
2014-05-26
3
-7
/
+16
*
camera: Kill the ->ptr field.
Tavian Barnes
2014-05-26
1
-5
/
+15
*
Coding style fixes.
Tavian Barnes
2014-05-26
1
-1
/
+1
*
object: Get rid of void *ptr field.
Tavian Barnes
2014-05-26
1
-4
/
+14
*
geometry: Add a matrix constructor from column vectors.
Tavian Barnes
2014-05-22
1
-0
/
+11
*
geometry.h: Fix copy-pasta.
Tavian Barnes
2014-05-22
1
-2
/
+2
*
malloc: New DMNSN_MALLOC() macro to save a sizeof().
Tavian Barnes
2014-05-06
1
-1
/
+9
*
gl: Make drawing faster by using a better pixel format.
Tavian Barnes
2014-04-27
1
-0
/
+11
*
canvas: Avoid copying entire dmnsn_canvas_optimizer structs.
Tavian Barnes
2014-04-26
1
-12
/
+8
*
future: Add a dmnsn_future_is_done() function.
Tavian Barnes
2014-04-26
1
-0
/
+7
*
future: Add a race-free way to examine a partial computation.
Tavian Barnes
2014-04-23
1
-1
/
+14
*
compiler.h: Fix extra semicolon in macro.
Tavian Barnes
2014-04-23
1
-2
/
+2
*
Don't check for NULL in DMNSN_INCREF().
Tavian Barnes
2014-04-10
1
-8
/
+1
*
Fix comment on dmnsn_sRGB_inverse_gamma().
Tavian Barnes
2014-04-10
1
-3
/
+3
[next]