Skip to content

Commit

Permalink
#563 remove "Intel Inc." from opengl blacklist
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@7206 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 9, 2014
1 parent e1d7b88 commit 0c94949
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/xpra/client/gl/gl_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@


BLACKLIST = {"vendor" : ["nouveau", "Humper", "VMware, Inc."]}
if sys.platform.startswith("darwin"):
#crashes were reported with the Intel driver on OSX
BLACKLIST["vendor"].append("Intel Inc.")


DEFAULT_ALPHA = not sys.platform.startswith("win") and not sys.platform.startswith("darwin")
Expand Down

0 comments on commit 0c94949

Please sign in to comment.