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
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
llglcommonfunc.cpp
llglcommonfunc.h
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
llglstates.h
llgltexture.cpp
llgltexture.h
llgltypes.h
llimagegl.cpp
llimagegl.h
llpostprocess.cpp
llpostprocess.h
llrender.cpp
llrender.h
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