Age | Commit message (Collapse) | Author |
|
--HG--
branch : maint-5416
|
|
|
|
|
|
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake
|
|
|
|
|
|
Reviewed with Simon
|
|
|
|
another attempt to move mem stat into base class
|
|
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
|
|
|
|
|
|
calculator instead of binormal calculator, convert binormal centric code to tangent centric)
|
|
|
|
|
|
|
|
|
|
host bake, map tile, etc - down the chain so LLTextureFetchWorker can adjust behavior as needed
|
|
|
|
|
|
|
|
|
|
pointer checks are good.
Reviewed by Kelly
|
|
|
|
some reason
|
|
|
|
stalls in renderer by never using the fixed function pipeline if shaders are available.
|
|
|
|
|
|
a bunch of unnecesary header dependencies.
|
|
paranoid about who gets to touch its LLVertexBuffer members.
Reviewed by Nyx.
|
|
queries if GL is set to not use VBOs for stream draw.
|
|
|
|
back-out the back-out for this branch. yay.
|
|
Backing out this merge that I pushed (prematurely) to the wrong place.
|
|
|
|
Improved the following:
1, make sure the texture callback queue is properly handled and cleaned in time;
2, estimate the LLVOTree pixel area more accurately;
3, eliminate the possibility of back and forth stopping/restarting a texture fetching
|
|
|
|
|
|
|
|
Improved the following:
1, make sure the texture callback queue is properly handled and cleaned in time;
2, estimate the LLVOTree pixel area more accurately;
3, eliminate the possibility of back and forth stopping/restarting a texture fetching
|
|
|
|
|
|
|
|
|
|
|
|
Octree driven raycast.
|
|
|
|
First check-in; only compiles, nothing more.
|
|
|