summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.cpp
AgeCommit message (Expand)Author
2011-01-07SH-762 Forsyth style vertex buffer optimization for meshes.Dave Parks
2010-12-20Fix for windows build. Reviewed by Nyx.Dave Parks
2010-11-23merged CTS-323: Don't cast pointers to U32Boroondas Gupte
2010-11-21Get rid of pointless redirection and malloc/free.Dave Parks
2010-11-03Reverting fix for SH-391 until it works for all use casesJonathanLinden
2010-11-03Fix for SH-391 'Viewer crash when enabling align planar faces on a mesh obje...JonathanLinden
2010-10-29SH-92 Fix for busted bounding boxes for mirrored meshes.Dave Parks
2010-10-29Fix for bad normals on some prim faces.Dave Parks
2010-10-26Fix for bad binormals.Dave Parks
2010-10-24merged CTS-323: Don't cast pointers to U32Boroondas Gupte
2010-10-24CTS-323: (part 2 of 2) Don't cast pointers to U32Boroondas Gupte
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-04Interface/state for rendering convex hull physics shapes. Still need to impl...Dave Parks
2010-10-01Add llhysicsshapebuilderutilDave Parks
2010-09-22MergeMatthew Breindel (Falcon)
2010-09-22Commenting out unused variables to help mac buildJonathan Wolk
2010-09-22Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching type...Dave Parks
2010-09-22mergeDave Parks
2010-09-22SH-100, SH-111 Fix for generate normals stalling/crashing.Dave Parks
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-09-20Stop using ll_aligned_malloc/free in llvolume.Dave Parks
2010-09-19Raycasting for rigged attachments now works for your own attachments while in...Dave Parks
2010-09-10Added test code for volume raycast octree and fixed a crash in render cost ca...Dave Parks
2010-08-31Merge cleanup.Dave Parks
2010-08-31mergeDave Parks
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
2010-08-24merge heads. whew.Tofu Linden
2010-08-19Integrate SIMD API from oreh/server-trunk-orehDave Parks
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-06Better < operator for LLVolumeFace::VertexDataDave Parks
2010-07-15Merge cleanup.Dave Parks
2010-07-14mergeDave Parks
2010-07-13Fix for mesh upload, consolidate generating bad indices, and normal generation.Dave Parks
2010-07-12Merge?Dave Parks
2010-06-15Get meshes working post-SSE pass.Dave Parks
2010-06-14mergeDave Parks
2010-06-14Builds with LLConvexDecompInter as a static lib.Dave Parks
2010-06-10Unused variable.Dave Parks
2010-06-10mergeDave Parks
2010-06-10Fix for memcpyNonAliased16 issues.Dave Parks
2010-06-10Potential fix for busted binormals on cubes.Dave Parks
2010-06-10Add "LL_MESH_ENABLED" preprocessor flag for toggling mesh code. Couple of me...Dave Parks
2010-06-04mergeDave Parks
2010-06-04Normal debug display and fix for bad bump mapping and planar texture coordina...Dave Parks
2010-06-04more needed #includesTofu Linden
2010-06-04lots of _mm_malloc and _mm_free -> ll_aligned_malloc_16 and ll_aligned_free_16Tofu Linden
2010-06-04fix scoping issues for gccTofu Linden
2010-06-03Vectorized octree and much of llspatialpartition and lldrawable.Dave Parks
2010-05-29Octree triven raycast works, time to profile.Dave Parks