Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
since everything renders faster using VBO's except alpha for some mysterious reason.
|
|
Also change shader to show bright pink on index out of bounds and add assertions to help prevent this sort of bug in the future.
|
|
|
|
flexi attachments.
|
|
|
|
Ringtail avatar)
|
|
preventing anti-aliasing from working when GL_ARB_texture_multisample is unsupported
|
|
|
|
not creating an alpha mask)
|
|
|
|
a parameter.
|
|
|
|
|
|
|
|
"maximum_alpha" for alpha tests in shaders as it was always being set to 1.0 anyway.
|
|
atmospheric shaders.
|
|
|
|
loaded.
|
|
|
|
|
|
|
|
|
|
GL_ARB_shader_objects
|
|
|
|
with exploding amounts of non-built-in GL state
|
|
|
|
- don't use F64 except where needed (should really factor out calls to gluProject)
- get rid of sorting by texture in favor of sorting by matrix (no sort needed, geometry is already matrix sorted as a result of frustum cull tree traversal order)
- unroll matrix sync inner loop and cache MVP and normal matrices
|
|
|
|
available when using certain video cards.
|
|
subclasses -- also vectorize particle VBO updates
|
|
accounting for how much memory is taken up by LLRenderTarget, fix crash on login in bindGLIndices (work around driver bug that doesn't respect VAO state WRT to index buffers), remove some unused render targets, remove some unused shaders, make it possible to run a fullscreen session
|
|
Also, remove "Basic Shaders" as a user settable option (shaders are always on if GL version >= 2.0, always off otherwise)
|
|
GL_DEPTH_COMPONENT32 (use GL_DEPTH_COMPONENT24)
|
|
some drivers (prune shader tree of unused shaders while we're at it)
|
|
|
|
|
|
|
|
LLVertexBuffer data
|
|
index debug setting rebuild shaders to use no flow control when set to 1 or lower
|
|
deprecation or performance warnings
|
|
|
|
|
|
|
|
|
|
|