phoenix-firestorm/indra/llrender
Nat Goodspeed 30fa249664 DRTVWR-476: Fix glVertexAttrib{IPointer,PointerARB}() OpenGL calls.
VS 2017 complains about the same thing that clang does: casting S32 to GLvoid*
can't possibly produce a valid pointer value because S32 can't fit a whole
64-bit pointer. To appease it, not only must we use reinterpret_cast, but we
must first cast S32 to intptr_t and then reinterpret_cast THAT.
2020-03-25 16:12:46 -04:00
..
CMakeLists.txt MAINT-7213 Shared media (media as a texture) unusable with transparent mesh 2017-10-26 18:33:08 +03:00
llcubemap.cpp
llcubemap.h
llfontbitmapcache.cpp
llfontbitmapcache.h
llfontfreetype.cpp SL-11139 FIXED LLFontGL::getStringFromStyle() never return "NORMAL" 2019-05-13 18:17:16 +03:00
llfontfreetype.h SL-10610 FIXED Floaters fails to display certain symbols. Added ability to load font collections. 2019-03-19 11:16:24 +02:00
llfontgl.cpp SL-11139 FIXED LLFontGL::getStringFromStyle() never return "NORMAL" 2019-05-13 18:17:16 +03:00
llfontgl.h SL-10610 FIXED Floaters fails to display certain symbols. Added ability to load font collections. 2019-03-19 11:16:24 +02:00
llfontregistry.cpp SL-10610 FIXED Floaters fails to display certain symbols. Added ability to load font collections. 2019-03-19 11:16:24 +02:00
llfontregistry.h SL-10610 FIXED Floaters fails to display certain symbols. Added ability to load font collections. 2019-03-19 11:16:24 +02:00
llgl.cpp DRTVWR-494: Defend LLInstanceTracker against multi-thread usage. 2020-03-25 15:28:17 -04:00
llgl.h MAINT-7213 Shared media (media as a texture) unusable with transparent mesh 2017-10-26 18:33:08 +03:00
llglcommonfunc.cpp MAINT-7213 Shared media (media as a texture) unusable with transparent mesh 2017-10-26 18:33:08 +03:00
llglcommonfunc.h MAINT-7213 Shared media (media as a texture) unusable with transparent mesh 2017-10-26 18:33:08 +03:00
llgldbg.cpp
llgldbg.h
llglheaders.h
llglslshader.cpp MAINT-3699 new shaders supporting alpha blend/mask rigged content. 2018-08-16 00:31:39 +01:00
llglslshader.h Keep attributes name (useful for debug) 2018-01-30 17:07:00 +02:00
llglstates.h
llgltexture.cpp
llgltexture.h MAINT-6363 Normal and specular maps should not be downloaded if ALM is off 2018-03-06 12:59:32 +00:00
llgltypes.h
llimagegl.cpp MAINT-8923 Better allocation failure handling, createGLTexture crashes 2018-07-26 20:06:26 +03:00
llimagegl.h MAINT-8043 Fix for bad_alloc crash in LLImageGL::setImage() 2017-12-18 20:29:50 +02:00
llpostprocess.cpp
llpostprocess.h
llrender.cpp Add debug setting and code to allow nVidia nSight graphics debugging to capture SL frames. 2018-02-15 21:55:24 +00:00
llrender.h MAINT-8317 Fixed Local Textures for Advanced Lighting Projectors do not keep the selected texture. 2018-02-27 15:49:15 +02:00
llrender2dutils.cpp Fix instance existance check 2019-11-12 16:07:36 +02:00
llrender2dutils.h SL-11718 Crash in LLRender2D 2019-08-13 17:22:58 +03:00
llrendernavprim.cpp
llrendernavprim.h
llrendersphere.cpp
llrendersphere.h
llrendertarget.cpp
llrendertarget.h
llshadermgr.cpp MAINT-3699 new shaders supporting alpha blend/mask rigged content. 2018-08-16 00:31:39 +01:00
llshadermgr.h
lltexture.cpp
lltexture.h
lluiimage.cpp DRTVWR-493 LLRender2D to LLParamSingleton 2019-07-25 18:20:17 +03:00
lluiimage.h
llvertexbuffer.cpp DRTVWR-476: Fix glVertexAttrib{IPointer,PointerARB}() OpenGL calls. 2020-03-25 16:12:46 -04:00
llvertexbuffer.h Add const 2018-01-30 17:07:27 +02:00