Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-09 | SH-2038 Potential fix for a myriad of performance problems concering VBO usage. | Dave Parks | |
2011-06-09 | SH-1802 Fix for disappearing meshes under some circuimstances. | Dave Parks | |
2011-06-01 | SH-1682 Use GL_ARB_map_buffer_range to mitigate impact of mapping larger ↵ | Dave Parks | |
vertex buffer objects. Limit number of textures per batch to 6 (prevents frame stalls on NVIDIA). | |||
2011-05-29 | SH-1682 Work in progress on using texture indexes to improve batch size ↵ | Dave Parks | |
(wow, super fast so far) | |||
2011-05-25 | SH-1603 Replace every occurrence of "WTF" with something more appropriate. | Dave Parks | |
2011-04-28 | SH-1443 Fix for fullbright alpha objects not appearing for some combinations ↵ | Dave Parks | |
of deferred rendering and non deferred automatic alpha mask toggling. | |||
2011-03-21 | SH-1069 Fix for bump maps not loading fully -- don't clear bump image list ↵ | Dave Parks | |
on toggling deferred rendering, but do make sure a loaded callback exists when bump resolution or desired number of components is lacking. Also, subtract radius of prim from distance to face for virtual size calculations (makes heavily tiled textures on largish spheres fully res when appropriate). | |||
2011-03-08 | SH-1085 Fix for crash when disabling "mirror" and a face is selected. | Dave Parks | |
2011-03-03 | SH-1085 Fix for crash when unchecking "mirror." Basically got LLFace to be ↵ | Dave Parks | |
paranoid about who gets to touch its LLVertexBuffer members. Reviewed by Nyx. | |||
2011-02-02 | merge | Dave Parks | |
2011-02-02 | SH-900 Fix for only lowest LoD appearing for objects in neighboring regions. | Dave Parks | |
2011-02-01 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-01-21 | Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: ↵ | Xiaohong Bao | |
Viewer attempting to load precached images in file types that are not being used.) | |||
2011-01-18 | fix for SH-659: small textures not loaded | Xiaohong Bao | |
2010-12-01 | Automated merge up from viewer-development | Loren Shih | |
2010-11-21 | Prune ll_aligned_malloc/free calls out of lldrawable and llface | Dave Parks | |
2010-10-29 | Fix for sometimes missing the color value on last vertex of a face. | Dave Parks | |
2010-10-28 | Fix for NAN getting copied for some color values (NAN is purple). | Dave Parks | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-10 | VWR-21967 There's lots of ::renderForSelect() code that we don't need any more. | Tofu Linden | |
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline) | |||
2010-09-27 | merge | Dave Parks | |
2010-09-24 | SH-213 Fix for crash when selecting face. | Dave Parks | |
2010-09-22 | Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵ | Dave Parks | |
type back into tools floater. | |||
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-20 | Stop using ll_aligned_malloc/free in llvolume. | Dave Parks | |
Fix for garbage data in vertex weight array crashing software skinning. Proper integration of picking for rigged attachhments. Optimization in LLDrawable::updateDistance (don't call updateRelativeXform, just use spatial group position). | |||
2010-09-19 | Raycasting for rigged attachments now works for your own attachments while ↵ | Dave Parks | |
in edit mode. | |||
2010-09-02 | Fix for crash when loading models (Don't hit UI from the main thread). ↵ | Dave Parks | |
Added asserts to LLFastTimer to verify main thread use only. | |||
2010-08-31 | Merge cleanup. | Dave Parks | |
2010-08-31 | merge | Dave Parks | |
2010-08-26 | re-merge change from Thickbrick (minor collisions with changes from ↵ | Oz Linden | |
viewer-public merge) | |||
2010-08-25 | merge | Dave Parks | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-21 | VWR-20752 (SNOW-586) Align planar-mapped textures across different faces. | Thickbrick Sleaford | |
Port of svn changset 3458 from Snowglobe, with minor tweaks. | |||
2010-08-20 | merge from viewer-release | Tofu Linden | |
2010-08-20 | merge from viewer-release | Tofu Linden | |
2010-08-19 | Integrate SIMD API from oreh/server-trunk-oreh | Dave Parks | |
2010-08-18 | EXT-8673: FIXED: UDP texture loading is slower in 2.x viewers than 1.23.5 | Xiaohong Bao | |
Improved the following: 1, make sure the texture callback queue is properly handled and cleaned in time; 2, estimate the LLVOTree pixel area more accurately; 3, eliminate the possibility of back and forth stopping/restarting a texture fetching | |||
2010-08-18 | EXT-8673: FIXED: UDP texture loading is slower in 2.x viewers than 1.23.5 | Xiaohong Bao | |
Improved the following: 1, make sure the texture callback queue is properly handled and cleaned in time; 2, estimate the LLVOTree pixel area more accurately; 3, eliminate the possibility of back and forth stopping/restarting a texture fetching | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-20 | merge | Richard Nelson | |
2010-07-20 | merge | Richard Nelson | |
2010-07-19 | trivial: replace some very small constant numbers with "F_ALMOST_ZERO". | Xiaohong Bao | |
2010-07-12 | Merge? | Dave Parks | |
2010-06-17 | Line endings fix. | Dave Parks | |
2010-06-17 | Add timer for comparison against davep/viewer-release | Dave Parks | |
2010-06-10 | Add "LL_MESH_ENABLED" preprocessor flag for toggling mesh code. Couple of ↵ | Dave Parks | |
merge fixes. | |||
2010-06-07 | Merge with render-pipeline | Dave Parks | |
2010-06-04 | unused vars whine. | Tofu Linden | |