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
/
canvas.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-think colors.
Tavian Barnes
2011-12-14
1
-6
/
+6
*
Make API more consistent.
Tavian Barnes
2011-10-30
1
-6
/
+6
*
Update copyright years.
Tavian Barnes
2011-08-31
1
-1
/
+1
*
Vast libdimension API and internals improvements.
Tavian Barnes
2011-06-13
1
-2
/
+2
*
Don't allocate reference counts on the heap.
Tavian Barnes
2011-05-28
1
-3
/
+1
*
Add a refcount to canvases.
Tavian Barnes
2011-05-20
1
-10
/
+7
*
Don't use awkward (*fptr)() syntax.
Tavian Barnes
2011-04-03
1
-2
/
+2
*
Update email address.
Tavian Barnes
2011-03-08
1
-1
/
+1
*
Document libdimension with Doxygen.
Tavian Barnes
2010-11-14
1
-7
/
+15
*
Add dmnsn_free() to match dmnsn_malloc().
Tavian Barnes
2010-09-26
1
-3
/
+3
*
Don't expose the contents of struct dmnsn_progress.
Tavian Barnes
2010-07-14
1
-1
/
+0
*
Fix some copyright dates.
Tavian Barnes
2010-05-10
1
-1
/
+1
*
Write some more docs, and fix a couple things noticed while writing them.
Tavian Barnes
2010-05-10
1
-1
/
+1
*
New DMNSN_ARRAY_FOREACH() macro, faster than iterating with dmnsn_array_get().
Tavian Barnes
2010-05-08
1
-10
/
+5
*
Use C99 for loop initializers.
Tavian Barnes
2010-05-05
1
-12
/
+7
*
Remove a bunch of errno.h includes.
Tavian Barnes
2010-04-13
1
-1
/
+0
*
New dmnsn_malloc() function, and friends.
Tavian Barnes
2010-04-07
1
-18
/
+9
*
Set errno on failures.
Tavian Barnes
2010-04-01
1
-0
/
+4
*
New dmnsn_clear_canvas() function.
Tavian Barnes
2010-03-24
1
-0
/
+13
*
Fix up license blurbs and copyright year.
Tavian Barnes
2010-01-27
1
-1
/
+1
*
Clean up some dmnsn_new_*() functions.
Tavian Barnes
2009-10-26
1
-4
/
+4
*
Don't check if it's too late to add canvas optimizers.
Tavian Barnes
2009-10-26
1
-12
/
+2
*
Add destructor callbacks for polymorphic C types, and use their base
Tavian Barnes
2009-07-16
1
-0
/
+1
*
Update license copyrights to 2009.
Tavian Barnes
2009-07-08
1
-1
/
+1
*
Comments and style adjustments, and a couple fixes.
Tavian Barnes
2009-07-08
1
-2
/
+3
*
Make optimizer registration fail if a canvas has already been written
Tavian Barnes
2009-07-05
1
-2
/
+11
*
New interface for optimizing canvas conversions by registering
Tavian Barnes
2009-07-04
1
-0
/
+39
*
Inline some functions: about a 5% performance boost.
Tavian Barnes
2009-07-01
1
-22
/
+0
*
Remove thread-synchronicity from canvases.
Tavian Barnes
2009-06-26
1
-100
/
+10
*
Add lots of comments, and some code fixes discovered in the process.
Tavian Barnes
2009-06-26
1
-6
/
+3
*
Add some comments.
Tavian Barnes
2009-04-12
1
-3
/
+29
*
Change argument order of dmnsn_set_pixel; write C++ canvas wrapper.
Tavian Barnes
2009-04-12
1
-2
/
+2
*
Clarify licenses; add libdimensionxx library.
Tavian Barnes
2009-04-10
1
-8
/
+8
*
Add read-write mutexes to canvas pixels. New error infrastructure.
Tavian Barnes
2009-04-08
1
-6
/
+100
*
Revamp color handling.
Tavian Barnes
2009-03-20
1
-164
/
+2
*
Use CIE xyY internally, rather than CIE XYZ.
Tavian Barnes
2009-03-01
1
-23
/
+34
*
Initial commit.
Tavian Barnes
2009-03-01
1
-0
/
+203