Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-07-23 | Merge | Xiaohong Bao | |
2013-07-19 | BUILDFIX: #include and dependency cleanup | Richard Linden | |
2013-06-20 | merge with release | Richard Linden | |
2013-06-18 | Review cleanup | Dave Parks | |
2013-06-18 | Occlusion culling overhaul. | Dave Parks | |
2013-06-13 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
changed Units macros and argument order to make it more clear optimized units for integer types fixed merging of periodicrecordings...should eliminate duplicate entries in sceneloadmonitor history | |||
2013-06-05 | BUILDFIX: fixed llviewerassetstats test and render2dutils changes | Richard Linden | |
that were dropped in merge | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-03 | NORSPEC-229 Fix for bad binormals on mirrored surfaces (use tangent ↵ | Dave Parks | |
calculator instead of binormal calculator, convert binormal centric code to tangent centric) | |||
2013-05-29 | NORSPEC-198, NORSPEC-176, NORSPEC-106, NORSPEC-202 et al -- Material matrix ↵ | Dave Parks | |
testing based overhaul WIP Reviewed by Graham | |||
2013-05-23 | NORSPEC-198, NORSPEC-176, NORSPEC-106 WIP Fix for various fullbright/shiny ↵ | Dave Parks | |
descrepencies. | |||
2013-05-11 | Merge vwr-dev-mat | Graham Madarasz | |
2013-05-10 | Put back normal map and spec map initializers/destruction, delete FMOD refs ↵ | Graham Madarasz | |
(unneeded with FMODEX), make indra.l/y safe for bison >= 2.7 | |||
2013-05-10 | Fixup merge diffs | Graham Madarasz | |
2013-05-08 | merge changes for 3.5.1-release | Oz Linden | |
2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
dependencies | |||
2013-05-01 | NORSPEC-144 make code to nerf use of FBOs on old windows drivers not affect ↵ | Graham Madarasz (Graham) | |
Mac too | |||
2013-05-01 | NORSPEC-144 make code to nerf use of FBOs on old windows drivers not affect ↵ | Graham Madarasz (Graham) | |
Mac too | |||
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-26 | Fix ifdefs around asserts broken in release only by merge | Graham Madarasz | |
2013-04-26 | Provide LLGLSLShader backwards compat so as not to break the appearance utility | Graham Madarasz | |
2013-04-25 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-24 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-04-24 | NORSPEC-59 NORSPEC-125 make materials and alpha shaders work on Mac laptops ↵ | Graham Madarasz | |
with nV mobile graphics cards | |||
2013-04-23 | Tweak to remove usage of GL_DEPTH_CLAMP for now until projectors can be made ↵ | Dave Parks | |
to work with it. | |||
2013-04-22 | for SH-4133: create a debug tool to show textures in active fetching | Xiaohong Bao | |
2013-04-20 | Fix rendering artifacts on Mac Mobile GeForce cards | Graham Madarasz | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-17 | NORSPEC-59 and NORSPEC-133 work-around crash with RenderDebugGL on and fix ↵ | Graham Madarasz | |
breakage in shaders from Mac changes | |||
2013-04-16 | merge changes for alpha fixes from geenz | Oz Linden | |
2013-04-15 | Merged Graham's stuff amongst others. | Geenz | |
2013-04-15 | Fix for mac build | Dave Parks | |
2013-04-15 | NORSPEC-49 Add shader profiler, add support for ARB_depth_clamp where available | Dave Parks | |
2013-04-11 | First pass on alpha blended materials | Geenz | |
2013-04-09 | NORSPEC-59 work around nV driver crash when doing deferred rendering on NV ↵ | Graham Madarasz | |
9400M/9600M | |||
2013-04-02 | NORSPEC-74 Fix for assert when Debug GL enabled when rendering materials. | Dave Parks | |
2013-04-01 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-03-29 | NORSPEC-65 Hook up texture offset/scale/rotation for normal and specular maps. | Dave Parks | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-28 | Merged lindenlab/viewer-development into default | graham linden | |
2013-03-25 | NORSPEC-54 Potential fix for crashing on all sorts of random operations. | Dave Parks | |
2013-03-22 | merge with viewer-release | Richard Linden | |
2013-03-20 | Merge with viewer-chui | prep@lindenlab.com | |
2013-03-16 | CHUI-863 : Clean up dead code that's creating failures on gcc-4.6 builds on ↵ | merov | |
Linux | |||
2013-03-13 | More fixes for gcc-4.6 breakage | Don Kjer | |
2013-03-12 | SH-3944 WIP CHUI merge fixing | Nyx Linden | |
re-introduced don's refactor of low-level openGL calls pulling out of llui and putting them into llrender. Took the new code from their updated versions from the CHUI merge, but put them in a place accessible to appearance utility. |