| .. |
|
CMakeLists.txt
|
Fix for build failures - disabling tcmalloc for now
|
2010-09-21 13:26:52 -04:00 |
|
llcubemap.cpp
|
SH-2031 Profile guided optimization of matrix ops
|
2011-10-07 03:12:11 -05:00 |
|
llcubemap.h
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
|
llfontbitmapcache.cpp
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
|
llfontbitmapcache.h
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
|
llfontfreetype.cpp
|
STORM-1090 : Fix for use of freetype 2.4.4 and switch to freetype 2.4.4 in installables
|
2011-03-23 13:39:31 -07:00 |
|
llfontfreetype.h
|
Fix for build failures - disabling tcmalloc for now
|
2010-09-21 13:26:52 -04:00 |
|
llfontgl.cpp
|
SH-2244 fix for glitched fonts
|
2011-09-22 12:57:17 -05:00 |
|
llfontgl.h
|
Fix for build failures - disabling tcmalloc for now
|
2010-09-21 13:26:52 -04:00 |
|
llfontregistry.cpp
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
|
llfontregistry.h
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
|
llgl.cpp
|
SH-2481 Potential fix for viewer detecting incorrect amount of vram available when using certain video cards.
|
2011-10-05 01:03:42 -05:00 |
|
llgl.h
|
SH-2244 Fix "RenderGLCoreProfile" actually make a core profile context and modify viewer to run under said context without generating errors.
|
2011-09-22 00:10:57 -05:00 |
|
llgldbg.cpp
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
|
llgldbg.h
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
|
llglheaders.h
|
SH-2244 Fix for linux build?
|
2011-09-23 23:39:45 -05:00 |
|
llglslshader.cpp
|
SH-2545 Fix for transparent water option doing nothing when shaders are enabled.
|
2011-10-11 14:55:33 -05:00 |
|
llglslshader.h
|
SH-2240 WIP on removing lots of string comparisons that were added to deal with exploding amounts of non-built-in GL state
|
2011-10-11 00:26:03 -05:00 |
|
llglstates.h
|
SH-1006 Quick pass at cutting down the number of redundant GL calls based on data from gDEBugger.
|
2011-02-17 17:18:57 -06:00 |
|
llgltypes.h
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
|
llimagegl.cpp
|
SH-2244 Fix for mac build?
|
2011-09-28 16:51:23 -05:00 |
|
llimagegl.h
|
SH-469 GL_ARB_texture_multisample support
|
2011-05-24 15:29:33 -05:00 |
|
llpostprocess.cpp
|
SH-2243 work in progress -- application side matrix stack management
|
2011-09-14 16:30:45 -05:00 |
|
llpostprocess.h
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
|
llrender.cpp
|
SH-2240 WIP on removing lots of string comparisons that were added to deal with exploding amounts of non-built-in GL state
|
2011-10-11 00:26:03 -05:00 |
|
llrender.h
|
SH-2031 Profile guided optimization of matrix ops
|
2011-10-07 03:12:11 -05:00 |
|
llrendersphere.cpp
|
SH-2553 Fix for glitches when rendering HUD attachments.
|
2011-10-06 15:00:14 -05:00 |
|
llrendersphere.h
|
SH-2238, SH-2223, SH-SH-2242 glVertexAttrib throughout main render pipeline complete, preview renders and debug displays still pending. Also fixed a render glitch and a crash (JIRAs listed).
|
2011-08-10 13:01:14 -05:00 |
|
llrendertarget.cpp
|
SH-2447, SH-2525, SH-2276 Strip out defunct global illumination code, add accounting for how much memory is taken up by LLRenderTarget, fix crash on login in bindGLIndices (work around driver bug that doesn't respect VAO state WRT to index buffers), remove some unused render targets, remove some unused shaders, make it possible to run a fullscreen session
|
2011-10-04 02:31:54 -05:00 |
|
llrendertarget.h
|
SH-2447, SH-2525, SH-2276 Strip out defunct global illumination code, add accounting for how much memory is taken up by LLRenderTarget, fix crash on login in bindGLIndices (work around driver bug that doesn't respect VAO state WRT to index buffers), remove some unused render targets, remove some unused shaders, make it possible to run a fullscreen session
|
2011-10-04 02:31:54 -05:00 |
|
llshadermgr.cpp
|
SH-2240 WIP on removing lots of string comparisons that were added to deal with exploding amounts of non-built-in GL state
|
2011-10-11 00:26:03 -05:00 |
|
llshadermgr.h
|
SH-2240 WIP on removing lots of string comparisons that were added to deal with exploding amounts of non-built-in GL state
|
2011-10-11 00:26:03 -05:00 |
|
lltexture.cpp
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
|
lltexture.h
|
correct licenses (fix problem with license change merge)
|
2010-10-13 07:24:37 -04:00 |
|
llvertexbuffer.cpp
|
SH-2428 Make GCC 4.4 happy by using LLVector4a striders with LLAlphaObject subclasses -- also vectorize particle VBO updates
|
2011-10-04 17:25:55 -05:00 |
|
llvertexbuffer.h
|
SH-2428 Make GCC 4.4 happy by using LLVector4a striders with LLAlphaObject subclasses -- also vectorize particle VBO updates
|
2011-10-04 17:25:55 -05:00 |