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
2009-10-01*Updated UI options and added UI options to:Andre Susano Pinto
2009-09-28Raycounters fixAndre Susano Pinto
2009-09-25*Added VlakPrimitive (this rayobject rimitive only stores ObjectRenderInstanc...Andre 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-14Addition of some fake nodes to use SIMD even when theres only 3 nodesAndre Susano Pinto
2009-08-13Another tree pass during build to increase the number of nodes that have mult...Andre Susano Pinto
2009-08-11fix instance support when using SIMDAndre 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-11Ability to disable hints at compile timeAndre 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-08-05generic hints for raytracerAndre Susano Pinto
2009-08-04Fix point-hintAndre Susano Pinto
2009-08-04Skip BB tests on primitivesAndre Susano Pinto
2009-08-04single tree (by default)Andre Susano Pinto
2009-08-03NlogN building:Andre Susano Pinto
2009-08-02changed to STL sortAndre Susano Pinto
2009-07-17Another try with building better trees (this should never make worst trees)Andre Susano Pinto
2009-07-15*increased stack size (later this should be prepared for dealing with stack s...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-15*fix (was losing childs)Andre Susano Pinto
2009-07-15Just another experimental stuff to optimize the expected number of BB test on...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