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
...
*
Implement sky spheres.
Tavian Barnes
2010-11-19
3
-0
/
+71
*
Support global ambient_light.
Tavian Barnes
2010-11-19
1
-0
/
+1
*
Fix signed/unsigned comparison in DMNSN_ARRAY_FOREACH.
Tavian Barnes
2010-11-18
1
-3
/
+3
*
Make the bottom [0 0 0 1] of affine transformation matricies implicit.
Tavian Barnes
2010-11-16
1
-15
/
+9
*
End sentences with periods.
Tavian Barnes
2010-11-15
14
-78
/
+81
*
Document libdimension with Doxygen.
Tavian Barnes
2010-11-14
28
-341
/
+1247
*
Standard compliance.
Tavian Barnes
2010-11-10
2
-2
/
+50
*
Use Newton's method when the root bound is degenerate.
Tavian Barnes
2010-11-10
1
-0
/
+12
*
Add quick_color to pigments.
Tavian Barnes
2010-11-08
1
-0
/
+3
*
Add gradient pattern.
Tavian Barnes
2010-11-08
1
-0
/
+1
*
Fix double-init bug for inherited textures.
Tavian Barnes
2010-11-08
1
-0
/
+1
*
Optimize DMNSN_ARRAY_FOREACH_REVERSE() a bit.
Tavian Barnes
2010-11-08
1
-3
/
+3
*
Add dmnsn_orange color.
Tavian Barnes
2010-11-08
1
-1
/
+1
*
Support checkered pigments in dimension.
Tavian Barnes
2010-11-07
1
-1
/
+7
*
Add pattern framework, impelement checker pattern.
Tavian Barnes
2010-11-06
4
-1
/
+101
*
Add more in dmnsn_line_add_epsilon().
Tavian Barnes
2010-11-06
1
-1
/
+1
*
Factor out transformation code from object callbacks.
Tavian Barnes
2010-11-06
1
-15
/
+5
*
More numerical tweaks.
Tavian Barnes
2010-11-01
1
-1
/
+1
*
Be const-correct in polynomial.{c,h}.
Tavian Barnes
2010-10-30
1
-3
/
+3
*
Only return non-zero roots of polynomials.
Tavian Barnes
2010-10-29
1
-2
/
+2
*
Add torii to libdimension.
Tavian Barnes
2010-10-26
1
-0
/
+3
*
Add numerical polynomial solver based on Uspensky's algorithm.
Tavian Barnes
2010-10-26
2
-0
/
+58
*
Change initial array capacity to 2.
Tavian Barnes
2010-10-21
1
-11
/
+11
*
Add cone support to libdimension.
Tavian Barnes
2010-10-20
1
-2
/
+2
*
Missing `void' in argument list.
Tavian Barnes
2010-10-20
1
-1
/
+1
*
Inline some commonly-used functions.
Tavian Barnes
2010-10-18
2
-3
/
+34
*
Don't assume M_PI will be defined.
Tavian Barnes
2010-09-30
1
-2
/
+2
*
Make parts of the progress API internal.
Tavian Barnes
2010-09-29
1
-13
/
+1
*
Add a timer API to libdimension.
Tavian Barnes
2010-09-26
2
-0
/
+38
*
Add dmnsn_free() to match dmnsn_malloc().
Tavian Barnes
2010-09-26
3
-4
/
+5
*
Optimize DMNSN_ARRAY_FOREACH() a bit.
Tavian Barnes
2010-09-19
1
-3
/
+3
*
Support closed cylinders.
Tavian Barnes
2010-08-14
1
-1
/
+3
*
Add cylinders to libdimension.
Tavian Barnes
2010-08-14
1
-0
/
+3
*
Optimize PR-tree construction a bit.
Tavian Barnes
2010-08-01
1
-0
/
+8
*
Fix some -W{strict,missing}-prototypes warnings.
Tavian Barnes
2010-07-31
11
-18
/
+18
*
Use dmnsn_min() and _max() in dmnsn_vector_min() and _max().
Tavian Barnes
2010-07-18
1
-10
/
+10
*
Don't expose the contents of struct dmnsn_progress.
Tavian Barnes
2010-07-14
1
-23
/
+1
*
New dmnsn_radians() and dmnsn_degrees() conversion functions.
Tavian Barnes
2010-07-03
1
-1
/
+13
*
Add some macros to make printf()-ing geometric types easier.
Tavian Barnes
2010-06-20
1
-0
/
+18
*
Bulk-load CSG unions.
Tavian Barnes
2010-06-14
1
-1
/
+1
*
New dmnsn_bounding_box_is_infinite() predicate.
Tavian Barnes
2010-06-06
1
-0
/
+7
*
New bounding box special constructors.
Tavian Barnes
2010-06-06
1
-0
/
+20
*
Add children to dmnsn_objects, which enables splitting unions.
Tavian Barnes
2010-06-05
1
-0
/
+3
*
Rename `precompute' to `init'.
Tavian Barnes
2010-06-04
2
-5
/
+5
*
Add refcounts to textures and interiors.
Tavian Barnes
2010-06-03
2
-0
/
+6
*
Add precompute callback to objects.
Tavian Barnes
2010-05-31
1
-0
/
+2
*
Precompute objects in dmnsn_raytrace_scene() rather than dmnsn_new_prtree().
Tavian Barnes
2010-05-30
1
-0
/
+2
*
New dmnsn_vector_element() function.
Tavian Barnes
2010-05-18
1
-0
/
+25
*
Fix some copyright dates.
Tavian Barnes
2010-05-10
18
-18
/
+18
*
Write some more docs, and fix a couple things noticed while writing them.
Tavian Barnes
2010-05-10
1
-3
/
+3
[prev]
[next]