summaryrefslogtreecommitdiff
path: root/indra/llrender/llglslshader.cpp
AgeCommit message (Expand)Author
2024-09-01Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into 2024....Erik Kundiman
2024-07-28Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into 202...Erik Kundiman
2024-07-08Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and...Ansariel
2024-06-21#1769 gltf optimization pass (#1816)Dave Parks
2024-06-18Merge pull request #1797 from secondlife/release/maint-aBrad Linden
2024-06-141736 audit texture image unit usage on os x (#1739)Dave Parks
2024-06-13Fix a few merge issuesAnsariel
2024-06-12viewer#1698 Uniform being out of range shouldn't crash viewerAndrey Kleshchev
2024-06-11Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-m...Ansariel
2024-06-11Merge tag '7.1.8-release'Erik Kundiman
2024-06-10Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into project/gltf_de...Brad Linden
2024-06-10#1654 generate normals and tangents according to gltf specification (#1662)Dave Parks
2024-06-01Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible...Ansariel
2024-05-29#1530 Increase joint limit for GLTF Assets (#1582)Dave Parks
2024-05-28Remove tinygltf dependency from LL::GLTF (#1541)Dave Parks
2024-05-23Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into brad/merge-main...Brad Linden
2024-05-22Fix line endlingsAnsariel
2024-05-22Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-AAnsariel
2024-05-16Merge tag '7.1.7-release'Erik Kundiman
2024-05-15Post-merge spaces fixAndrey Lihatskiy
2024-05-06Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into gltf-dev-maint-...RunitaiLinden
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2024-02-20Convert BOOL to bool in llrenderAnsariel
2024-02-12llrender: BOOL (int) to real boolLars Næsbye Christensen
2023-12-31Fix recommended GPU class lower than it shouldErik Kundiman
2023-09-11Assume GL_ANY_SAMPLES_PASSED is supportedErik Kundiman
2023-09-11Use the more portable GL_TIME_ELAPSED_EXTErik Kundiman
2023-09-11Use non 64 versions when no ARB timer queryErik Kundiman
2023-09-11Preprocess non portable OpenGL 3.0 codeErik Kundiman
2023-09-10Fixes to get it build again on FreeBSDErik Kundiman
2023-09-10Merge branch 'main' into DRTVWR-559Erik Kundiman
2023-09-07Revert "Bring back GL funcs & macros that work on macOS"Erik Kundiman
2023-09-07Bring back GL funcs & macros that work on macOSErik Kundiman
2023-09-06GL TIME_ELAPSED_EXT as alternative to TIME_ELAPSEDErik Kundiman
2023-09-06Some GL_VERSION_2_0 sampler implementor only codeErik Kundiman
2023-09-06Core profile query related functionsErik Kundiman
2023-09-06Core profile vertex attribute related functionsErik Kundiman
2023-09-06Core profile uniform related functionsErik Kundiman
2023-09-06Core profile program object related functionsErik Kundiman
2023-09-06Core profile glCreateShader & return type GLuintErik Kundiman
2023-09-05Preprocess non portable GL funcs & macrosErik Kundiman
2023-06-27Just about got hero reflection maps working.Jonathan "Geenz" Goodman
2023-05-17Add a binary cache for compiled shaders using glProgramBinary (#216)Rye Mutt
2023-05-15SL-19709 Fix for fullbright shiny not factoring out exposure and flickering f...RunitaiLinden
2023-05-02DRTVWR-559 Optimization pass, make it so profileAvatar can read back GPU time...RunitaiLinden
2023-04-14Move mipmap generation into LLRenderTarget.Jonathan "Geenz" Goodman
2023-04-12Merge branch 'DRTVWR-559' into DRTVWR-559-post-refactorJonathan "Geenz" Goodman
2023-04-12Fixed DoFJonathan "Geenz" Goodman
2023-04-11SL-19564 Rebalance exposure and sky. Hack legacy diffuse map saturation and ...RunitaiLinden
2023-04-10Get DoF workingJonathan "Geenz" Goodman