phoenix-firestorm/indra/llmath
Andrey Lihatskiy 85f2447b3d Merge branch 'main' into marchcat/a-merge
# Conflicts:
#	autobuild.xml
#	indra/llimage/llimage.cpp
#	indra/llui/llsearcheditor.cpp
#	indra/llui/llview.cpp
#	indra/newview/llagent.cpp
#	indra/newview/llappviewer.cpp
#	indra/newview/llfloatercamera.cpp
#	indra/newview/llfloatereditsky.cpp
#	indra/newview/llfloatereditwater.cpp
#	indra/newview/llinventoryfunctions.cpp
#	indra/newview/lloutfitgallery.cpp
#	indra/newview/lloutfitslist.cpp
#	indra/newview/llpanelgroupbulkban.cpp
#	indra/newview/llsidepanelappearance.cpp
#	indra/newview/llvovolume.cpp
2024-04-24 19:28:15 +03:00
..
tests Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02: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 llmath: BOOL (int) to real bool 2024-02-12 23:17:22 +02:00
llbbox.h Convert remaining cases of BOOL to bool in llmath and llprimitive 2024-02-20 02:14:01 +02:00
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-19321 Optimization pass -- Remove another shadow split from probe render, incidental decruft. 2023-03-24 14:33:41 -05:00
llcamera.h SL-20062: Fix near clip on reflection probes being clamped to at or below 10 2023-10-12 13:02:23 -07:00
llcoord.h
llcoordframe.cpp SL-11327 2019-05-30 12:59:51 -07:00
llcoordframe.h Replace most of BOOL with bool in llmath 2024-02-16 10:17:55 +02:00
llinterp.h Replace most of BOOL with bool in llmath 2024-02-16 10:17:55 +02:00
llline.cpp
llline.h
llmath.h Replace most of BOOL with bool in llmath 2024-02-16 10:17:55 +02: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 move debugging globals to the "lowest" library they are referenced in 2016-12-20 14:41:46 -05:00
lloctree.h Replace most of BOOL with bool in llmath 2024-02-16 10:17:55 +02:00
llperlin.cpp
llperlin.h
llplane.h
llquantize.h
llquaternion.cpp Convert remaining cases of BOOL to bool in llmath and llprimitive 2024-02-20 02:14:01 +02:00
llquaternion.h Replace most of BOOL with bool in llmath 2024-02-16 10:17:55 +02:00
llquaternion2.h
llquaternion2.inl
llrect.cpp
llrect.h Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
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 llmath: BOOL (int) to real bool 2024-02-12 23:17:22 +02:00
llsphere.h llmath: BOOL (int) to real bool 2024-02-12 23:17:22 +02:00
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' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
llvolume.h Merge branch 'main' into marchcat/a-merge 2024-04-24 19:28:15 +03:00
llvolumemgr.cpp llmath: BOOL (int) to real bool 2024-02-12 23:17:22 +02:00
llvolumemgr.h llmath: BOOL (int) to real bool 2024-02-12 23:17:22 +02:00
llvolumeoctree.cpp Replace most of BOOL with bool in llmath 2024-02-16 10:17:55 +02: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 Convert remaining cases of BOOL to bool in llmath and llprimitive 2024-02-20 02:14:01 +02:00
m3math.h Remove some obsolete sky funcs. 2018-05-22 21:42:54 +01:00
m4math.cpp Convert remaining cases of BOOL to bool in llmath and llprimitive 2024-02-20 02:14:01 +02:00
m4math.h SL-16006 and SL-16009 Rigged mesh rendering optimization pass 2021-09-20 18:58:09 +00:00
raytrace.cpp Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
raytrace.h Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
v2math.cpp Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
v2math.h Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
v3color.cpp
v3color.h SL-18105 Add to/from json capability to LLGLTFMaterial 2022-10-14 17:35:48 -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 Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
v3dmath.h Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
v3math.cpp Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
v3math.h Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
v4color.cpp Replace most of BOOL with bool in llmath 2024-02-16 10:17:55 +02:00
v4color.h Replace most of BOOL with bool in llmath 2024-02-16 10:17:55 +02:00
v4coloru.cpp Replace most of BOOL with bool in llmath 2024-02-16 10:17:55 +02:00
v4coloru.h Replace most of BOOL with bool in llmath 2024-02-16 10:17:55 +02:00
v4math.cpp Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
v4math.h Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-maint-A 2024-04-11 21:59:38 +02:00
xform.cpp Convert remaining cases of BOOL to bool in llmath and llprimitive 2024-02-20 02:14:01 +02:00
xform.h Convert remaining cases of BOOL to bool in llmath and llprimitive 2024-02-20 02:14:01 +02:00