Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-10 | GL_RGBA16F is used when there's no GL_RGBA16 | Erik Kundiman | |
2023-09-10 | Lose the _EXT from GL_FRAMEBUFFER macro | Erik Kundiman | |
2023-09-10 | 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-10 | Preprocess GLU implementors only code | Erik Kundiman | |
2023-09-10 | Missing parameter for non file picker implementors | Erik Kundiman | |
2023-09-10 | Preprocess non portable OpenGL code | Erik Kundiman | |
2023-09-10 | Lose the _ARB suffix from many macros | Erik Kundiman | |
2023-09-09 | SL-19242: Try passing upload-artifact a normalized relative path. | Nat Goodspeed | |
2023-09-08 | SL-19242: Resolve '..' in viwer_app path before trying to upload. | Nat Goodspeed | |
2023-09-08 | SL-18837: Stop failing build.sh if there's no installer. | Nat Goodspeed | |
This unblocks ReleaseOS builds, and also preps for SL-19242. Streamline build.sh's Uploads section. | |||
2023-09-08 | SL-19242: Post -app artifact, not -exe, with entire install image. | Nat Goodspeed | |
Previously we posted Windows-exe, macOS-exe artifacts that were a little inconsistent: Windows-exe contained just the Windows executable, whereas macOS-exe contained the whole .app tree (but without the .app directory). Change to post Windows-app, macOS-app artifacts that each contain the whole viewer install image, including the top-level application name directory. This is what we'll need to codesign and notarize. | |||
2023-09-08 | SL-18837: Suppress ReleaseOS for now. | Nat Goodspeed | |
2023-09-08 | SL-18837: Make llsdserialize_test debug output conditional. | Nat Goodspeed | |
Move hexdump() and hexmix() stream formatters to new hexdump.h for potential use by other tests. In toPythonUsing() helper function, add a temp file to receive Python script debug output, and direct debug output to that file. On test failure, dump the contents of that file to the log. Give NamedTempFile::peep() an optional target std::ostream; refactor implementation as peep_via() that accepts a callable to process each text line. Add operator<<() to stream the contents of a NamedTempFile object to ostream -- but don't use that with LL_DEBUGS(), as it flattens the file contents into a single log line. Instead add peep_log(), which streams each individual text line to LL_DEBUGS(). | |||
2023-09-08 | Fix builds using OpenAL | Ansariel | |
(cherry picked from commit fd73b6e5cf6341d606628646b73a0d05223b74bc) | |||
2023-09-08 | SL-18837: Revert "Add OpenAL::createDefaultStreamingAudioImpl()." | Nat Goodspeed | |
This reverts commit 6cb906c44908a304af26e3ea95de88ff34ef46f7. | |||
2023-09-08 | SL-18837: Revert "Typo for LLAudioEngine_OpenAL" | Nat Goodspeed | |
This reverts commit 46bd102e80178abb094b5dac6fe9c476e044eaed. | |||
2023-09-08 | SL-18837: Typo for LLAudioEngine_OpenAL | Nat Goodspeed | |
2023-09-08 | SL-18837: Add OpenAL::createDefaultStreamingAudioImpl(). | Nat Goodspeed | |
LLAudioEngine added a new abstract virtual method that wasn't yet implemented for LLStreamingAudio_OpenAL. | |||
2023-09-08 | SL-18837: NamedTempFile must be binary mode on Windows. | Nat Goodspeed | |
2023-09-08 | SL-18837: Add debugging output to llsdserialize_test.cpp. | Nat Goodspeed | |
2023-09-07 | SL-18837: Suppress BUGSPLAT_DB for ReleaseOS builds. | Nat Goodspeed | |
2023-09-07 | SL-18837: Fix minor merge glitch. | Nat Goodspeed | |
2023-09-07 | SL-18837: String literals are single-quoted in GitHub expressions. | Nat Goodspeed | |
2023-09-07 | SL-18837: Without USE_BUGSPLAT, no target generate_symbols. | Nat Goodspeed | |
2023-09-07 | SL-18837: Segregate ReleaseOS artifacts; don't even upload. | Nat Goodspeed | |
Eliminate references to (no longer set) matrix.addrsize. | |||
2023-09-07 | SL-18837: Merge branch 'main' into actions | Nat Goodspeed | |
2023-09-07 | Bring back glBufferParameteriAPPLE | Erik Kundiman | |
GL_APPLE_flush_buffer_range is defined on other platforms such as FreeBSD but there would failure to link, hence the extra LL_DARWIN. | |||
2023-09-07 | Bring back GL_MULTISAMPLE_ARB to macOS | Erik Kundiman | |
since it doesn't have GL_MULTISAMPLE_EXT. | |||
2023-09-07 | Revert "Bring back GL funcs & macros that work on macOS" | Erik Kundiman | |
This reverts commit e600f6504cd7edd9d2883ea7dc17c2574b1ff468. | |||
2023-09-07 | Bring back OpenGL >= 3.0 functionalities to macOS | Erik Kundiman | |
They weren't compiled with the previous commit, and it affected a lot. | |||
2023-09-07 | Bring back GL funcs & macros that work on macOS | Erik Kundiman | |
2023-09-07 | Comment out the GL funcs redefinition for Darwin | Erik Kundiman | |
2023-09-07 | Implementations without shm_unlink can use APR | Erik Kundiman | |
2023-09-06 | SL-19243: Specify macos-latest for post-mac-symbols. | Nat Goodspeed | |
We want to run on a GitHub-hosted runner rather than one of our own. | |||
2023-09-06 | GL_ALPHA8_EXT as an alternative to GL_ALPHA8 | Erik Kundiman | |
2023-09-06 | Preprocess appearance GL fixed-function features | Erik Kundiman | |
so non implementors won't try to compile the code. | |||
2023-09-06 | Comment out the GL functions redefinitions for all | Erik Kundiman | |
2023-09-06 | Re-exclude FBSD test on Nvidia headers | Erik Kundiman | |
to minimise difference from upstream, as it's certain it's not FreeBSD anyway due to the removal of LL_FREEBSD on the containing scope. | |||
2023-09-06 | GL TIME_ELAPSED_EXT as alternative to TIME_ELAPSED | Erik Kundiman | |
2023-09-06 | glDrawBuffers instead of glDrawBuffer | Erik Kundiman | |
since the latter is less portable. I'm guessing 1st arg is 0 since the condition is when mTex is empty. | |||
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 | |