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
llfontfreetype.h
llfontgl.cpp
llfontgl.h
llfontregistry.cpp
llfontregistry.h
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
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
llrendernavprim.cpp
llrendernavprim.h
llrendersphere.cpp
llrendersphere.h
llrendertarget.cpp
llrendertarget.h
llshadermgr.cpp
llshadermgr.h
lltexture.cpp
lltexture.h
lluiimage.cpp
lluiimage.h
llvertexbuffer.cpp DRTVWR-476: Fix glVertexAttrib{IPointer,PointerARB}() OpenGL calls. 2020-03-25 16:12:46 -04:00
llvertexbuffer.h