Age | Commit message (Collapse) | Author |
|
|
|
|
|
continued conversion to units system
made units perform type promotion correctly and preserve type in arithmetic
e.g. can now do LLVector3 in units
added typedefs for remaining common unit types, including implicits
|
|
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
|
|
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
calculator instead of binormal calculator, convert binormal centric code to tangent centric)
|
|
|
|
|
|
|
|
|
|
|
|
viewer-lion
|
|
|
|
|
|
|
|
|
|
|
|
during the deletion process to avoid a crash.
|
|
|
|
|
|
|
|
|
|
VBO accounting.
|
|
|
|
control synchronizing strategy WRT occlusion queries, add experimental transform feedback driven LoD update
|
|
rendering
|
|
GCC doesn't allow to init non-constant references with temporary objects
|
|
|
|
|
|
subclasses -- also vectorize particle VBO updates
|
|
some reason
|
|
|
|
(wow, super fast so far)
|
|
paranoid about who gets to touch its LLVertexBuffer members.
Reviewed by Nyx.
|
|
queries if GL is set to not use VBOs for stream draw.
|
|
|
|
Octree driven raycast.
|
|
First check-in; only compiles, nothing more.
|
|
Also replaced many duplicate calls to LLViewerCamera::getInstance() with local pointer.
Reviewed with Ambroff
|
|
|
|
|
|
textures.
|
|
Self reviewed.
|