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
/
array.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Modularize the libdimension codebase.
Tavian Barnes
2015-10-25
1
-33
/
+0
|
*
array: Allow arrays to be allocated from pools.
Tavian Barnes
2014-05-31
1
-0
/
+33
|
*
Inline some functions: about a 5% performance boost.
Tavian Barnes
2009-07-01
1
-116
/
+0
|
*
New inline function framework.
Tavian Barnes
2009-06-30
1
-8
/
+1
|
*
Remove thread-synchronization from arrays, which was way too slow, and
Tavian Barnes
2009-06-29
1
-119
/
+24
|
|
|
|
only really needed for dmnsn_progress anyway.
*
Add lots of comments, and some code fixes discovered in the process.
Tavian Barnes
2009-06-26
1
-2
/
+23
|
*
New dmnsn_array_size() thread-safe function.
Tavian Barnes
2009-06-23
1
-10
/
+33
|
*
Add interface for performing long tasks in background, while giving a
Tavian Barnes
2009-06-22
1
-26
/
+25
|
|
|
|
progress indication.
*
Make dmnsn_array*'s thread safe.
Tavian Barnes
2009-06-22
1
-19
/
+92
|
*
Make raytracing engine multi-threaded.
Tavian Barnes
2009-06-14
1
-0
/
+9
|
*
Begin object type, with sphere example.
Tavian Barnes
2009-05-13
1
-1
/
+1
|
*
Bail out on failed malloc in dmnsn_new_array.
Tavian Barnes
2009-05-10
1
-3
/
+1
|
*
Fix array bugs.
Tavian Barnes
2009-05-07
1
-7
/
+7
|
*
Add new general array interface.
Tavian Barnes
2009-05-07
1
-0
/
+95