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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
polynomial: Fix too-small array in test.
Tavian Barnes
2014-07-29
1
-7
/
+9
*
Fix some warnings found by clang.
Tavian Barnes
2014-06-24
1
-3
/
+3
*
pool: Use separate blocks for non-tidy allocations.
Tavian Barnes
2014-06-19
1
-2
/
+2
*
canvas: Kill optimizers' ->ptr field.
Tavian Barnes
2014-06-19
3
-4
/
+4
*
Add a C89 compliance test for the headers.
Tavian Barnes
2014-06-12
2
-0
/
+38
*
Add a C99 conformance test for the headers.
Tavian Barnes
2014-06-12
8
-18
/
+55
*
Use // comments when possible.
Tavian Barnes
2014-06-07
15
-68
/
+68
*
objects: Refactor how bounding and initialization work.
Tavian Barnes
2014-06-07
1
-4
/
+15
*
csg: Avoid copying the child array for unions.
Tavian Barnes
2014-06-04
1
-8
/
+4
*
triangles: Better API.
Tavian Barnes
2014-06-04
1
-7
/
+9
*
refcount: Remove.
Tavian Barnes
2014-05-31
2
-76
/
+0
*
object: Use pool.
Tavian Barnes
2014-05-31
2
-20
/
+19
*
texture: Use pool.
Tavian Barnes
2014-05-31
1
-12
/
+8
*
finish: Use pool.
Tavian Barnes
2014-05-31
1
-9
/
+6
*
pigment: Use pool.
Tavian Barnes
2014-05-31
1
-34
/
+31
*
array: Add DMNSN_NEW_ARRAY macro.
Tavian Barnes
2014-05-31
2
-5
/
+5
*
scene: Get rid of dmnsn_delete_scene().
Tavian Barnes
2014-05-30
1
-22
/
+14
*
map: Use pool.
Tavian Barnes
2014-05-30
1
-4
/
+4
*
pattern: Use pool.
Tavian Barnes
2014-05-30
1
-10
/
+9
*
interior: Use pool.
Tavian Barnes
2014-05-30
1
-5
/
+5
*
light: Use pool.
Tavian Barnes
2014-05-30
1
-2
/
+3
*
camera: Use pool.
Tavian Barnes
2014-05-30
1
-3
/
+3
*
canvas: Use pool.
Tavian Barnes
2014-05-30
3
-44
/
+48
*
pool: Separate dmnsn_palloc and dmnsn_palloc_tidy() APIs.
Tavian Barnes
2014-05-30
1
-4
/
+4
*
scene: Use pool.
Tavian Barnes
2014-05-30
1
-3
/
+5
*
pool: Rename pool_alloc to palloc.
Tavian Barnes
2014-05-30
1
-6
/
+6
*
pool: Add memory pool API.
Tavian Barnes
2014-05-30
2
-1
/
+92
*
malloc: New DMNSN_MALLOC() macro to save a sizeof().
Tavian Barnes
2014-05-06
2
-4
/
+4
*
future: Add a dmnsn_future_is_done() function.
Tavian Barnes
2014-04-26
1
-1
/
+1
*
future: Add a race-free way to examine a partial computation.
Tavian Barnes
2014-04-23
1
-7
/
+10
*
Fix some warnings found by higher warning levels than -Wall.
Tavian Barnes
2014-03-01
1
-2
/
+2
*
Fix a bug in cubic polynomial solver, and add more tests.
Tavian Barnes
2014-02-03
1
-32
/
+160
*
Use strerror_r if available instead of sys_errlist.
Tavian Barnes
2014-02-03
4
-7
/
+13
*
prtree: Sort large workloads in parallel.
Tavian Barnes
2014-02-01
1
-0
/
+1
*
Fix the polynomial solver when the bounds are exact.
Tavian Barnes
2012-12-21
1
-0
/
+24
*
Add some basic reference counting tests.
Tavian Barnes
2012-12-19
2
-0
/
+76
*
Add more dictionary tests.
Tavian Barnes
2012-12-19
1
-5
/
+44
*
Add some unit tests for dictionaries.
Tavian Barnes
2012-12-19
2
-0
/
+97
*
Don't print a memory leak message on failed tests.
Tavian Barnes
2012-12-18
1
-1
/
+8
*
Improve the unit test macro API a bit.
Tavian Barnes
2012-12-18
3
-38
/
+105
*
Convert the polynomial tests to the new testing framework.
Tavian Barnes
2012-12-18
4
-35
/
+164
*
Allow other BVH implementations to be used.
Tavian Barnes
2012-12-17
1
-4
/
+5
*
Replace INCLUDES with AM_CFLAGS.
Tavian Barnes
2012-12-16
1
-1
/
+2
*
Add custom fatal error handler test.
Tavian Barnes
2012-01-01
2
-0
/
+41
*
Make triangles smooth.
Tavian Barnes
2011-12-17
1
-1
/
+1
*
Re-think colors.
Tavian Barnes
2011-12-14
2
-24
/
+35
*
Be more consistent about using sRGB in the client.
Tavian Barnes
2011-11-28
1
-9
/
+7
*
Use Rouillier and Zimmerman's version of the Uspensky algorithm.
Tavian Barnes
2011-10-31
1
-8
/
+8
*
Make API more consistent.
Tavian Barnes
2011-10-30
3
-9
/
+9
*
Rename progress objects to future objects.
Tavian Barnes
2011-10-19
2
-4
/
+4
[next]