summaryrefslogtreecommitdiff
path: root/indra/newview/llspatialpartition.cpp
AgeCommit message (Expand)Author
2011-06-11SH-1778 Physics shape display fix up.Dave Parks
2011-06-07SH-1595 Make rigged attachment selection more reliable (never selectable when...Dave Parks
2011-05-29SH-1682 Work in progress on using texture indexes to improve batch size (wow,...Dave Parks
2011-05-26SH-1359 General octree tune-up -- increase maximum capacity of an octree node...Dave Parks
2011-05-25SH-1603 Replace every occurrence of "WTF" with something more appropriate.Dave Parks
2011-05-12mergeDave Parks
2011-05-12Fix up alignment problems for debug build.brad kittenbrink
2011-05-12mergeDave Parks
2011-04-26FIX VWR-25609: crash on shutdown in LLGLNamePool::sInstances destructorbrad kittenbrink
2011-03-29SH-1225 Import convex hull data from .slmDave Parks
2011-03-03SH-1085 Fix for crash when unchecking "mirror." Basically got LLFace to be p...Dave Parks
2011-02-22SH-874 Better VBO usage hints, most notably don't use VBOs for occlusion quer...Dave Parks
2011-02-09SH-874 Revert much of the bad water bounding box and distortion texture usage...Dave Parks
2011-02-09SH-874 Fix for bad performance on cards without GL_ARB_depth_clamp in cases w...Dave Parks
2011-02-02Tweak to physics shape display render to show convex decompositions.Dave Parks
2011-01-26SH-641 Fix for some objects not properly switching LoD under some situations.Dave Parks
2011-01-25mergeDave Parks
2011-01-24SH-753 GHOST Mesh from a Mesh Sandbox 11 and 12 from 6Roxie Linden
2011-01-21Fix for leaking occlusion queries -- try not to hold onto so many stale occlu...Dave Parks
2011-01-18mergeDave Parks
2011-01-18SH-571 work in progress.Dave Parks
2011-01-14Automated merge up from viewer-developmentLoren Shih
2011-01-05patch for gl_any_samples_passed missing define on macprep
2011-01-04VWR-21927 Fix for water reflections causing LoD updates.Dave Parks
2010-12-31Faster occlusion queries (take advantage of GL_ARB_occlusion_query2 where ava...Dave Parks
2010-12-17SH-558 Fix for crash in physics shape display.Dave Parks
2010-12-16ER-414: Add object update type debug rendering viewDon Kjer
2010-12-16Dummy placeholder code for ER-414: Add object update type debug rendering viewDon Kjer
2010-12-08SH-541 - Physics mesh display shows inconsistent data.Roxie Linden
2010-11-21Remove ll_aligned_malloc from llspatialpartitionDave Parks
2010-10-27Automated merge up from viewer-developmentLoren Shih
2010-10-20Add terrain to physics shape display.Dave Parks
2010-10-16Better physics shape display.Dave Parks
2010-10-15Fix for various crashes on exit and leaks when using convex decomposition.Dave Parks
2010-10-15Proper loading of hull indices, bad use of initThreadDave Parks
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-07Fix for crash when attempting to render single hull rep when no such rep is a...Dave Parks
2010-10-07Update convex decomp and physics shape display to include convex hulls for pr...Dave Parks
2010-10-06Added mandatory single hull simplification to mesh upload.Dave Parks
2010-10-04Interface/state for rendering convex hull physics shapes. Still need to impl...Dave Parks
2010-10-03Correct rendering of prims as user meshes/analytical shapes when not set to c...Dave Parks
2010-10-01Rough draft of physics display better matching what's on the sim.Dave Parks
2010-09-30Port of SNOW-643 : Water flicker at high altitude. This doesn't fix the low a...Merov Linden
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-09-10Added test code for volume raycast octree and fixed a crash in render cost ca...Dave Parks
2010-09-09Better debug visualization for raycasting (trying to track down raycasting bu...Dave Parks