| .. |
|
CMakeLists.txt
|
Merge branch 'main' into DRTVWR-489
|
2023-12-05 03:37:06 +01:00 |
|
llatmosphere.cpp
|
…
|
|
|
llatmosphere.h
|
…
|
|
|
llcubemap.cpp
|
SL-18128 Clear out much OpenGL cruft and switch to core profile on AMD
|
2022-09-16 16:25:26 -05:00 |
|
llcubemap.h
|
…
|
|
|
llcubemaparray.cpp
|
SL-20498 Preserve default probe when resetting reflection probes.
|
2023-10-23 13:54:00 -05:00 |
|
llcubemaparray.h
|
SL-20498 Preserve default probe when resetting reflection probes.
|
2023-10-23 13:54:00 -05:00 |
|
llfontbitmapcache.cpp
|
…
|
|
|
llfontbitmapcache.h
|
Merge branch contribution/emoji into DRTVWR-489-emoji
|
2022-11-09 23:25:02 +01:00 |
|
llfontfreetype.cpp
|
SL-20795 Part of previously typed emojis disappear in the 'Save settings as a preset...' option of the 'Preferences' floater
|
2024-01-17 04:34:21 +01:00 |
|
llfontfreetype.h
|
…
|
|
|
llfontfreetypesvg.cpp
|
…
|
|
|
llfontfreetypesvg.h
|
…
|
|
|
llfontgl.cpp
|
SL-20795 Part of previously typed emojis disappear in the 'Save settings as a preset...' option of the 'Preferences' floater
|
2024-01-17 04:34:21 +01:00 |
|
llfontgl.h
|
SL-20795 Part of previously typed emojis disappear in the 'Save settings as a preset...' option of the 'Preferences' floater
|
2024-01-17 04:34:21 +01:00 |
|
llfontregistry.cpp
|
DRTVWR-489: Fix things up after a messy merge with main because of a gigantic CMake patch. Sadly, my macOS box updated to Xcode14.3 overnight and that caused many warnings/errors with variables being initialized and then used but not in a way that affected anything.. Building on Xcode 14.3 also requires that MACOSX_DEPLOYMENT_TARGET be set to > 10.13. Waiting on a decision about that but checking this in in the meantime. Builds on macOS with appropriate build variables set for MACOSX_DEPLOYMENT_TARGET = 10.14 but not really expecting this to build in TC because (REDACTED). Windows version probably hopelessly broken - switching to that now.
|
2023-04-03 14:58:58 -07:00 |
|
llfontregistry.h
|
…
|
|
|
llgl.cpp
|
Merge branch 'main' into DRTVWR-489
|
2023-12-05 03:37:06 +01:00 |
|
llgl.h
|
…
|
|
|
llglcommonfunc.cpp
|
SL-18190 Water shader WIP. Better parallax correction for sphere probes. Reduce probe memory footprint. Remove framebuffer copies and move to deprecate stencil buffer usage.
|
2022-10-06 18:40:01 -05:00 |
|
llglcommonfunc.h
|
…
|
|
|
llglheaders.h
|
…
|
|
|
llglslshader.cpp
|
Just about got hero reflection maps working.
|
2023-06-27 20:01:52 -07:00 |
|
llglslshader.h
|
Merge remote-tracking branch 'origin/release/materials_featurette' into DRTVWR-583
|
2024-01-24 14:37:33 -08:00 |
|
llglstates.h
|
…
|
|
|
llgltexture.cpp
|
SL-20411 Thumbnail textures should have less of an impact on performance #1
|
2023-11-21 22:11:30 +02:00 |
|
llgltexture.h
|
Allow for upload of 2k textures (#652)
|
2024-01-18 10:33:02 -06:00 |
|
llgltypes.h
|
…
|
|
|
llimagegl.cpp
|
SL-17896 Don't crash silently if files are missing or out of memory
|
2024-03-05 00:29:35 +02:00 |
|
llimagegl.h
|
…
|
|
|
llpostprocess.cpp
|
SL-19148 Decruft followthrough -- decruft shader tree and some remaining forward rendering code.
|
2023-02-03 19:45:31 -06:00 |
|
llpostprocess.h
|
…
|
|
|
llrender.cpp
|
Issue #54 LLRender::init crash
|
2024-03-05 01:58:57 +02:00 |
|
llrender.h
|
Issue #54 LLRender::init crash
|
2024-03-05 01:58:57 +02:00 |
|
llrender2dutils.cpp
|
DRTVWR-559 Decruft deprecated OpenGL flags.
|
2023-05-16 20:31:29 -05:00 |
|
llrender2dutils.h
|
DRTVWR-559 Decruft deprecated OpenGL flags.
|
2023-05-16 20:31:29 -05:00 |
|
llrendernavprim.cpp
|
SL-20704 Fix for pathfinding debug display not working.
|
2024-01-10 13:50:15 -06:00 |
|
llrendernavprim.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llrendersphere.cpp
|
…
|
|
|
llrendersphere.h
|
…
|
|
|
llrendertarget.cpp
|
secondlife/viewer-issues#72: More correct interpretation of swapFBORefs
|
2024-02-21 16:06:11 -08:00 |
|
llrendertarget.h
|
secondlife/viewer-issues#72: Fix material preview affecting exposure on main screen
|
2024-02-21 12:53:10 -08:00 |
|
llshadermgr.cpp
|
HDRI Local Preview (#953)
|
2024-03-08 12:01:20 -06:00 |
|
llshadermgr.h
|
Merge branch 'release/materials_featurette' into materials_featurette/mirrors
|
2024-02-07 11:20:06 -06:00 |
|
lltexture.cpp
|
Correct EOL for last line of files.
|
2018-04-18 09:40:16 -07:00 |
|
lltexture.h
|
…
|
|
|
lltexturemanagerbridge.cpp
|
…
|
|
|
lltexturemanagerbridge.h
|
…
|
|
|
lluiimage.cpp
|
Merge in from viewer-release 6.3.5
|
2019-11-13 16:46:27 -07:00 |
|
lluiimage.h
|
…
|
|
|
lluiimage.inl
|
…
|
|
|
llvertexbuffer.cpp
|
SL-20606: Full GLTF material preview. Works for most materials.
|
2024-01-19 15:43:13 -08:00 |
|
llvertexbuffer.h
|
SL-20606: Full GLTF material preview. Works for most materials.
|
2024-01-19 15:43:13 -08:00 |