Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-07 | fix for STORM-1026: Viewer crahes while trying to reset Graphics quality. | Xiaohong Bao | |
reviewed by davep | |||
2011-04-19 | merge | Dave Parks | |
2011-04-19 | merge | Dave Parks | |
2011-04-15 | SH-1301 Add some extra asserts around VBO usage to try and narrow down a crash. | Dave Parks | |
2011-04-08 | SH-1320 Fix for flickering objects in water distortion/reflection maps. | Dave Parks | |
2011-04-04 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-29 | SH-1225 Import convex hull data from .slm | Dave Parks | |
2011-03-10 | SH-874 Followup -- fix for mac build | Dave Parks | |
2011-03-10 | SH-874 Followup -- use GL_NVX_gpu_memory_info for NVIDIA chips to detect ↵ | Dave Parks | |
actual installed and available VRAM. | |||
2011-03-10 | merge | Dave Parks | |
2011-03-10 | SH-874 Properly detect available video memory on ATI cards and disable ↵ | Dave Parks | |
vertex buffer objects when available vram is under 256MB. | |||
2011-03-09 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-08 | STORM-1026 : Suppress trivial assert that makes Mac build fail (warning ↵ | Merov Linden | |
treated as error) | |||
2011-03-07 | fix for STORM-1026: Viewer crahes while trying to reset Graphics quality. | Xiaohong Bao | |
reviewed by davep | |||
2011-02-24 | fix the compiling error: "free" is defined and in use globally. | Xiaohong Bao | |
2011-02-24 | Merge | Xiaohong Bao | |
2011-02-23 | fix an exit crash. | Xiaohong Bao | |
2011-02-23 | apply private pool to VBO | Xiaohong Bao | |
2011-02-23 | Merge | Xiaohong Bao | |
2011-02-23 | Merge: Backed out changes for STORM-336 for merge due to complexity, will ↵ | Loren Shih | |
need to apply these manually. | |||
2011-02-23 | separate vertex buffer and index buffer when map/unmap VBO. can be treated ↵ | Xiaohong Bao | |
as part of STORM-1011. reviewed by davep. | |||
2011-02-23 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-23 | Merge from viewer-development | Xiaohong Bao | |
2011-02-22 | SH-874 Better VBO usage hints, most notably don't use VBOs for occlusion ↵ | Dave Parks | |
queries if GL is set to not use VBOs for stream draw. | |||
2011-02-22 | Merge with viewer-development | Don Kjer | |
2011-02-22 | more fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-18 | Cleanup of headless client (was: DisableRendering mode) | Don Kjer | |
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes. | |||
2011-02-17 | SH-1006 Quick pass at cutting down the number of redundant GL calls based on ↵ | Dave Parks | |
data from gDEBugger. Reviewed by Nyx. | |||
2011-02-15 | partial fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-09 | SH-874 Revert much of the bad water bounding box and distortion texture ↵ | Dave Parks | |
usage changes from SNOW-643 and properly occlusion cull void water patches for machines without depth clamp. | |||
2011-02-08 | SH-545 [REGRESSION] Enabled Basic Shaders Can Cause an Unrecoverable System ↵ | leyla_linden | |
Lock Up originally done in http://bitbucket.org/leyla/leyla-mesh-development | |||
2011-02-01 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-01-07 | trivial: for VWR-22353: remove debug code for EXT-6791. | Xiaohong Bao | |
2011-01-05 | merge | Dave Parks | |
2010-12-31 | Faster occlusion queries (take advantage of GL_ARB_occlusion_query2 where ↵ | Dave Parks | |
available and don't read back result if it will block). | |||
2010-12-23 | SH-655 - Project mesh viewer crashes on exit. | Roxie Linden | |
A copy constructor was implemented which did a memcpy, which included the vtable pointer which was to another object of another class (same child though). This resulted in the wrong destructor being called. The reason for the memcpy was for alignment purposes. The solution was to move to LLVector4a, which is intrinsicly aligned. Also, did some performance optimizations based on the LLVector4a optimizations. The solution was to re-implement the | |||
2010-12-10 | merge | Dave Parks | |
2010-12-10 | Reskin model importer according to latest spec, add extra LoD decimation ↵ | Dave Parks | |
parameters. | |||
2010-12-09 | Fixes for OSX 10.5 SDK builds | Roxie Linden | |
2010-12-03 | first iteration of memory pool code | Xiaohong Bao | |
2010-12-03 | Add extern declarations of GL_ARB_framebuffer_object to glheades.h | Dave Parks | |
2010-12-03 | Apparently the new standard is to NOT suffix ARB extension function pointers ↵ | Dave Parks | |
with ARB. | |||
2010-12-02 | SH-373 Update glext.h, disable anti-aliasing on ATI when rendering deferred. ↵ | Dave Parks | |
Get rid of RenderUseFBO debug setting (only use FBO when rendering deferred). Use GL_ARB_framebuffer_objects instead of GL_EXT_... | |||
2010-11-08 | Merge | Loren Shih | |
2010-10-28 | merge | Dave Parks | |
2010-10-28 | More aggressive management of FBOs. Allocate as few FBOs as possible, ↵ | Dave Parks | |
assert when FBOs are destroyed out of order. | |||
2010-10-27 | SH-392 Port over fix from mesh-development for FBOs on OSX | Dave Parks | |
2010-10-27 | Automated merge from viewer-development-shining | Loren Shih | |
2010-10-27 | Automated merge up from viewer-development | Loren Shih | |
2010-10-26 | STORM-416 : merge with viewer-development | Merov Linden | |