| .. |
|
CMakeLists.txt
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llcubemap.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llcubemap.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llfontbitmapcache.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llfontbitmapcache.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llfontfreetype.cpp
|
Cache results from FT_Get_Kerning for pairs of glyph < 256 to avoid costly FT_Get_Kerning calls.
|
2016-09-16 21:43:06 +02:00 |
|
llfontfreetype.h
|
Cache results from FT_Get_Kerning for pairs of glyph < 256 to avoid costly FT_Get_Kerning calls.
|
2016-09-16 21:43:06 +02:00 |
|
llfontgl.cpp
|
Fix vertex windings
|
2017-03-10 21:31:56 +01:00 |
|
llfontgl.h
|
Remove deprecated OpenGL QUADS rendering mode
|
2017-03-04 23:57:37 +01:00 |
|
llfontregistry.cpp
|
Merge viewer-quickgraphics
|
2016-03-08 01:41:31 +01:00 |
|
llfontregistry.h
|
Merge viewer-quickgraphics
|
2016-03-08 01:41:31 +01:00 |
|
llgl.cpp
|
FIRE-21231: Backed out changeset 14adb7eddc14
|
2017-06-06 13:25:18 +02:00 |
|
llgl.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llgldbg.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llgldbg.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llglheaders.h
|
Quick fix for OSX to be able to compile a version.
|
2017-05-09 12:01:07 +02:00 |
|
llglslshader.cpp
|
Partially undo d536fd19aa9d as it causes OpenGL error: glDeleteObjectARB - GL_INVALID_VALUE
|
2017-03-18 22:22:54 +01:00 |
|
llglslshader.h
|
MAINT-6913 - (Via Sovereign Engineer and Shyotl Kuhr) Pack the skinned matrix and translation into a single mat3x4 for optimal data transfer to reduce uniform slot usage.
|
2016-11-11 09:37:45 -05:00 |
|
llglstates.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llgltexture.cpp
|
Backed out changeset 4bbf5275fe2e (Try to plug the profile icon memory hole) - This should be fixed now
|
2016-02-26 21:35:16 +01:00 |
|
llgltexture.h
|
…
|
|
|
llgltypes.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llimagegl.cpp
|
MAINT-6729 Additional fix for crash in LLImageGL::analyzeAlpha()
|
2016-12-08 17:21:05 +02:00 |
|
llimagegl.h
|
Merge viewer-bear
|
2016-10-10 22:19:33 +02:00 |
|
llpostprocess.cpp
|
Replace GL_TEXTURE_RECTANGLE_ARB with GL_TEXTURE_RECTANGLE
|
2017-04-27 10:07:20 +02:00 |
|
llpostprocess.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llrender.cpp
|
Replace GL_TEXTURE_RECTANGLE_ARB with GL_TEXTURE_RECTANGLE
|
2017-04-27 10:07:20 +02:00 |
|
llrender.h
|
Reset all VertexBuffer during TP
|
2017-04-26 16:04:06 +02:00 |
|
llrender2dutils.cpp
|
Fix copy & paste bug
|
2017-03-15 23:08:43 +01:00 |
|
llrender2dutils.h
|
…
|
|
|
llrendernavprim.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llrendernavprim.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llrendersphere.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llrendersphere.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llrendertarget.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llrendertarget.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
llshadermgr.cpp
|
FIRE-20305: Fix GLSL compatibility in shaders, by Drake Arconis (Alchemy Viewer)
|
2016-11-29 15:00:27 +01:00 |
|
llshadermgr.h
|
Sync with upstream
|
2016-11-26 19:57:12 +01:00 |
|
lltexture.cpp
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lltexture.h
|
remove execute permission from many files that should not have it
|
2015-11-10 09:48:56 -05:00 |
|
lluiimage.cpp
|
…
|
|
|
lluiimage.h
|
…
|
|
|
llvertexbuffer.cpp
|
Fix GL error GL_INVALID_OPERATION in VertexAttribPointerARB
|
2017-04-27 11:00:14 +02:00 |
|
llvertexbuffer.h
|
Use a vbo for the static LLVertexBuffer::drawArray/Element functions; by Drake Arconis/Shyotl Kuhr
|
2017-03-05 14:27:24 +01:00 |