summaryrefslogtreecommitdiff
path: root/indra/llmath
AgeCommit message (Collapse)Author
2010-06-08Merge with viewer-experimentalDave Parks
2010-06-08DEV-11516 FIXED VWR-5308: Current wind noise generation is CPU intensive.Tofu Linden
Minor optimizations to wind generation. Patch by gigs and aimee, reviewed by merov.
2010-06-04mergeDave Parks
2010-06-04Normal debug display and fix for bad bump mapping and planar texture ↵Dave Parks
coordinates.
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
more to come.
2010-06-04fix scoping issues for gccTofu Linden
2010-06-04Disable octree paranoia checks.Dave Parks
2010-06-03Vectorized octree and much of llspatialpartition and lldrawable.Dave Parks
Octree driven raycast.
2010-05-29Octree triven raycast works, time to profile.Dave Parks
2010-05-29Octree per LLVolumeFace WIPDave Parks
2010-05-26Fully aligned llvolumeDave Parks
2010-05-25Better vectorization of various things. Turn off debug gl by default.Dave Parks
2010-05-24Fix for bad feeding of vectorized raycast.Dave Parks
2010-05-24MergeMatthew Breindel (Falcon)
2010-05-24Ack. Fixed a bunch of stupid type mistakes in llvector4a.Matthew Breindel (Falcon)
2010-05-24Fix for bad indexes on cube faces.Dave Parks
Extra validation on vertex buffers.
2010-05-22Fix for a couple dumb mistakes.Dave Parks
2010-05-22Vectorize/memory align buffers in llvolumeface WIPDave Parks
2010-05-21blahDave Parks
2010-05-07merge from viewer-trunkTofu Linden
2010-04-28Make LLVolume::createSide a little faster.Dave Parks
(transplanted from 4d43e3b83ccffd725ec6cb234ddcfa0833f17a9f)
2010-04-28Make LLVolume::createSide a little faster.Dave Parks
(transplanted from 4d43e3b83ccffd725ec6cb234ddcfa0833f17a9f)
2010-04-28Make LLVolume::createSide a little faster.Dave Parks
2010-04-27Proper byte ordering when decoding skin weights.Dave Parks
2010-04-22Fix for shadows from skyboxes hitting the ground.Dave Parks
2010-04-19merge from viewer-trunkTofu Linden
2010-04-19merge from viewer-trunkTofu Linden
2010-04-15merge from viewer-trunkTofu Linden
2010-04-15EXT-4388 Crash in octree line segment intersection code (getMask)Tofu Linden
Add yet more paranoia-and-return-or-assert, this time for +-INF in input vector. To be reviewed by Bao. (transplanted from 2012f21d23c66179345fb26148cfbe19835b325e)
2010-04-06Rigged attachments (almost works).Dave Parks
2010-04-02First draft of skin weights in .mesh assetDave Parks
2010-03-13Mesh cache. Has a bug.Dave Parks
2010-03-11"Generate Normals" is less busted now.Dave Parks
2010-03-09Tool tips for model preview. Rename "Impostor" to "Lowest"Dave Parks
2010-02-28Remove some dead code.Dave Parks
Add LH transform to LLVector3 Add DebugShowUploadCost Make LOD generation on model preview less finnicky. Remove error level based LOD generation. Better framing of model before upload. Better error handling for model uploader. Remove [COST] argument from model upload menu item. Remove L$ check from model upload menu item being enabled.
2010-02-24Removed scale from model importer.Dave Parks
Removed support for scale entry in mesh assets. Fixed MeshMaxConcurrentRequests being ignored. Added mesh download queue debug text.
2010-02-23Fix for normals getting squished on consolidation.Dave Parks
Replaced some magic numbers with constants. Switched up throttling of mesh upload HTTP posts to prevent overloading one capability at a time. Added some feedback on upload progress via debug text. Made debug text move with side panel (keep debug text from rendering on top of side panel).
2010-02-19Consolidate now preserves materials.Dave Parks
2010-02-1716-bit limit awareness when consolidating models.Dave Parks
2010-02-17mergeDave Parks
2010-02-11Multi-threaded asset uploading with proper ordering first draft.Dave Parks
2010-02-11merge.Tofu Linden
2010-02-10CID-423Tofu Linden
Checker: UNINIT Function: LLVolume::cleanupTriangleData(int, const std::vector<LLVolume::Point, std::allocator<LLVolume::Point>> &, int, int *, int &, LLVector3 **, int &, int **) File: /indra/llmath/llvolume.cpp The code looks right, I'm just adding an llassert().
2010-02-09mergeDave Parks
2010-02-09consolidate button work in progressDave Parks
2010-02-09mergedavep@billy.gateway.2wire.net
2010-02-23index off for tristrip fix on davep's tristrip optimizationPalmer Truelson
2010-02-08Enable FBO multisampling for OSX.Dave Parks
Fix bad triangle in prim caps.
2010-02-06Draw prims using triangle strips instead of triangle lists.Dave Parks