Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-10-06*Added memset's to make sure counters start on zeroAndre Susano Pinto
2009-10-06Added #ifdef __SSE__ so it can still build when SSE is disabled at compile timeAndre Susano Pinto
2009-09-14*Ray counters (number of BB/primitive tests/hits and other raytrace counters)...Andre Susano Pinto
2009-09-06*introduced new method for packing/optimizing trees after buildingAndre Susano Pinto
2009-08-29Code reorganizationAndre Susano Pinto
2009-08-26*Changed RayObject_ calls to RE_rayobject to keep consistency on callsAndre Susano Pinto
2009-08-11*Added a tree structure with a variable number of childs per node, but with g...Andre Susano Pinto
2009-08-07Made -O3 and -msse2 default flags for bf_render_raytraceAndre Susano Pinto
2009-08-07*BLI_memarena support for any power of two alignmentAndre Susano Pinto
2009-08-07Fix _MM_SHUFFLE_ orderAndre Susano Pinto
2009-08-07improved SIMD on raytrace (up to the moment support of SIMD is done at dfs an...Andre Susano Pinto
2009-08-07usage of simd on bb testsAndre Susano Pinto
2009-08-06*Process leafs as soon as found instead of pushing them on stack for later ev...Andre Susano Pinto
2009-08-06no need to calculate the exact nearest distance if we are not using any heuri...Andre Susano Pinto
2009-07-15*Added support to "BB hints" (which works like a BB version of LCTS - longest...Andre Susano Pinto
2009-07-12*Moved rtbuild to bf_render_raytraceAndre Susano Pinto
2009-07-12I had applied a patch twice.. code was duplicatedAndre Susano Pinto
2009-07-12Added module bf_render_raytrace (source/blender/render/intern/raytrace)Andre Susano Pinto