Age | Commit message (Collapse) | Author |
|
|
|
available and don't read back result if it will block).
|
|
A copy constructor was implemented which did a memcpy,
which included the vtable pointer which was to another object of another
class (same child though). This resulted in the wrong destructor
being called.
The reason for the memcpy was for alignment purposes.
The solution was to move to LLVector4a, which is intrinsicly aligned.
Also, did some performance optimizations based on the LLVector4a optimizations.
The solution was to re-implement the
|
|
|
|
parameters.
|
|
|
|
|
|
with ARB.
|
|
Get rid of RenderUseFBO debug setting (only use FBO when rendering deferred). Use GL_ARB_framebuffer_objects instead of GL_EXT_...
|
|
|
|
|
|
assert when FBOs are destroyed out of order.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
crashing the viewer.
No need to test because there are no negative effects.
|
|
|
|
|
|
altitude flicker though (STORM-306)
|
|
|
|
|
|
|
|
|
|
|
|
const *,int,int) [secondlife-bin llimagegl.cpp] line 1259
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added more debug code for EXT-6791: [crashhunters] Intel 965 Crash in glCopyTexSubImage2D
|
|
added more debug code for EXT-6791: [crashhunters] Intel 965 Crash in glCopyTexSubImage2D
|
|
|
|
|