summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.h
AgeCommit message (Expand)Author
2012-05-21MAINT-616 Factor out calls to glGenFoo where possible, add setting to control...Dave Parks
2012-01-20SH-2889 Add visual auto-muting controlsDave Parks
2011-11-10SH-2644 Fix debug display that shows selection triangle count and streaming costDave Parks
2011-08-17SH-2188 Fix for generally bad vertex buffer updates for rigged attachments an...Dave Parks
2011-06-02SH-1732 Add streaming cost calculation for mesh objects.Dave Parks
2011-03-28SH-1225 Add skinning info to import path of .slm files.Dave Parks
2011-02-08SH-523 Fix for non-finite values in silhouette rendering resulting in silhoue...Dave Parks
2011-02-01merge fix for SH-659 from v-d to mesh: small textures not loadedXiaohong Bao
2011-02-01Fixes for merge up from viewer-development to mesh-development.Loren Shih
2011-02-01Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-01-18fix for SH-659: small textures not loadedXiaohong Bao
2011-01-07SH-762 Forsyth style vertex buffer optimization for meshes.Dave Parks
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-22Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching type...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-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-13Fix for mesh upload, consolidate generating bad indices, and normal generation.Dave Parks
2010-06-26Fixed mac build (given LL_MESH_ENABLED set to 0).Matthew Breindel
2010-06-15Get meshes working post-SSE pass.Dave Parks
2010-06-14Builds with LLConvexDecompInter as a static lib.Dave Parks
2010-06-10Enable meshes.Dave Parks
2010-06-10Add "LL_MESH_ENABLED" preprocessor flag for toggling mesh code. Couple of me...Dave Parks
2010-06-03Vectorized octree and much of llspatialpartition and lldrawable.Dave Parks
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-22Vectorize/memory align buffers in llvolumeface WIPDave Parks
2010-05-21blahDave 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-02-11Multi-threaded asset uploading with proper ordering first draft.Dave Parks
2010-02-09mergeDave Parks
2010-02-09consolidate button work in progressDave Parks
2010-02-09mergedavep@billy.gateway.2wire.net
2010-02-06Draw prims using triangle strips instead of triangle lists.Dave Parks
2010-02-06Draw prims using triangle strips instead of triangle lists.Dave Parks
2010-01-29enable mirror and invert flags for meshes.Karl Stiefvater (qarl)
2009-12-23LODs for scene uploadKarl Stiefvater (qarl)
2009-12-11HTTP Mesh fetch FTW.. still bustedDave Parks
2009-12-01CTS-4 Only part of an uploaded mesh renders.Karl Stiefvater (qarl)
2009-11-24Fix for copying of tetrahedrons in place of mesh LODs.Dave Parks
2009-11-18Tetrahedron displays in place of unloaded mesh. Still has some LOD issues.Dave Parks
2009-11-13CTS-7 Add hard edge threshold capability to normal generation.Dave Parks