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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert the polynomial tests to the new testing framework.
Tavian Barnes
2012-12-18
4
-35
/
+164
*
Use the unit-testing framework "Check"
Tavian Barnes
2012-12-17
1
-1
/
+5
*
client: Respond to ^C right away if possible.
Tavian Barnes
2012-12-17
3
-8
/
+27
*
Allow other BVH implementations to be used.
Tavian Barnes
2012-12-17
10
-472
/
+600
*
Replace INCLUDES with AM_CFLAGS.
Tavian Barnes
2012-12-16
3
-7
/
+4
*
Make dmnsn_clear actually clear.
Tavian Barnes
2012-08-21
1
-1
/
+1
*
Fix --disable-png build.
Tavian Barnes
2012-08-20
1
-2
/
+2
*
Update .gitignore for new automake.
Tavian Barnes
2012-06-05
1
-0
/
+2
*
Fix compilation with new versions of Cython.
Tavian Barnes
2012-06-05
1
-1
/
+1
*
Add debugging tests for NaN values.
Tavian Barnes
2012-02-06
5
-0
/
+55
*
Add custom fatal error handler test.
Tavian Barnes
2012-01-01
2
-0
/
+41
*
Print a backtrace on both warnings and errors.
Tavian Barnes
2012-01-01
2
-7
/
+12
*
Print errno in dmnsn_report_error().
Tavian Barnes
2011-12-26
2
-5
/
+32
*
Use macros to initialize refcounts.
Tavian Barnes
2011-12-24
13
-34
/
+43
*
Add dmnsn_tcolor printf macros.
Tavian Barnes
2011-12-17
1
-0
/
+5
*
Make triangles smooth.
Tavian Barnes
2011-12-17
5
-13
/
+68
*
Allow one-element CSG operations.
Tavian Barnes
2011-12-17
1
-8
/
+8
*
Use inheritance for spheres in cube test.
Tavian Barnes
2011-12-16
1
-19
/
+23
*
Make refcount declarations uniform.
Tavian Barnes
2011-12-15
11
-30
/
+26
*
Re-think colors.
Tavian Barnes
2011-12-14
28
-887
/
+716
*
Fix reading of 8-bit PNG files.
Tavian Barnes
2011-12-06
1
-7
/
+7
*
Rename raytrace.{c,h} to ray_trace.{c,h}.
Tavian Barnes
2011-12-05
5
-4
/
+4
*
Hide the presence of dimension.wrapper from wrapper types.
Tavian Barnes
2011-12-05
4
-7
/
+9
*
Rename complex test to cube test.
Tavian Barnes
2011-12-04
2
-3
/
+3
*
Use a separate class for sRGB colors.
Tavian Barnes
2011-12-04
6
-81
/
+114
*
Use correct D65 values for dmnsn_color_intensity().
Tavian Barnes
2011-12-03
1
-2
/
+1
*
Add .intensity() and .gray() methods to Colors.
Tavian Barnes
2011-12-01
1
-0
/
+5
*
Evaluate specular highlights before reflection.
Tavian Barnes
2011-12-01
1
-9
/
+11
*
Be more consistent about using sRGB in the client.
Tavian Barnes
2011-11-28
6
-56
/
+77
*
Fix up malloc.h documentation.
Tavian Barnes
2011-11-19
1
-1
/
+1
*
Get rid of dmnsn_vector_element().
Tavian Barnes
2011-11-17
1
-33
/
+0
*
Add a non-cached case to the PR-tree benchmark.
Tavian Barnes
2011-11-17
1
-0
/
+5
*
Add some branch instrumentation from gcov profile.
Tavian Barnes
2011-11-16
3
-6
/
+7
*
Add a dmnsn_unreachable() macro.
Tavian Barnes
2011-11-16
7
-14
/
+30
*
Pass -q to libtoolize in autogen.sh.
Tavian Barnes
2011-11-15
1
-1
/
+1
*
Get rid of DMNSN_ARRAY_FOREACH_REVERSE.
Tavian Barnes
2011-11-13
1
-11
/
+0
*
Get rid of dmnsn_color_is_black().
Tavian Barnes
2011-11-07
5
-31
/
+15
*
Let Future objects be used as context managers.
Tavian Barnes
2011-11-04
2
-41
/
+36
*
Prevent hangs in dmnsn_polynomial_solve.
Tavian Barnes
2011-11-04
1
-13
/
+21
*
Add a preview window written with PyQt.
Tavian Barnes
2011-11-04
4
-3
/
+96
*
Don't hold the GIL for blocking operations.
Tavian Barnes
2011-11-03
2
-4
/
+8
*
Simplify loop condition in PR-tree traversal.
Tavian Barnes
2011-11-03
1
-6
/
+4
*
Clean up PR-tree intersection code.
Tavian Barnes
2011-11-02
1
-24
/
+23
*
Add --enable-debug configure option.
Tavian Barnes
2011-10-31
2
-1
/
+16
*
Ship dimension client inside the Python package.
Tavian Barnes
2011-10-31
13
-253
/
+328
*
Use Rouillier and Zimmerman's version of the Uspensky algorithm.
Tavian Barnes
2011-10-31
3
-191
/
+153
*
Make PNG and GL share the same optimizer.
Tavian Barnes
2011-10-30
6
-74
/
+103
*
Make API more consistent.
Tavian Barnes
2011-10-30
43
-182
/
+215
*
Rename progress objects to future objects.
Tavian Barnes
2011-10-19
19
-307
/
+303
*
Add a getrusage() implementation of dmnsn_get_times().
Tavian Barnes
2011-09-30
2
-13
/
+58
[prev]
[next]