overte-HifiExperiments/interface/src
Anthony J. Thibault 39d68828ab Disable FXAA on tablet overlay in desktop mode.
This introduces the "isAA" property to 3d overlays. When false, the overlay is rendered after
the "Antialiasing" render pass.  Ironically, disabling FXAA makes the text more readable, which is
essential in 2D desktop mode.

Two new shaders were introduced.

simple_opaque_web_browser_overlay.slf
simple_transparent_web_browser_overlay.slf

These are tailored to write into the main framebuffer instead of the g-buffer.
2017-01-30 11:24:59 -08:00
..
assets
audio STEREO_FACTOR -> AudioConstants::STEREO 2016-10-05 13:02:28 -07:00
avatar Merge branch 'master' of github.com:highfidelity/hifi into tablet-ui 2017-01-26 18:21:39 -08:00
devices missed some more due to conditional compilation 2016-08-18 10:31:53 -07:00
java/io/highfidelity/interface add tools, no plugins, add InterfaceActivity 2016-08-31 11:31:07 -07:00
networking move HFWebEngineProfile back to interface/networking 2016-10-18 20:04:11 -07:00
octree stop passing bare pointers to EntityTreeRenderer all around 2016-10-27 10:10:22 -07:00
scripting Merge branch 'master' of github.com:highfidelity/hifi into tablet-ui 2017-01-26 11:00:02 -08:00
ui Disable FXAA on tablet overlay in desktop mode. 2017-01-30 11:24:59 -08:00
Application.cpp Merge branch 'master' of github.com:highfidelity/hifi into tablet-ui 2017-01-26 18:21:39 -08:00
Application.h clean up unused code and files 2017-01-10 09:13:46 -08:00
Bookmarks.cpp
Bookmarks.h
Camera.cpp Add frustum property to JavaScript Camera object 2016-09-09 18:56:05 +12:00
Camera.h Cleanup camera docs 2016-11-14 13:51:51 -08:00
ConnectionMonitor.cpp Simplify ConnectionMonitor to only rely on domainConnectionRefused instead of authRequired 2016-10-24 14:45:41 -07:00
ConnectionMonitor.h Fix ConnectionHandler not handling connected-but-need-auth condition 2016-10-24 10:44:33 -07:00
CrashHandler.cpp Merge branch 'master' of https://github.com/highfidelity/hifi into fix/settings 2016-11-21 13:05:08 -08:00
CrashHandler.h auto shutdown of sandbox when interface quits 2016-10-17 07:55:24 -07:00
CrashReporter.cpp
CrashReporter.h
DiscoverabilityManager.cpp Make Steamworks a plugin 2016-12-14 15:37:49 -08:00
DiscoverabilityManager.h Move session id storage to AccountManager 2016-06-16 09:19:42 -07:00
FrameTimingsScriptingInterface.cpp
FrameTimingsScriptingInterface.h
GLCanvas.cpp
GLCanvas.h
InterfaceActionFactory.cpp action for arrow flight, etc 2016-08-28 19:08:13 -07:00
InterfaceActionFactory.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
InterfaceLogging.cpp new logging category for deadlock debug prints 2016-09-15 13:02:18 -07:00
InterfaceLogging.h new logging category for deadlock debug prints 2016-09-15 13:02:18 -07:00
InterfaceParentFinder.cpp stop passing bare pointers to EntityTreeRenderer all around 2016-10-27 10:10:22 -07:00
InterfaceParentFinder.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
LODManager.cpp
LODManager.h
main.cpp Consume fewer resources in AssetServer when interface is running locally 2017-01-17 18:15:39 -08:00
Menu.cpp uncheck "show meter level" by default 2017-01-10 09:53:55 -08:00
Menu.h add email field, error handling for sign up inputs 2016-12-08 16:16:37 -08:00
ModelPackager.cpp
ModelPackager.h
ModelPropertiesDialog.cpp
ModelPropertiesDialog.h
ModelSelector.cpp
ModelSelector.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
Physics.cpp
Physics.h
ScriptHighlighting.cpp
ScriptHighlighting.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
SpeechRecognizer.cpp
SpeechRecognizer.h
SpeechRecognizer.mm
UIUtil.cpp
UIUtil.h
Util.cpp Remove the use of implicit ids in geometry cache 2016-10-19 11:18:25 -07:00
Util.h Switch to JSON for application settings 2016-10-12 10:20:19 -07:00
world.h