Age | Commit message (Collapse) | Author |
|
|
|
sessions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
control synchronizing strategy WRT occlusion queries, add experimental transform feedback driven LoD update
|
|
|
|
(from Firestorm)
|
|
|
|
|
|
for texture indices in the data stream. Also rework gl_FragColor overrides to not collide with some odd driver implementations.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
deprecation or performance warnings
|
|
some reason
|
|
|
|
|
|
this is still a source of frame stalls.
|
|
EXP-997 FIX -- Significant FPS degradation in 2.8.0 Beta on Mac equipped ATI video card
* Disabled VBO's on mac to avoid stalls in renderer
* Placed valid data into the padding between triangles in the vertex buffer to remove uninitialized craziness
* Removed invalid rendering checks causing GL errors in debug mode
Reviewed by davep
|
|
|
|
|
|
|
|
vertex buffer objects. Limit number of textures per batch to 6 (prevents frame stalls on NVIDIA).
|
|
(wow, super fast so far)
|
|
|
|
of deferred rendering and non deferred automatic alpha mask toggling.
|
|
on toggling deferred rendering, but do make sure a loaded callback exists when bump resolution or desired number of components is lacking. Also, subtract radius of prim from distance to face for virtual size calculations (makes heavily tiled textures on largish spheres fully res when appropriate).
|
|
|
|
paranoid about who gets to touch its LLVertexBuffer members.
Reviewed by Nyx.
|
|
|
|
|
|
|
|
Viewer attempting to load precached images in file types that are not being used.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline)
|
|
|
|
|