Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-04 | merge | Dave Parks | |
2010-06-04 | Normal debug display and fix for bad bump mapping and planar texture ↵ | Dave Parks | |
coordinates. | |||
2010-06-04 | more needed #includes | Tofu Linden | |
2010-06-04 | lots of _mm_malloc and _mm_free -> ll_aligned_malloc_16 and ll_aligned_free_16 | Tofu Linden | |
more to come. | |||
2010-06-04 | fix scoping issues for gcc | Tofu Linden | |
2010-06-04 | Disable octree paranoia checks. | Dave Parks | |
2010-06-03 | Vectorized octree and much of llspatialpartition and lldrawable. | Dave Parks | |
Octree driven raycast. | |||
2010-05-29 | Octree triven raycast works, time to profile. | Dave Parks | |
2010-05-29 | Octree per LLVolumeFace WIP | Dave Parks | |
2010-05-26 | Fully aligned llvolume | Dave Parks | |
2010-05-25 | Better vectorization of various things. Turn off debug gl by default. | Dave Parks | |
2010-05-24 | Fix for bad feeding of vectorized raycast. | Dave Parks | |
2010-05-24 | Merge | Matthew Breindel (Falcon) | |
2010-05-24 | Ack. Fixed a bunch of stupid type mistakes in llvector4a. | Matthew Breindel (Falcon) | |
2010-05-24 | Fix for bad indexes on cube faces. | Dave Parks | |
Extra validation on vertex buffers. | |||
2010-05-22 | Fix for a couple dumb mistakes. | Dave Parks | |
2010-05-22 | Vectorize/memory align buffers in llvolumeface WIP | Dave Parks | |
2010-05-21 | blah | Dave Parks | |
2010-04-28 | Make LLVolume::createSide a little faster. | Dave Parks | |
2010-04-27 | Proper byte ordering when decoding skin weights. | Dave Parks | |
2010-04-22 | Fix for shadows from skyboxes hitting the ground. | Dave Parks | |
2010-04-15 | merge from viewer-trunk | Tofu Linden | |
2010-04-15 | EXT-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-06 | Rigged attachments (almost works). | Dave Parks | |
2010-04-02 | First draft of skin weights in .mesh asset | Dave Parks | |
2010-03-13 | Mesh cache. Has a bug. | Dave Parks | |
2010-03-11 | "Generate Normals" is less busted now. | Dave Parks | |
2010-03-09 | Tool tips for model preview. Rename "Impostor" to "Lowest" | Dave Parks | |
2010-02-28 | Remove 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-24 | Removed 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-23 | Fix 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-19 | Consolidate now preserves materials. | Dave Parks | |
2010-02-17 | 16-bit limit awareness when consolidating models. | Dave Parks | |
2010-02-17 | merge | Dave Parks | |
2010-02-11 | Multi-threaded asset uploading with proper ordering first draft. | Dave Parks | |
2010-02-11 | merge. | Tofu Linden | |
2010-02-10 | CID-423 | Tofu 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-09 | merge | Dave Parks | |
2010-02-09 | consolidate button work in progress | Dave Parks | |
2010-02-09 | merge | davep@billy.gateway.2wire.net | |
2010-02-23 | index off for tristrip fix on davep's tristrip optimization | Palmer Truelson | |
2010-02-08 | Enable FBO multisampling for OSX. | Dave Parks | |
Fix bad triangle in prim caps. | |||
2010-02-06 | Draw prims using triangle strips instead of triangle lists. | Dave Parks | |
2010-02-06 | Draw prims using triangle strips instead of triangle lists. | Dave Parks | |
2010-02-04 | merge from viewer2. | Tofu Linden | |
2010-02-03 | handle reflected geometry in scene import | Karl Stiefvater (qarl) | |
implement determinant for 4x4 matrices fix materials for collada <polygon> | |||
2010-02-03 | CID-288 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLCamera::LLCamera(float, float, int, float, float) File: /indra/llmath/llcamera.cpp | |||
2010-02-03 | CID-289 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLCamera::LLCamera() File: /indra/llmath/llcamera.cpp | |||
2010-02-01 | Merge from viewer2. | Tofu Linden | |
2010-02-01 | Use floorf() instead of floor() when we know the param is an F32. Which ↵ | Tofu Linden | |
here, it always is. |