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
...
*
Correct dmnsn_color_illuminate().
Tavian Barnes
2009-11-09
3
-12
/
+20
*
Don't fail GL test if we can't get a GL context.
Tavian Barnes
2009-11-09
1
-2
/
+2
*
Use finishes.
Tavian Barnes
2009-11-09
5
-65
/
+104
*
Add support for finishes (BRDFs).
Tavian Barnes
2009-11-09
6
-3
/
+129
*
Calculate surface normals in intersection callbacks.
Tavian Barnes
2009-11-09
5
-13
/
+25
*
Render multiple (or zero) lights correctly.
Tavian Barnes
2009-11-09
1
-1
/
+2
*
Store inverse object transformation in a separate field.
Tavian Barnes
2009-11-09
4
-21
/
+16
*
Remove unused variable.
Tavian Barnes
2009-11-09
1
-1
/
+0
*
Rudimentary light/shadow handling.
Tavian Barnes
2009-11-09
5
-22
/
+109
*
Add a light to the default test scene.
Tavian Barnes
2009-11-09
1
-13
/
+18
*
Make dmnsn_delete_scene() delete the scene's elements too.
Tavian Barnes
2009-11-09
8
-63
/
+44
*
Add lights to scenes.
Tavian Barnes
2009-11-09
2
-6
/
+12
*
Add support for lights.
Tavian Barnes
2009-11-09
6
-1
/
+183
*
Make default fatal error handler nicer.
Tavian Barnes
2009-11-05
1
-2
/
+27
*
rm -f *.png in clean target.
tavianator
2009-11-05
1
-1
/
+1
*
Add file, line, and column information to astnodes.
Tavian Barnes
2009-11-05
2
-24
/
+33
*
Some much-needed comments in parse.c.
Tavian Barnes
2009-11-05
1
-5
/
+53
*
Don't use GNU make %-style target extension.
Tavian Barnes
2009-11-04
1
-1
/
+1
*
Parse arithmetic expressions.
Tavian Barnes
2009-11-04
5
-67
/
+280
*
Handle spheres.
Tavian Barnes
2009-11-04
6
-26
/
+139
*
Implement dmnsn_print_astree_sexpr().
Tavian Barnes
2009-10-31
5
-25
/
+114
*
Initialize `i' in dmnsn_parse().
Tavian Barnes
2009-10-30
1
-0
/
+1
*
Remove progress bars from tests, as parallel-tests hides output anyway.
Tavian Barnes
2009-10-30
4
-212
/
+75
*
Don't flip boxes that are specified backwards.
Tavian Barnes
2009-10-30
1
-3
/
+6
*
Refactor parsing and realization a bit.
Tavian Barnes
2009-10-30
3
-29
/
+49
*
Fix dmnsn_kD_splay_node_swallow() typo.
Tavian Barnes
2009-10-30
1
-4
/
+4
*
(Sort of) realize boxes.
Tavian Barnes
2009-10-30
2
-2
/
+71
*
Don't flip optimized PNG writes.
Tavian Barnes
2009-10-30
1
-2
/
+3
*
(Sort of) parse boxes.
Tavian Barnes
2009-10-30
10
-27
/
+360
*
Skeleton of parser and realizer.
Tavian Barnes
2009-10-29
6
-9
/
+169
*
Make sure we die on critical dmnsn_error()'s.
Tavian Barnes
2009-10-29
1
-0
/
+2
*
Correctly tokenize <=, >= and !=.
Tavian Barnes
2009-10-29
4
-22
/
+55
*
Support all POV-Ray keywords.
Tavian Barnes
2009-10-29
4
-11
/
+1284
*
Correct locale "transaction" handling in dmnsn_tokenize().
Tavian Barnes
2009-10-29
1
-8
/
+8
*
Rename DMNSN_T_EXCLAMATION to DMNSN_T_BANG.
tavianator
2009-10-29
2
-43
/
+43
*
Refactor tokenizer a bit.
tavianator
2009-10-29
5
-28
/
+93
*
Don't modify lines, cols, or next in tokenizer helper functions.
Tavian Barnes
2009-10-29
1
-175
/
+207
*
Even more tokenizer work.
Tavian Barnes
2009-10-29
3
-117
/
+96
*
Prefix tokens with DMNSN_T_.
Tavian Barnes
2009-10-29
2
-143
/
+143
*
Tokenize all language directives.
Tavian Barnes
2009-10-29
2
-5
/
+77
*
Complete string parsing.
Tavian Barnes
2009-10-29
3
-9
/
+71
*
Set the locale to `C' during tokenization.
Tavian Barnes
2009-10-28
1
-5
/
+27
*
Search in the same path as the current file for #includes.
Tavian Barnes
2009-10-28
2
-8
/
+28
*
Split tokenizer.sh into multiple tests.
Tavian Barnes
2009-10-28
7
-48
/
+138
*
Store source filename in tokens, give better diagnostics.
Tavian Barnes
2009-10-28
3
-49
/
+76
*
Make '#include' work.
Tavian Barnes
2009-10-28
2
-1
/
+34
*
Tokenize strings and language directives.
Tavian Barnes
2009-10-28
5
-3
/
+211
*
Add a vector to numeric tokenizer test.
tavianator
2009-10-28
2
-1
/
+4
*
Tokenize keywords.
Tavian Barnes
2009-10-28
5
-13
/
+89
*
Tokenize identifiers.
Tavian Barnes
2009-10-28
2
-6
/
+44
[prev]
[next]