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
*
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
*
Add ImageMaps to Python module.
Tavian Barnes
2011-09-18
2
-1
/
+23
*
Use a more interesting pattern than "blue" for canvas import/export tests.
Tavian Barnes
2011-08-29
5
-6
/
+68
*
Use DMNSN_INTERNAL for prtree functions.
Tavian Barnes
2011-08-25
1
-2
/
+3
*
Rename dimension-impl.h to dimension-internal.h
Tavian Barnes
2011-08-25
1
-1
/
+1
*
Replace sky_spheres with a single background pigment.
Tavian Barnes
2011-08-21
1
-8
/
+3
*
Handle reflection correctly in the client.
Tavian Barnes
2011-08-18
1
-4
/
+2
*
Wrap pthread API to reduce duplicated error tests.
Tavian Barnes
2011-08-02
1
-1
/
+1
*
Remove color_maps.
Tavian Barnes
2011-07-28
1
-49
/
+89
*
Implement triangles.
Tavian Barnes
2011-07-13
1
-0
/
+33
*
Clean up tests a bit.
Tavian Barnes
2011-07-13
1
-10
/
+12
*
Use a default diffuse amount of 0.7.
Tavian Barnes
2011-06-17
1
-1
/
+1
*
Use propper extensions for tests.
Tavian Barnes
2011-06-14
1
-12
/
+12
*
Vast libdimension API and internals improvements.
Tavian Barnes
2011-06-13
2
-27
/
+38
*
Make lights more generic to support directional lights.
Tavian Barnes
2011-05-30
1
-1
/
+1
*
Handle sRGB gamma correctly.
Tavian Barnes
2011-05-28
1
-8
/
+16
*
Add refcounts to cameras.
Tavian Barnes
2011-05-21
1
-2
/
+3
*
Switch to Blender model of filtered transparency.
Tavian Barnes
2011-05-20
1
-3
/
+3
*
Add a refcount to canvases.
Tavian Barnes
2011-05-20
1
-1
/
+1
*
Fix leak in failure path in GL test.
Tavian Barnes
2011-05-17
1
-0
/
+1
[next]