summaryrefslogtreecommitdiff
path: root/indra/llrender
AgeCommit message (Collapse)Author
2012-03-27Navmesh rendering api update to ll color structsprep
2012-03-22Removed dead codeprep
2012-03-21mergeprep
2012-03-21Path-282: Added support for viewing the walkability map for various ↵prep
character types
2012-03-20Cleaning up miscellaneous differences between the pathfinding repository and ↵Todd Stinson
the latest viewer-development.
2012-03-14Updated header for flush.prep
2012-03-13pull and merge from viewer-developmentprep
2012-03-09merge changes for vmrg-225Oz Linden
2012-03-07Path-287: VB bug fixes. Cleaned up rendering prims. Navmesh shape rendering ↵prep
fixes. Code cleanup
2012-03-07Fix for overlaying navmesh on renderable geometry.prep
2012-03-07Partial fix for Path-387. Path-287 Viewer perfomance tweaks.prep
2012-02-24Fix for nacmesh viewing on low gfx setting and llpathinglib update.prep
2012-02-24Path-267: Add support for rendering of walkable objects, obstacles and ↵prep
material phantoms.
2012-02-15Path-266: Navmesh is backfaced culledprep
2012-02-13Path-197. Navmeshes are converted into vbos.prep
2012-02-08Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/Richard Linden
2012-02-07EXP-1181 WIP as a designer I would like to specify default floater positions ↵Richard Linden
using realtive coordinates refactored LLCoord code to be templated, ultimately to support arbitrary conversions
2012-02-06Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2012-02-06SH-2794, resolved merge conflict and corrected logic in ↵Leslie Linden
LLVertexBuffer::determineUsage() to work the way it used to.
2012-02-06merge, conflicts in llvertexbuffer.{h,cpp}Brad Payne (Vir Linden)
2012-02-06Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-02-03EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
EXP-1854 FIX Text positioning in mini inspector a couple pixels too low
2012-02-01converted a bunch of narrowing implicit conversions to explicitRichard Linden
2012-02-01mergeBrad Payne (Vir Linden)
2012-01-31EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
2012-01-30Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-01-27EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
2012-01-26EXP-1846 FIX Text positioning issues in Floaters, Notifications, UI, and ↵Richard Linden
toasts with UI size smaller than 1 also, re-enabled floater_test_textbox.xml
2012-01-26Fix for windows buildDave Parks
2012-01-26* Fixed up shader compilation errors to get lighting and shadows working ↵Leslie Linden
again on Mac. * Cleaned up vertex buffer allocation to guarantee allocation and deallocation using the same allocation methods from the same pools. * Added new shader feature for atmospheric helpers in the absence of lighting. Reviewed by davep.
2012-01-25SH-2565 Move resetVertexBuffer operation to a consistent location (also ↵Dave Parks
avoid redundant resetting of vertex buffers on detail switches). Change assertion to a warning with count info. Fix bytes pooled debug display. Remove unused static vertex buffer.
2012-01-24SH-1427 Fix for spot lights not working properly on alpha objects, and fix ↵Dave Parks
for alpha lighting of point lights not matching deferred lights.
2012-01-19SH-2794 Fix for bad textures on some hardware when vbo mapping disabled ↵Dave Parks
(always use GL_STREAM_DRAW as the usage hint when mapping is disabled as geometry will be uploaded again and again)
2012-01-19mergeprep
2012-01-19Path-196 : vbo cleanup, visual fixes (path-222)prep
2012-01-18EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
fixed font metrics rounding error and made corrective adjustments in layout
2012-01-18Automated merge with ↵Xiaohong Bao
https://bitbucket.org/VirLinden/viewer-development-shining-fixes
2012-01-18fix for SH-2827: [crashhunters] Crash in LLPipeline::generateWaterReflection()Xiaohong Bao
2012-01-18mergeDave Parks
2012-01-18SH-2794 Map buffer now performs as well as buffersubdataDave Parks
2012-01-17Pull and merge from https://bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-01-05trivial: debug code for SH-2827: [crashhunters] Crash in ↵Xiaohong Bao
LLPipeline::generateWaterReflection()
2012-01-05Some gl state cleanup for physic shapes vbos.'prep
2012-01-05vbos for physics shapes are rendering correctlyprep
2012-01-05Remove already enabled depth testprep
2012-01-05WIP: Navmesh vbos rendering fixes (added normal and color maps).prep
2012-01-05 path-149 overlay of navmesh on onto renderablesprep
2012-01-04mergeBrad Payne (Vir Linden)
2012-01-03Pull and merge from https://bitbucket.org/lindenlab/viewer-development.Todd Stinson
2011-12-21SH-2794 WIP -- work on getting glMapBuffer and friends to behaveDave Parks