Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-06 | Suffixless GL_LUMINANCE(_ALPHA) | Erik Kundiman | |
for those that don't implement the 8 suffixed ones. | |||
2023-09-06 | Check for GL_BGRA_EXT before compiling its code | Erik Kundiman | |
2023-09-06 | Check texture compression implementations | Erik Kundiman | |
before compiling its code. | |||
2023-09-06 | Preprocess anisotropy related code | Erik Kundiman | |
2023-09-06 | GL_EXT_draw's can be used for transform feedback | Erik Kundiman | |
2023-09-06 | EXT_disjoint_timer_query as alternative to ARB's | Erik Kundiman | |
2023-09-06 | Disable glFlushMappedBufferRangeAPPLE use | Erik Kundiman | |
2023-09-06 | Core profile glFlushMappedBufferRange function | Erik Kundiman | |
replacing its APPLE counterpart. | |||
2023-09-06 | GL_EXT_map_buffer_range as an alternative to ARB's | Erik Kundiman | |
2023-09-06 | Disable glBufferParameteriAPPLE use | Erik Kundiman | |
2023-09-06 | Always compile vertex array code | Erik Kundiman | |
So that, especially modern, GL implementations that do have vertex array but don't have the legacy GL_ARB_vertex_array_object defined have such code compiled too. | |||
2023-09-06 | Core profile glBlendFuncSeparate | Erik Kundiman | |
replacing its EXT suffixed counterpart. | |||
2023-09-06 | Khronos debug as an alternative to ARB's | Erik Kundiman | |
2023-09-06 | Lose the _ARB suffix from many macros | Erik Kundiman | |
so the macros can be used on platforms that don't have ARB specs. | |||
2023-09-06 | Some GL_VERSION_2_0 sampler implementor only code | Erik Kundiman | |
preprocessed so it doesn't get compiled on non implementors. | |||
2023-09-06 | Core profile query related functions | Erik Kundiman | |
replacing their legacy ARB counterparts. | |||
2023-09-06 | Core profile buffer related functions | Erik Kundiman | |
replacing their legacy ARB counterparts. | |||
2023-09-06 | Left out from previous commit | Erik Kundiman | |
2023-09-06 | Core profile vertex attribute related functions | Erik Kundiman | |
replacing legacy ARB versions. | |||
2023-09-06 | Core profile uniform related functions | Erik Kundiman | |
replacing legacy ARB versions. | |||
2023-09-06 | Core profile program object related functions | Erik Kundiman | |
Whether to create/delete, or take the program object as an argument. Include ones for attaching & detaching shaders too, ones that deal with attributes & uniforms and so on, etc.. Replacing legacy ARB versions. | |||
2023-09-06 | Core profile shader functions, macros & type | Erik Kundiman | |
replacing legacy ARB versions. | |||
2023-09-06 | Core profile glCreateShader & return type GLuint | Erik Kundiman | |
to replace the less portable ARB versions. | |||
2023-09-05 | SL-19655 Remove a couple unused debug settings and related code (update) | Alexander Gavriliuk | |
2023-09-05 | SL-18125 Fixed default upload permissions being ignored | Andrey Kleshchev | |
2023-09-05 | Preprocess non portable GL funcs & macros | Erik Kundiman | |
so that implementations that don't include a certain GL implementation won't fail trying to compile the code. | |||
2023-09-05 | SL-19709 Fix for fullbright shiny not factoring out exposure (update) | Alexander Gavriliuk | |
2023-09-05 | SL-20236 BugSplat Crash in LLVertexBuffer::validateRange(708) | Alexander Gavriliuk | |
2023-09-05 | Exclude FBSD from more GL function redefinitions | Erik Kundiman | |
at the same time revert to less difference from upstream. | |||
2023-09-05 | Comment out redefinitions of GL functions | Erik Kundiman | |
which are mostly ARB ones, and instead we define GLEXT prototypes to be true so we still get access to the functions. | |||
2023-09-01 | SL-20167: Grey out the clipboard when copying the material to clipboard is ↵ | Cosmic Linden | |
not allowed | |||
2023-09-01 | SL-19664 Crash in LLAppViewer::initStrings(2985) - log extended info | Alexander Gavriliuk | |
2023-08-30 | SL-19842 Followup -- less aggressive ambient kill. | RunitaiLinden | |
2023-08-30 | SL-19842 Followup -- fix sunlight going black and make automatic object ↵ | RunitaiLinden | |
probes more wishy-washy (removes dark splotches where probes get stuck in walls) | |||
2023-08-30 | SL-19664 Crash in LLAppViewer::initStrings - make the error message more ↵ | Alexander Gavriliuk | |
informative | |||
2023-08-30 | SL-18366 Crash in LLCullResult::assertDrawMapsEmpty - make the error message ↵ | Alexander Gavriliuk | |
more informative | |||
2023-08-29 | SL-20229 Add GenericStreamingMessage and use it to receive GLTF material ↵ | RunitaiLinden | |
overrides | |||
2023-08-29 | Make it possible for external TOS to be agreed to | Erik Kundiman | |
The line that enables it in when on external TOS was only present in a similar scope which doesn't seem to be reachable. It must have been missed when the condition checking was moved. | |||
2023-08-29 | Replace login viewer name's left with circle logo | Erik Kundiman | |
2023-08-29 | Give the icons rounded corners | Erik Kundiman | |
2023-08-29 | Adjust the credits | Erik Kundiman | |
2023-08-29 | Copyright notice repro on statically linked libs | Erik Kundiman | |
2023-08-28 | Replace SL & Linden brands on macOS | Erik Kundiman | |
2023-08-28 | XDG desktop entry | Erik Kundiman | |
2023-08-28 | Temporary icons | Erik Kundiman | |
2023-08-28 | Temporary login MP logo so that we don't use SL's | Erik Kundiman | |
https://secondlife.com/corporate/third-party-viewers Section 5.c | |||
2023-08-27 | Supress warnings so GCC can finish shared libs | Erik Kundiman | |
2023-08-27 | Hidden visibility only when building static libs | Erik Kundiman | |
Otherwise it would fail to link SLPlugin. | |||
2023-08-27 | Force FreeBSD to accept TOS via external browser | Erik Kundiman | |
This forces the use of external browser for links too for now, as we don't have a solution for the HTML media plugin yet. | |||
2023-08-26 | Make using the system browser for links works | Erik Kundiman | |
First, in order for launch_url.sh to be executable, it needs to be installed as a program. Secondly, the spawn browser command path needs to be adjusted accordingly. And last, add chrome (applies to chromium too on FBSD), to the list of browser commands to try (so chrome wasn't there :/, but dillo has always been XD, and that's why it kept opening Dillo here haha). |