phoenix-firestorm/indra/llmath
Andrey Lihatskiy 5217e6bfb7 Merge branch 'main' into DRTVWR-577-maint-S
# Conflicts:
#	indra/cmake/CMakeLists.txt
#	indra/newview/skins/default/xui/es/floater_tools.xml
2023-03-30 00:25:16 +03:00
..
tests DRTVWR-476: Merge branch 'master' of lindenlab/viewer into DRTVWR-476-boost-1.72 2020-05-06 16:06:26 -04:00
CMakeLists.txt Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into DRTVWR-568_cmake 2022-09-16 23:15:49 +02:00
camera.h
coordframe.h
llbbox.cpp
llbbox.h
llbboxlocal.cpp
llbboxlocal.h
llcalc.cpp
llcalc.h
llcalcparser.cpp
llcalcparser.h Use correct namespace for bind, must be phoenix::bind or there is confusion with boost::bind 2022-04-18 17:00:35 +02:00
llcamera.cpp SL-10566 part the fourth 2019-02-27 17:07:31 -08:00
llcamera.h SL-10566 part the fourth 2019-02-27 17:07:31 -08:00
llcoord.h
llcoordframe.cpp SL-11327 2019-05-30 12:59:51 -07:00
llcoordframe.h
llinterp.h
llline.cpp
llline.h
llmath.h DRTVWR-510 remove all LL_SOLARIS conditionals 2020-10-08 17:16:22 -06:00
llmatrix3a.cpp
llmatrix3a.h
llmatrix3a.inl
llmatrix4a.cpp SL-915 - WIP on dynamic joint box tracking 2018-06-01 15:08:59 +01:00
llmatrix4a.h SL-16289 Rigged mesh rendering overhaul 2021-11-20 18:49:19 +00:00
llmodularmath.cpp
llmodularmath.h
lloctree.cpp
lloctree.h SL-17021: Templatize LLOctreeNode and related classes to allow for option to store elements in octrees as raw pointers. Use for faster allocation in LLVolumeFace::createOctree. 2022-06-21 12:33:32 -07:00
llperlin.cpp
llperlin.h
llplane.h
llquantize.h
llquaternion.cpp Mods to make merge with viewer-release have less whitespace-only change and fix diffs between EEP and VR. 2019-03-13 13:21:48 -07:00
llquaternion.h Mods to make merge with viewer-release have less whitespace-only change and fix diffs between EEP and VR. 2019-03-13 13:21:48 -07:00
llquaternion2.h
llquaternion2.inl
llrect.cpp
llrect.h
llrigginginfo.cpp SL-915, MAINT-8554 - cleanup/reorg, added encroachment fix info to DebugAnimatedObjects output 2018-06-13 21:49:24 +01:00
llrigginginfo.h SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton 2021-10-28 18:06:21 +00:00
llsdutil_math.cpp DRTVWR-510 remove all LL_SOLARIS conditionals 2020-10-08 17:16:22 -06:00
llsdutil_math.h
llsimdmath.h
llsimdtypes.h
llsimdtypes.inl
llsphere.cpp
llsphere.h
lltreenode.h
llvector4a.cpp
llvector4a.h SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton 2021-10-28 18:06:21 +00:00
llvector4a.inl SL-16006 and SL-16009 Rigged mesh rendering optimization pass 2021-09-20 18:58:09 +00:00
llvector4logical.h
llvolume.cpp Merge branch 'main' into DRTVWR-577-maint-S 2023-02-09 22:33:52 +02:00
llvolume.h Merge branch 'master' into DRTVWR-570-maint-Q 2022-10-20 22:34:11 +03:00
llvolumemgr.cpp SL-10291 Replace apr_mutex with standard C++11 functionality 2019-01-14 22:04:44 +02:00
llvolumemgr.h
llvolumeoctree.cpp SL-17021: Templatize LLOctreeNode and related classes to allow for option to store elements in octrees as raw pointers. Use for faster allocation in LLVolumeFace::createOctree. 2022-06-21 12:33:32 -07:00
llvolumeoctree.h SL-17021: Templatize LLOctreeNode and related classes to allow for option to store elements in octrees as raw pointers. Use for faster allocation in LLVolumeFace::createOctree. 2022-06-21 12:33:32 -07:00
m3math.cpp Modify use of sky settings, reduce complexity, and name funcs to indicate coord systems in use. 2018-06-01 00:18:36 +01:00
m3math.h Remove some obsolete sky funcs. 2018-05-22 21:42:54 +01:00
m4math.cpp SL-16006 and SL-16009 Rigged mesh rendering optimization pass 2021-09-20 18:58:09 +00:00
m4math.h SL-16006 and SL-16009 Rigged mesh rendering optimization pass 2021-09-20 18:58:09 +00:00
raytrace.cpp
raytrace.h
v2math.cpp Baseline for settings changes 2017-09-19 15:50:30 -07:00
v2math.h Baseline for settings changes 2017-09-19 15:50:30 -07:00
v3color.cpp
v3color.h SL-12902 Fix for doing the technically correct but compatibility wrong thing WRT light color values. 2020-03-26 16:48:33 -05:00
v3colorutil.h No longer 'goth windlight only', sky parameters passed from settings object. 2017-09-27 09:36:26 -07:00
v3dmath.cpp
v3dmath.h
v3math.cpp SL-16006 and SL-16009 Rigged mesh rendering optimization pass 2021-09-20 18:58:09 +00:00
v3math.h SL-16006 and SL-16009 Rigged mesh rendering optimization pass 2021-09-20 18:58:09 +00:00
v4color.cpp DRTVWR-418: Fix a round of compile errors surfaced by -std=c++11. 2017-02-23 16:49:49 -05:00
v4color.h DRTVWR-440, quick fix, add return value - needed for Mac build 2020-03-27 11:24:22 -06:00
v4coloru.cpp
v4coloru.h DRTVWR-418: Fix a round of compile errors surfaced by -std=c++11. 2017-02-23 16:49:49 -05:00
v4math.cpp
v4math.h Tweaked naming a bit, also white space. 2019-03-29 11:57:45 -07:00
xform.cpp
xform.h