Confirmed users
753
edits
No edit summary |
|||
| Line 35: | Line 35: | ||
= Current projects = | = Current projects = | ||
Here are the projects on which we're currently focusing. Help with these is welcome! | |||
== OpenGL-accelerated Layers on Mobile == | == OpenGL-accelerated Layers on Mobile == | ||
| Line 64: | Line 66: | ||
== Color management improvements == | == Color management improvements == | ||
= Other areas of the code base = | |||
Here are some other areas of the code base that are useful to know about, but that aren't the main projects we're working on at the moment. | |||
== Driver Blacklisting == | == Driver Blacklisting == | ||
We blacklist bad/old graphics drivers to steer clear of driver bugs. | |||
See the [https://bugzilla.mozilla.org/show_bug.cgi?id=668008 tracking bug] for blacklisting improvements. | |||
Contacts: [[Platform/GFX/Meet#jrmuizel|joe]], [[Platform/GFX/Meet#bjacob|bjacob]], [[Platform/GFX/Meet#jrmuizel|jrmuizel]], [[Platform/GFX/Meet#ajuma|ajuma]] | |||
Files: | |||
* [http://hg.mozilla.org/mozilla-central/file/tip/widget/src/xpwidgets widget/src/xpwidgets] has the cross-platform code, see GfxInfoBase.* and GfxDriverInfo.* in this directory. | |||
* The Windows-specific code is in [http://hg.mozilla.org/mozilla-central/file/tip/widget/src/windows/GfxInfo.cpp widget/src/windows/GfxInfo.cpp]. | |||
* The Mac-specific code is in [http://hg.mozilla.org/mozilla-central/file/tip/widget/src/cocoa/GfxInfo.mm widget/src/cocoa/GfxInfo.mm]. | |||
* The X11-specific code is in [http://hg.mozilla.org/mozilla-central/file/tip/widget/src/xpwidgets/GfxInfoX11.cpp widget/src/xpwidgets/GfxInfoX11.cpp] and the separate "probe" process is implemented in [http://hg.mozilla.org/mozilla-central/file/tip/toolkit/xre/glxtest.cpp toolkit/xre/glxtest.cpp]. | |||
[[Category:New_Contributor_Landing_Page]] | [[Category:New_Contributor_Landing_Page]] | ||