summaryrefslogtreecommitdiffstats
path: root/libdimension/triangle.c
Commit message (Collapse)AuthorAgeFilesLines
* object: Use pool.Tavian Barnes2014-05-311-5/+6
|
* Coding style fixes.Tavian Barnes2014-05-261-7/+8
|
* object: Get rid of void *ptr field.Tavian Barnes2014-05-261-20/+20
| | | | | | Instead, allow dmnsn_object to be embedded in a larger struct. This gives a consistent 1% speed boost.
* triangle: Make intersections simpler and faster with a change of basis.Tavian Barnes2014-05-221-15/+22
|
* malloc: New DMNSN_MALLOC() macro to save a sizeof().Tavian Barnes2014-05-061-3/+2
|
* Make triangles smooth.Tavian Barnes2011-12-171-4/+30
|
* Update copyright years.Tavian Barnes2011-08-311-1/+1
|
* Support multiple texture assignment properly.Tavian Barnes2011-07-261-5/+2
|
* Implement triangles.Tavian Barnes2011-07-131-0/+83