summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-24Fix for overbrigtened alpha blended objects in deferred. Linearize diffuse ↵Geenz
surface color in the vertex shader before passing it to the fragment shader.
2013-04-23Pull merge from viewer-fbcMerov Linden
2013-04-23Merged lindenlab/viewer-development-materials into defaultgraham linden
2013-04-23ACME-251 Create AvatarFolderItemView: Re-adding llpersonfolderview.h/cpp and ↵Gilbert Gonzales
to use a class called LLPersonFolderView to manage the creation of subwidgits and selection of tabs.
2013-04-23Pull merge from viewer-fbcMerov Linden
2013-04-23Pull merge from viewer-fbcMerov Linden
2013-04-23ACME-251 Create AvatarFolderItemView: forgot to remove deleted files from ↵Gilbert Gonzales
indra/newview/CMakeLists.txt.
2013-04-23Fix build failures on Mac : suppress cruft that tripped gccMerov Linden
2013-04-23ACME-251 Create AvatarFolderItemView: Now the facebook friends tab is using ↵Gilbert Gonzales
LLPersonFolderViewModel instead of mConversationViewModel
2013-04-23Restore deferred avi alpha program vert color usageGraham Madarasz
2013-04-23Tweak to remove usage of GL_DEPTH_CLAMP for now until projectors can be made ↵Dave Parks
to work with it.
2013-04-23ACME-251 Create AvatarFolderItemView: When making the folderview using ↵Gilbert Gonzales
LLPersonModelCommon instead of LLConverationItem. Also the .xml file file read in for LLPersonTabView was incorrect, now using person_tab_view.xml. And lastly made a new file called llpersonfolderview which which be the implementation of folderview.
2013-04-23NORSPEC-132 Correct rotation limits to +/- 180 for all texturesOz Linden
2013-04-23ACME-251 Create AvatarFolderItemView: Changed classes name from ↵Gilbert Gonzales
LLPersonFolder* to LLPersonTab*
2013-04-23merge changes for latest viewer-developmentOz Linden
2013-04-23merge changes for 3.5.1-beta3Oz Linden
2013-04-23Pull merge from lindenlab/viewer-chuiMerov Linden
2013-04-23NORSPEC-142 Fix for unusable performance on GTX 285Dave Parks
2013-04-23Added tag 3.5.1-beta3 for changeset 65ae89aeb7eaOz Linden
2013-04-23mergemberezhnoy
2013-04-23CHUI-950 (Reduce min width of messages panel )mberezhnoy
2013-04-23tag merge of DRTVWR-314Oz Linden
2013-04-23merging in tags from beta 2Nyx Linden
2013-04-23Pull merge from lindenlab/viewer-chuiMerov Linden
2013-04-23CHUI-943 FIXED "Chat history" menu item is added to context menu for Nearby ↵Mnikolenko ProductEngine
chat.
2013-04-22Pull merge from lindenlab/viewer-chuiMerov Linden
2013-04-22ACME-252: Created a folder view for the facebook connect tabGilbert Gonzales
2013-04-22ACME 162: Implemented a foundation model for the facebook connect folder view.Gilbert Gonzales
2013-04-22SUN-72 SH-4132 FIX viewer builds cannot write to paths containing special ↵Nyx Linden
characters. Integrated Nicky Dasmijn's patch to handle the unicode file paths properly. Code reviewed, patch was clean. Tested locally, correctly allows wearables to load where they would fail before. Should be ready for automated build & QA.
2013-04-22CHUI-912 : Fixed! Filtering with types do work correctly again (including None).Merov Linden
2013-04-22Fix avatar alpha shader define setupGraham Madarasz (Graham)
2013-04-22NORSPEC-141 Back out a change that seems to cause shadow artifacts on rigged ↵Dave Parks
attachments.
2013-04-22Fix regression in alpha shader on non-Mac from recent changesGraham Madarasz (Graham)
2013-04-22merge changes for OPEN-173Oz Linden
2013-04-20Another mismergeGraham Madarasz (Graham Linden)
2013-04-20Fixup merge with vwr-dev-matGraham Madarasz
2013-04-20Merged lindenlab/viewer-development-materials into defaultgraham linden
2013-04-20Fix rendering artifacts on Mac Mobile GeForce cardsGraham Madarasz
2013-04-19Fixed line endings on shaderGraham Madarasz
2013-04-19CHUI-912 : Some clean up of vestigial debug codeMerov Linden
2013-04-19Fix forward decl to match changed func def and clear defines between shader ↵Graham Madarasz
compiles for ifdef sanity
2013-04-19OPEN-173 FIX FMODEx Music stutters once every few seconds (OSS patch via ↵callum
Latif Khalifa & Siana Gearz) - additional fix. Team City gave me the wrong MD5 for 3p-package
2013-04-19CHUI-849 : Use a time limit for filtering instead of number limit, use a ↵Merov Linden
different limit for visible and unvisible lists
2013-04-19OPEN-173 FIX FMODEx Music stutters once every few seconds (OSS patch via ↵callum
Latif Khalifa & Siana Gearz)
2013-04-19NORSPEC-139 Fix for non-fullscreen spotlight lighting mismatching fullscreen ↵Dave Parks
spotlight lighting
2013-04-19Avoid mac shader compiler crash on someFuncTakingFloats(INTEGER_CONSTANT) ↵Graham Madarasz
malarkey
2013-04-19MergeGraham Madarasz
2013-04-19Change permutation setup to match use of ifdefs (as opposed to ifs)Graham Madarasz
2013-04-19Change #ifs to #ifdefs for mac compilerGraham Madarasz (Graham Linden)
2013-04-19Rework ifdefing and fix windows shader compiler warnings from materialFGraham Madarasz